Searched refs:compile_sample_function (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 399 compile_sample_function(struct llvmpipe_context *ctx, struct lp_static_texture_state *texture, in compile_sample_function() function 578 …result = compile_sample_function(matrix->ctx, &texture_functions->state, matrix->samplers + sample… in get_sample_function() 826 functions[sample_key] = compile_sample_function(ctx, texture, sampler, sample_key); in compile_sample_functions() 975 …texture->fetch_functions[sample_key] = compile_sample_function(ctx, &texture->state, &dummy_sample… in register_sample_key() 982 …texture->sample_functions[0][sample_key] = compile_sample_function(ctx, &texture->state, &dummy_sa… in register_sample_key()
|