Searched refs:cso_for_each_state (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 265 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state() function 290 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete() 291 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0); in cso_cache_delete() 292 cso_for_each_state(sc, CSO_RASTERIZER, delete_rasterizer_state, 0); in cso_cache_delete() 293 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0); in cso_cache_delete() 294 cso_for_each_state(sc, CSO_VELEMENTS, delete_velements, 0); in cso_cache_delete()
|
D | cso_cache.h | 163 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 261 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, in cso_for_each_state() function 286 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete() 287 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0); in cso_cache_delete() 288 cso_for_each_state(sc, CSO_RASTERIZER, delete_rasterizer_state, 0); in cso_cache_delete() 289 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0); in cso_cache_delete() 290 cso_for_each_state(sc, CSO_VELEMENTS, delete_velements, 0); in cso_cache_delete()
|
D | cso_cache.h | 164 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
|