Searched refs:vma_free (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 317 vma_free(struct iris_bufmgr *bufmgr, in vma_free() function 442 vma_free(bufmgr, bo->gtt_offset, bo->size); in alloc_bo_from_cache() 788 vma_free(bo->bufmgr, bo->gtt_offset, bo->size); in bo_close()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 444 vma_free(struct brw_bufmgr *bufmgr, in vma_free() function 622 vma_free(bufmgr, bo->gtt_offset, bo->size); in bo_alloc_internal() 885 vma_free(bo->bufmgr, bo->gtt_offset, bo->size); in bo_free()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2998 - iris: vma_free bo->size, not bo_size
|