Searched refs:CSO_BLEND (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 131 case CSO_BLEND: in delete_cso() 286 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete()
|
D | cso_cache.h | 90 CSO_BLEND, enumerator
|
D | cso_context.c | 206 case CSO_BLEND: in delete_cso() 509 iter = cso_find_state_template(ctx->cache, hash_key, CSO_BLEND, in cso_set_blend() 523 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend()
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 135 case CSO_BLEND: in delete_cso() 290 cso_for_each_state(sc, CSO_BLEND, delete_blend_state, 0); in cso_cache_delete()
|
D | cso_cache.h | 89 CSO_BLEND, enumerator
|