Searched refs:cso_for_each_state (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_cache.c | 263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, function in typeref:typename:void 288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); 289 cso_for_each_state(sc, CSO_DEPTH_STENCIL_ALPHA, delete_depth_stencil_state, 0); 290 cso_for_each_state(sc, CSO_RASTERIZER, delete_rasterizer_state, 0); 291 cso_for_each_state(sc, CSO_SAMPLER, delete_sampler_state, 0); 292 cso_for_each_state(sc, CSO_VELEMENTS, delete_velements, 0);
|
| H A D | cso_cache.h | 164 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,
|
Completed in 4 milliseconds