Searched refs:pb_slab_free (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_slab.h | 144 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry);
|
D | pb_slab.c | 205 pb_slab_free(struct pb_slabs* slabs, struct pb_slab_entry *entry) in pb_slab_free() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.3.rst | 117 - winsys/amdgpu: don't read bo->u.slab.entry after pb_slab_free
|
D | 21.2.0.rst | 4328 - winsys/amdgpu: don't read bo->u.slab.entry after pb_slab_free
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
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/ |
D | zink_bo.c | 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/ |
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/ |
D | amdgpu_bo.c | 677 pb_slab_free(slabs, &bo->u.slab.entry); in amdgpu_bo_slab_destroy()
|