Home
last modified time | relevance | path

Searched refs:sanitize_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash() function
111 sanitize_hash(sc, hash, type, sc->max_size); in cso_insert_state()
210 sanitize_hash(sc, &sc->hashes[i], i, sc->max_size); in cso_set_maximum_cache_size()
Dcso_context.c163 sanitize_hash(struct cso_hash *hash, enum cso_cache_type type, in sanitize_hash() function
255 cso_cache_set_sanitize_callback(&ctx->cache, sanitize_hash, ctx); in cso_create_context()