Searched refs:vma_free (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c289 vma_free(struct iris_bufmgr *bufmgr, function in typeref:typename:void
443 vma_free(bufmgr, bo->gtt_offset, bo->size);
728 vma_free(bo->bufmgr, bo->gtt_offset, bo->size);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c427 vma_free(struct brw_bufmgr *bufmgr, function in typeref:typename:void
592 vma_free(bufmgr, bo->gtt_offset, bo->size);
852 vma_free(bo->bufmgr, bo->gtt_offset, bo->size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c384 vma_free(struct iris_bufmgr *bufmgr, function in typeref:typename:void
891 vma_free(bufmgr, bo->address, bo->size);
1268 vma_free(bo->bufmgr, bo->address, bo->size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c450 vma_free(struct brw_bufmgr *bufmgr, function in typeref:typename:void
628 vma_free(bufmgr, bo->gtt_offset, bo->size);
890 vma_free(bo->bufmgr, bo->gtt_offset, bo->size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2998 - iris: vma_free bo->size, not bo_size

Completed in 17 milliseconds