Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h156 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
Dcso_context.c523 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()
Dcso_cache.c184 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.h155 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
Dcso_cache.c188 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c363 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()