Home
last modified time | relevance | path

Searched refs:cso_for_each_state (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state() function
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete()
289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0); in cso_cache_delete()
290 cso_for_each_state(sc, CSO_RASTERIZER, delete_rasterizer_state, 0); in cso_cache_delete()
291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0); in cso_cache_delete()
292 cso_for_each_state(sc, CSO_VELEMENTS, delete_velements, 0); in cso_cache_delete()
Dcso_cache.h164 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,