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