Searched refs:image_functions (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 228 free(texture->image_functions); in llvmpipe_sampler_matrix_destroy() 860 entry->image_functions = calloc(LP_TOTAL_IMAGE_OP_COUNT, sizeof(void **)); in llvmpipe_register_texture() 904 if (!entry->image_functions[image_op]) in llvmpipe_register_texture() 905 entry->image_functions[image_op] = compile_image_function(ctx, state, image_op); in llvmpipe_register_texture() 1008 texture->image_functions[op] = compile_image_function(ctx, &texture->state, op); in register_image_op()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_jit_sample.c | 478 offsetof(struct lp_texture_functions, image_functions)); in lp_bld_llvm_image_soa_emit_op() 486 … LLVMValueRef image_functions = LLVMBuildLoad2(builder, image_functions_type, image_base_ptr, ""); in lp_bld_llvm_image_soa_emit_op() local 499 …image_function_ptr = LLVMBuildGEP2(builder, image_function_ptr_type, image_functions, &function_in… in lp_bld_llvm_image_soa_emit_op()
|
H A D | lp_bld_jit_types.h | 224 void **image_functions; member
|