Home
last modified time | relevance | path

Searched refs:lp_texture_functions (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c156 struct lp_texture_functions *texture_functions;
217 struct lp_texture_functions *texture = matrix->textures[texture_index]; in llvmpipe_sampler_matrix_destroy()
558 struct lp_texture_functions *texture_functions = (void *)(uintptr_t)_texture_functions; in get_sample_function()
660 lp_build_const_int64(gallivm, offsetof(struct lp_texture_functions, matrix)); in compile_jit_sample_function()
851 struct lp_texture_functions *entry; in llvmpipe_register_texture()
854 …extures = realloc(matrix->textures, matrix->texture_count * sizeof(struct lp_texture_functions *)); in llvmpipe_register_texture()
856 entry = calloc(1, sizeof(struct lp_texture_functions)); in llvmpipe_register_texture()
927 struct lp_texture_functions *texture = matrix->textures[i]; in llvmpipe_register_sampler()
968 struct lp_texture_functions *texture = matrix->textures[texture_index]; in register_sample_key()
1006 struct lp_texture_functions *texture = matrix->textures[texture_index]; in register_image_op()
H A Dlp_texture_handle.h36 struct lp_texture_functions **textures;
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_sample.c182 …nctions_offset = op_type == LP_SAMPLER_OP_FETCH ? offsetof(struct lp_texture_functions, fetch_func… in lp_bld_llvm_sampler_soa_emit_fetch_texel()
183 … : offsetof(struct lp_texture_functions, sample_functions); in lp_bld_llvm_sampler_soa_emit_fetch_texel()
360 …uint32_t functions_offset = params->samples_only ? offsetof(struct lp_texture_functions, samples_f… in lp_bld_llvm_sampler_soa_emit_size_query()
361 … : offsetof(struct lp_texture_functions, size_function); in lp_bld_llvm_sampler_soa_emit_size_query()
478 offsetof(struct lp_texture_functions, image_functions)); in lp_bld_llvm_image_soa_emit_op()
H A Dlp_bld_jit_types.h215 struct lp_texture_functions { struct