Home
last modified time | relevance | path

Searched refs:CSO_VELEMENTS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c145 case CSO_VELEMENTS: in delete_cso()
292 cso_for_each_state(sc, CSO_VELEMENTS, delete_velements, 0); in cso_cache_delete()
Dcso_cache.h93 CSO_VELEMENTS, enumerator
Dcso_context.c204 case CSO_VELEMENTS: in delete_cso()
1065 iter = cso_find_state_template(ctx->cache, hash_key, CSO_VELEMENTS, in cso_set_vertex_elements()
1080 iter = cso_insert_state(ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements()
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c342 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS, in u_vbuf_set_vertex_elements_internal()
352 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()