Searched defs:sanitize_hash (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c155 static INLINE void sanitize_hash(struct cso_cache *sc, function
191 sanitize_hash(sc, hash, type, sc->max_size);
307 sanitize_hash(sc, sc->hashes[i], i, sc->max_size);
H A Dcso_context.c209 sanitize_hash(struct cso_hash *hash, enum cso_cache_type type, function
263 sanitize_hash,
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c155 static INLINE void sanitize_hash(struct cso_cache *sc, function
191 sanitize_hash(sc, hash, type, sc->max_size);
307 sanitize_hash(sc, sc->hashes[i], i, sc->max_size);
H A Dcso_context.c209 sanitize_hash(struct cso_hash *hash, enum cso_cache_type type, function
263 sanitize_hash,

Completed in 580 milliseconds