Searched refs:sample_functions (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 224 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 D | 24.1.3.rst | 131 - llvmpipe: Lock shader access to sample_functions 132 - llvmpipe: Stop using a sample_functions pointer as cache key
|
H A D | 24.2.0.rst | 2880 - 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 D | lp_bld_jit_types.h | 216 void ***sample_functions; member
|
H A D | lp_bld_jit_sample.c | 183 … : offsetof(struct lp_texture_functions, sample_functions); in lp_bld_llvm_sampler_soa_emit_fetch_texel()
|