Home
last modified time | relevance | path

Searched refs:cso_insert_state (Results 1 – 4 of 4) 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.c472 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend()
535 iter = cso_insert_state(ctx->cache, hash_key, in cso_set_depth_stencil_alpha()
598 iter = cso_insert_state(ctx->cache, hash_key, CSO_RASTERIZER, cso); in cso_set_rasterizer()
1080 iter = cso_insert_state(ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements()
1229 iter = cso_insert_state(ctx->cache, hash_key, CSO_SAMPLER, cso); in cso_single_sampler()
Dcso_cache.c186 cso_insert_state(struct cso_cache *sc, in cso_insert_state() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c352 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()