Home
last modified time | relevance | path

Searched refs:jit_sample_functions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.h46 void *jit_sample_functions[LP_SAMPLE_KEY_COUNT]; member
H A Dlp_texture_handle.c824 functions[sample_key] = matrix->jit_sample_functions[sample_key]; in compile_sample_functions()
965 matrix->jit_sample_functions[sample_key] = compile_jit_sample_function(ctx, sample_key); in register_sample_key()
988 … texture->sample_functions[sampler_index][sample_key] = matrix->jit_sample_functions[sample_key]; in register_sample_key()