Searched defs:lp_sampler_matrix (Results 1 – 1 of 1) sorted by relevance
36 struct lp_sampler_matrix { struct37 struct lp_texture_functions **textures;38 struct lp_static_sampler_state *samplers;40 uint32_t texture_count;41 uint32_t sampler_count;47 void *jit_sample_functions[LP_SAMPLE_KEY_COUNT];48 void *compile_function;49 struct hash_table *cache;50 simple_mtx_t lock;52 struct llvmpipe_context *ctx;[all …]