Home
last modified time | relevance | path

Searched refs:pb_slab_free (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_slab.h144 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry);
Dpb_slab.c205 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry) in pb_slab_free() function
/third_party/mesa3d/docs/relnotes/
D21.1.3.rst117 - winsys/amdgpu: don't read bo->u.slab.entry after pb_slab_free
D21.2.0.rst4328 - winsys/amdgpu: don't read bo->u.slab.entry after pb_slab_free
/third_party/mesa3d/src/gallium/drivers/iris/
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/
Dzink_bo.c193 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/
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/
Damdgpu_bo.c677 pb_slab_free(slabs, &bo->u.slab.entry); in amdgpu_bo_slab_destroy()