Home
last modified time | relevance | path

Searched refs:slab_destroy (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Dslab.h94 void slab_destroy(struct slab_mempool *mempool);
Dslab.c301 slab_destroy(struct slab_mempool *mempool) in slab_destroy() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c166 slab_destroy(&upload->buffer_pool); in nine_upload_create()
180 slab_destroy(&upload->buffer_pool); in nine_upload_destroy()
Dnine_memory_helper.c1055 slab_destroy(&allocator->allocation_pool); in nine_allocator_destroy()
1056 slab_destroy(&allocator->region_pool); in nine_allocator_destroy()
1172 slab_destroy(&allocator->external_allocation_pool); in nine_allocator_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c441 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
442 slab_destroy(&ctx->sample_period_pool); in fd_hw_query_fini()
/third_party/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c406 slab_destroy(&msm_submit->ring_pool); in msm_submit_destroy()