Searched refs:pb_slab_free (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_slab.h | 38 * 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 D | pb_slab.c | 205 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 D | iris_bufmgr.c | 857 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 D | zink_bo.c | 191 //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 D | radeon_drm_bo.c | 761 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 D | amdgpu_bo.c | 677 pb_slab_free(slabs, &bo->u.slab.entry); in amdgpu_bo_slab_destroy()
|
Completed in 11 milliseconds