Searched defs:lp_texture_functions (Results 1 – 1 of 1) sorted by relevance
206 struct lp_texture_functions { struct207 void ***sample_functions;208 uint32_t sampler_count;210 void **fetch_functions;212 void *size_function;213 void *samples_function;215 void **image_functions;217 struct lp_static_texture_state state;219 bool sampled;220 bool storage;[all …]