Searched defs:lp_texture_functions (Results 1 – 1 of 1) sorted by relevance
215 struct lp_texture_functions { struct216 void ***sample_functions;217 uint32_t sampler_count;219 void **fetch_functions;221 void *size_function;222 void *samples_function;224 void **image_functions;226 struct lp_static_texture_state state;228 bool sampled;229 bool storage;[all …]