Searched refs:cso_find_state_template (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 161 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
|
D | cso_context.c | 509 iter = cso_find_state_template(ctx->cache, hash_key, CSO_BLEND, in cso_set_blend() 567 struct cso_hash_iter iter = cso_find_state_template(ctx->cache, in cso_set_depth_stencil_alpha() 632 struct cso_hash_iter iter = cso_find_state_template(ctx->cache, in cso_set_rasterizer() 1056 iter = cso_find_state_template(ctx->cache, hash_key, CSO_VELEMENTS, in cso_set_vertex_elements_direct() 1275 cso_find_state_template(ctx->cache, in cso_single_sampler()
|
D | cso_cache.c | 223 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() function
|
/external/virglrenderer/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.h | 159 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc,
|
D | cso_cache.c | 227 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.c | 352 iter = cso_find_state_template(mgr->cso_cache, hash_key, CSO_VELEMENTS, in u_vbuf_set_vertex_elements_internal()
|