Searched refs:compile_sample_functions (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 796 compile_sample_functions(struct llvmpipe_context *ctx, struct lp_static_texture_state *texture, in compile_sample_functions() function 884 compile_sample_functions(ctx, state, NULL, entry->sample_functions); in llvmpipe_register_texture() 889 compile_sample_functions(ctx, state, matrix->samplers + i, entry->sample_functions + i); in llvmpipe_register_texture() 892 compile_sample_functions(ctx, state, NULL, &entry->fetch_functions); in llvmpipe_register_texture() 939 compile_sample_functions(ctx, &texture->state, NULL, dst); in llvmpipe_register_sampler() 948 compile_sample_functions(ctx, &texture->state, state, dst); in llvmpipe_register_sampler()
|