Home
last modified time | relevance | path

Searched refs:cso_find_state_template (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.h164 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
Dcso_cache.c145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() function
Dcso_context.c449 iter = cso_find_state_template(&ctx->cache, hash_key, CSO_BLEND, in cso_set_blend()
505 struct cso_hash_iter iter = cso_find_state_template(&ctx->cache, in cso_set_depth_stencil_alpha()
567 struct cso_hash_iter iter = cso_find_state_template(&ctx->cache, in cso_set_rasterizer()
1044 iter = cso_find_state_template(&ctx->cache, hash_key, CSO_VELEMENTS, in cso_set_vertex_elements_direct()
1223 cso_find_state_template(&ctx->cache, in set_sampler()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_vbuf.c397 iter = cso_find_state_template(&mgr->cso_cache, hash_key, CSO_VELEMENTS, in u_vbuf_set_vertex_elements_internal()