Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
Dcso_cache.c106 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
Dcso_context.c451 iter = cso_insert_state(&ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend()
511 iter = cso_insert_state(&ctx->cache, hash_key, in cso_set_depth_stencil_alpha()
576 iter = cso_insert_state(&ctx->cache, hash_key, CSO_RASTERIZER, cso); in cso_set_rasterizer()
1053 iter = cso_insert_state(&ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements_direct()
1223 iter = cso_insert_state(&ctx->cache, hash_key, CSO_SAMPLER, cso); in cso_set_sampler()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c396 iter = cso_insert_state(&mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()