Searched refs:vma_free (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 450 vma_free(struct brw_bufmgr *bufmgr, in vma_free() function 628 vma_free(bufmgr, bo->gtt_offset, bo->size); in bo_alloc_internal() 890 vma_free(bo->bufmgr, bo->gtt_offset, bo->size); in bo_free()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 384 vma_free(struct iris_bufmgr *bufmgr, in vma_free() function 884 vma_free(bufmgr, bo->address, bo->size); in alloc_bo_from_cache() 1261 vma_free(bo->bufmgr, bo->address, bo->size); in bo_close()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2998 - iris: vma_free bo->size, not bo_size
|