Home
last modified time | relevance | path

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

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