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.h155 struct cso_hash_iter cso_insert_state(struct cso_cache *sc,
Dcso_context.c394 iter = cso_insert_state(ctx->cache, hash_key, CSO_BLEND, cso); in cso_set_blend()
455 iter = cso_insert_state(ctx->cache, hash_key, in cso_set_depth_stencil_alpha()
516 iter = cso_insert_state(ctx->cache, hash_key, CSO_RASTERIZER, cso); in cso_set_rasterizer()
856 iter = cso_insert_state(ctx->cache, hash_key, CSO_VELEMENTS, cso); in cso_set_vertex_elements()
995 iter = cso_insert_state(ctx->cache, hash_key, CSO_SAMPLER, cso); in 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.c221 iter = cso_insert_state(mgr->cso_cache, hash_key, CSO_VELEMENTS, cso); in u_vbuf_set_vertex_elements_internal()