Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dslab.h90 void slab_destroy(struct slab_mempool *mempool);
Dslab.c298 slab_destroy(struct slab_mempool *mempool) in slab_destroy() function
/external/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c161 slab_destroy(&upload->buffer_pool); in nine_upload_create()
175 slab_destroy(&upload->buffer_pool); in nine_upload_destroy()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_hw.c453 slab_destroy(&ctx->sample_pool); in fd_hw_query_fini()
454 slab_destroy(&ctx->sample_period_pool); in fd_hw_query_fini()
/external/mesa3d/src/freedreno/drm/
Dmsm_ringbuffer.c418 slab_destroy(&msm_submit->ring_pool); in msm_submit_destroy()