Searched refs:cache_destroy (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c434 cache_destroy(struct cso_context *cso, function in typeref:typename:void
455 cache_destroy(sc->r->cso, sc->vs_hash, PIPE_SHADER_VERTEX);
456 cache_destroy(sc->r->cso, sc->fs_hash, PIPE_SHADER_FRAGMENT);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_tgsi.c434 cache_destroy(struct pipe_context *pipe, function in typeref:typename:void
455 cache_destroy(sc->r->pipe, &sc->vs_hash, PIPE_SHADER_VERTEX);
456 cache_destroy(sc->r->pipe, &sc->fs_hash, PIPE_SHADER_FRAGMENT);

Completed in 3 milliseconds