Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c62 case CSO_VELEMENTS: in cso_delete_state()
197 cso_delete_all(sc, CSO_VELEMENTS); in cso_cache_delete()
H A Dcso_cache.h93 CSO_VELEMENTS, enumerator
H A Dcso_context.c147 case CSO_VELEMENTS: in delete_cso()
1044 iter = cso_find_state_template(&ctx->cache, hash_key, CSO_VELEMENTS, in cso_set_vertex_elements_direct()
1063 iter = cso_insert_state(&ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements_direct()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c397 iter = cso_find_state_template(&mgr->cso_cache, hash_key, CSO_VELEMENTS, in u_vbuf_set_vertex_elements_internal()
406 iter = cso_insert_state(&mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()

Completed in 6 milliseconds