Searched refs:cso_insert_state (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 156 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
|
D | cso_context.c | 523 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend() 586 iter = cso_insert_state(ctx->cache, hash_key, in cso_set_depth_stencil_alpha() 654 iter = cso_insert_state(ctx->cache, hash_key, CSO_RASTERIZER, cso); in cso_set_rasterizer() 1072 iter = cso_insert_state(ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements_direct() 1291 iter = cso_insert_state(ctx->cache, hash_key, CSO_SAMPLER, cso); in cso_single_sampler()
|
D | cso_cache.c | 184 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 155 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
|
D | cso_cache.c | 188 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 363 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()
|