HomeSort by relevance Sort by last modified time
    Searched refs:cso_for_each_state (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_cache.c 263 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type, function
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);
cso_cache.h 163 void cso_for_each_state(struct cso_cache *sc, enum cso_cache_type type,

Completed in 74 milliseconds