Home
last modified time | relevance | path

Searched refs:slab_free (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.c70 slabs->slab_free(slabs->priv, slab); in pb_slab_reclaim()
219 slab_free_fn *slab_free) in pb_slabs_init() argument
235 slabs->slab_free = slab_free; in pb_slabs_init()
Dpb_slab.h134 slab_free_fn *slab_free; member
153 slab_free_fn *slab_free);
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c148 slab_free(&r300->pool_transfers, transfer); in r300_buffer_transfer_map()
161 slab_free(&r300->pool_transfers, transfer); in r300_buffer_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_transfer.c187 slab_free(&ctx->transfer_pool, trans); in etna_transfer_unmap()
272 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
278 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
290 slab_free(&ctx->transfer_pool, trans); in etna_transfer_map()
/third_party/mesa3d/src/util/
Dslab.h84 void slab_free(struct slab_child_pool *pool, void *ptr);
Dslab.c242 void slab_free(struct slab_child_pool *pool, void *ptr) in slab_free() function
297 slab_free(&mempool->child, ptr); in slab_free_st()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c548 slab_free(&rctx->pool_transfers, transfer); in r600_buffer_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c760 slab_free(&vctx->transfer_pool, trans); in virgl_resource_destroy_transfer()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer_sp.c741 slab_free(&to_msm_submit_sp(submit)->ring_pool, msm_ring); in msm_ringbuffer_sp_destroy()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c535 slab_free(&sctx->pool_transfers, transfer); in si_buffer_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c815 slab_free(&ctx->transfer_pool, trans); in lima_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c95 slab_free(&vc4->transfer_pool, ptrans); in vc4_resource_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c145 slab_free(&v3d->transfer_pool, ptrans); in v3d_resource_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp1040 slab_free(&d3d12_context(pctx)->transfer_pool, ptrans); in d3d12_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c725 slab_free(&ctx->transfer_pool, ptrans); in fd_resource_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1793 slab_free(&ice->transfer_pool, map); in crocus_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1151 slab_free(&ctx->transfer_pool, trans); in destroy_transfer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2161 slab_free(&tc->pool_transfers, ttrans); in tc_buffer_map()
2386 slab_free(&tc->pool_transfers, ttrans); in tc_buffer_unmap()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c2404 slab_free(&ice->transfer_pool, map); in iris_transfer_unmap()