Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dslab.h82 void slab_destroy_child(struct slab_child_pool *pool);
Dslab.c139 void slab_destroy_child(struct slab_child_pool *pool) in slab_destroy_child() function
303 slab_destroy_child(&mempool->child); in slab_destroy()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c202 slab_destroy_child(&ice->transfer_pool); in crocus_destroy_context()
203 slab_destroy_child(&ice->transfer_pool_unsync); in crocus_destroy_context()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c247 slab_destroy_child(&ice->transfer_pool); in iris_destroy_context()
248 slab_destroy_child(&ice->transfer_pool_unsync); in iris_destroy_context()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_context.c129 slab_destroy_child(&vc4->transfer_pool); in vc4_context_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c372 slab_destroy_child(&ctx->transfer_pool); in fd_context_destroy()
373 slab_destroy_child(&ctx->transfer_pool_unsync); in fd_context_destroy()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c155 slab_destroy_child(&ctx->transfer_pool); in lima_context_destroy()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_context.c306 slab_destroy_child(&v3d->transfer_pool); in v3d_context_destroy()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c104 slab_destroy_child(&r300->pool_transfers); in r300_destroy_context()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c663 slab_destroy_child(&rctx->pool_transfers); in r600_common_context_cleanup()
664 slab_destroy_child(&rctx->pool_transfers_unsync); in r600_common_context_cleanup()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c154 slab_destroy_child(&ctx->transfer_pool); in etna_context_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c323 slab_destroy_child(&sctx->pool_transfers); in si_destroy_context()
324 slab_destroy_child(&sctx->pool_transfers_unsync); in si_destroy_context()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer_sp.c599 slab_destroy_child(&msm_submit->ring_pool); in msm_submit_sp_destroy()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1488 slab_destroy_child(&vctx->transfer_pool); in virgl_context_destroy()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp75 slab_destroy_child(&ctx->transfer_pool); in d3d12_context_destroy()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c148 slab_destroy_child(&ctx->transfer_pool); in zink_context_destroy()
153 slab_destroy_child(&ctx->transfer_pool_unsync); in zink_context_destroy()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c4148 slab_destroy_child(&tc->pool_transfers); in tc_destroy()