Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c100 cache->delete_cso(cache->delete_cso_ctx, cso, type); in sanitize_cb()
170 sc->delete_cso_ctx = pipe; in cso_cache_init()
183 sc->delete_cso(sc->delete_cso_ctx, state, type); in cso_delete_all()
226 sc->delete_cso_ctx = ctx; in cso_cache_set_delete_cso_callback()
Dcso_cache.h115 void *delete_cso_ctx; member