Home
last modified time | relevance | path

Searched refs:CSO_SAMPLER (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c52 case CSO_SAMPLER: in cso_delete_state()
196 cso_delete_all(sc, CSO_SAMPLER); in cso_cache_delete()
Dcso_cache.h92 CSO_SAMPLER, enumerator
Dcso_context.c151 case CSO_SAMPLER: in delete_cso()
182 if (type == CSO_SAMPLER) { in sanitize_hash()
217 if (type == CSO_SAMPLER) { in sanitize_hash()
1224 hash_key, CSO_SAMPLER, in set_sampler()
1236 iter = cso_insert_state(&ctx->cache, hash_key, CSO_SAMPLER, cso); in set_sampler()