Home
last modified time | relevance | path

Searched refs:sample_functions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c224 free(texture->sample_functions[sampler_index]); in llvmpipe_sampler_matrix_destroy()
226 free(texture->sample_functions); in llvmpipe_sampler_matrix_destroy()
874 if (entry->sample_functions) { in llvmpipe_register_texture()
875 …entry->sample_functions = realloc(entry->sample_functions, matrix->sampler_count * sizeof(void **)… in llvmpipe_register_texture()
876 …memset(entry->sample_functions + entry->sampler_count, 0, (matrix->sampler_count - entry->sampler_… in llvmpipe_register_texture()
878 entry->sample_functions = calloc(matrix->sampler_count, sizeof(void **)); in llvmpipe_register_texture()
884 compile_sample_functions(ctx, state, NULL, entry->sample_functions); in llvmpipe_register_texture()
886 entry->sample_functions[i] = entry->sample_functions[0]; in llvmpipe_register_texture()
889 compile_sample_functions(ctx, state, matrix->samplers + i, entry->sample_functions + i); in llvmpipe_register_texture()
932 …texture->sample_functions = realloc(texture->sample_functions, matrix->sampler_count * sizeof(void… in llvmpipe_register_sampler()
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.3.rst131 - llvmpipe: Lock shader access to sample_functions
132 - llvmpipe: Stop using a sample_functions pointer as cache key
H A D24.2.0.rst2880 - llvmpipe: Lock shader access to sample_functions
2881 - llvmpipe: Stop using a sample_functions pointer as cache key
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_jit_types.h216 void ***sample_functions; member
H A Dlp_bld_jit_sample.c183 … : offsetof(struct lp_texture_functions, sample_functions); in lp_bld_llvm_sampler_soa_emit_fetch_texel()