Searched refs:texture_function (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_jit_sample.c | 220 …LLVMValueRef texture_function = LLVMBuildLoad2(builder, texture_function_ptr_type, texture_functio… in lp_bld_llvm_sampler_soa_emit_fetch_texel() local 266 …LLVMValueRef result = LLVMBuildCall2(builder, texture_function_type, texture_function, args, num_a… in lp_bld_llvm_sampler_soa_emit_fetch_texel() 371 …LLVMValueRef texture_function = LLVMBuildLoad2(builder, texture_function_ptr_type, texture_base_pt… in lp_bld_llvm_sampler_soa_emit_size_query() local 385 …LLVMValueRef result = LLVMBuildCall2(builder, texture_function_type, texture_function, args, num_a… in lp_bld_llvm_sampler_soa_emit_size_query()
|