Home
last modified time | relevance | path

Searched refs:pb_slab_free (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_slab.h38 * freed by calling \ref pb_slab_free even while the corresponding buffer
126 * pb_slab_free, but may not be safe for re-use yet. The tail points at
144 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry);
H A Dpb_slab.c205 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry) in pb_slab_free() function
212 /* Check if any of the entries handed to pb_slab_free are ready to be re-used.
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c857 pb_slab_free(slabs, &bo->slab.entry); in alloc_bo_from_slabs()
1488 pb_slab_free(get_slabs(bufmgr, bo->size), &bo->slab.entry); in iris_bo_unreference()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c191 //pb_slab_free(get_slabs(screen, bo->base.size, RADEON_FLAG_ENCRYPTED), &bo->u.slab.entry); in bo_slab_destroy()
193 pb_slab_free(get_slabs(screen, bo->base.size, 0), &bo->u.slab.entry); in bo_slab_destroy()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c761 pb_slab_free(&bo->rws->bo_slabs, &bo->u.slab.entry); in radeon_bo_slab_destroy()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c677 pb_slab_free(slabs, &bo->u.slab.entry); in amdgpu_bo_slab_destroy()

Completed in 11 milliseconds