Searched refs:cso_insert_state (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 159 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
|
D | cso_context.c | 461 iter = cso_insert_state(&ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend() 521 iter = cso_insert_state(&ctx->cache, hash_key, in cso_set_depth_stencil_alpha() 586 iter = cso_insert_state(&ctx->cache, hash_key, CSO_RASTERIZER, cso); in cso_set_rasterizer() 1063 iter = cso_insert_state(&ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements_direct() 1236 iter = cso_insert_state(&ctx->cache, hash_key, CSO_SAMPLER, cso); in set_sampler()
|
D | cso_cache.c | 106 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 406 iter = cso_insert_state(&mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()
|