Searched refs:sanitize_cb (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c43 cso_sanitize_callback sanitize_cb; member in struct:cso_cache
160 if (sc->sanitize_cb)
161 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
165 static inline void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, function in typeref:typename:void
257 sc->sanitize_cb = sanitize_cb;
319 sc->sanitize_cb = cb;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/cso_cache/
H A Dcso_cache.c78 if (sc->sanitize_cb)
79 sc->sanitize_cb(hash, type, max_size, sc->sanitize_data);
83 static inline void sanitize_cb(struct cso_hash *hash, enum cso_cache_type type, function in typeref:typename:void
167 sc->sanitize_cb = sanitize_cb;
217 sc->sanitize_cb = cb;
H A Dcso_cache.h111 cso_sanitize_callback sanitize_cb; member in struct:cso_cache

Completed in 5 milliseconds