Home
last modified time | relevance | path

Searched refs:slab_destroy_child (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/util/
Dslab.c139 void slab_destroy_child(struct slab_child_pool *pool) in slab_destroy_child() function
300 slab_destroy_child(&mempool->child); in slab_destroy()
Dslab.h78 void slab_destroy_child(struct slab_child_pool *pool);
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c133 slab_destroy_child(&vc4->transfer_pool); in vc4_context_destroy()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c250 slab_destroy_child(&v3d->transfer_pool); in v3d_context_destroy()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_context.c154 slab_destroy_child(&ctx->transfer_pool); in lima_context_destroy()
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c256 slab_destroy_child(&ice->transfer_pool); in iris_destroy_context()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c245 slab_destroy_child(&ctx->transfer_pool); in fd_context_destroy()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c105 slab_destroy_child(&r300->pool_transfers); in r300_destroy_context()
/external/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer_sp.c301 slab_destroy_child(&msm_submit->ring_pool); in msm_submit_sp_destroy()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c153 slab_destroy_child(&ctx->transfer_pool); in etna_context_destroy()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c667 slab_destroy_child(&rctx->pool_transfers); in r600_common_context_cleanup()
668 slab_destroy_child(&rctx->pool_transfers_unsync); in r600_common_context_cleanup()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c296 slab_destroy_child(&sctx->pool_transfers); in si_destroy_context()
297 slab_destroy_child(&sctx->pool_transfers_unsync); in si_destroy_context()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.c74 slab_destroy_child(&ctx->transfer_pool); in zink_context_destroy()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1404 slab_destroy_child(&vctx->transfer_pool); in virgl_context_destroy()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2682 slab_destroy_child(&tc->pool_transfers); in tc_destroy()