Searched refs:CSO_BLEND (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h90 CSO_BLEND, enumerator in enum:cso_cache_type
H A Dcso_cache.c133 case CSO_BLEND:
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0);
H A Dcso_context.c191 case CSO_BLEND:
380 iter = cso_find_state_template(ctx->cache, hash_key, CSO_BLEND,
394 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.h90 CSO_BLEND, enumerator in enum:cso_cache_type
H A Dcso_cache.c133 case CSO_BLEND:
288 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0);
H A Dcso_context.c191 case CSO_BLEND:
380 iter = cso_find_state_template(ctx->cache, hash_key, CSO_BLEND,
394 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso);

Completed in 95 milliseconds