Searched refs:panfrost_pool_cleanup (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_mempool.h89 panfrost_pool_cleanup(struct panfrost_pool *pool);
H A Dpan_mempool.c84 panfrost_pool_cleanup(struct panfrost_pool *pool) function in typeref:typename:void
H A Dpan_screen.c709 panfrost_pool_cleanup(&screen->indirect_draw.bin_pool);
710 panfrost_pool_cleanup(&screen->blitter.bin_pool);
711 panfrost_pool_cleanup(&screen->blitter.desc_pool);
H A Dpan_context.c804 panfrost_pool_cleanup(&panfrost->descs);
805 panfrost_pool_cleanup(&panfrost->shaders);
H A Dpan_job.c141 panfrost_pool_cleanup(&batch->pool);
142 panfrost_pool_cleanup(&batch->invisible_pool);

Completed in 9 milliseconds