Home
last modified time | relevance | path

Searched defs:lp_sampler_matrix (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.h35 struct lp_sampler_matrix { struct
36 struct lp_texture_functions **textures;
37 struct lp_static_sampler_state *samplers;
39 uint32_t texture_count;
40 uint32_t sampler_count;
46 void *jit_sample_functions[LP_SAMPLE_KEY_COUNT];
47 void *compile_function;
48 p_atomic_uint64_t latest_cache;
49 struct util_dynarray trash_caches;
50 simple_mtx_t lock;
[all …]