Home
last modified time | relevance | path

Searched refs:ir3_cache_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h66 void ir3_cache_destroy(struct ir3_cache *cache);
Dir3_cache.c75 ir3_cache_destroy(struct ir3_cache *cache) in ir3_cache_destroy() function
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c391 ir3_cache_destroy(ctx->shader_cache); in fd_context_destroy()