Searched refs:util_vma_heap_free (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vma.h | 56 void util_vma_heap_free(struct util_vma_heap *heap,
|
D | vma.c | 50 util_vma_heap_free(heap, start, size); in util_vma_heap_init() 242 util_vma_heap_free(struct util_vma_heap *heap, in util_vma_heap_free() function
|
/third_party/mesa3d/src/util/tests/vma/ |
D | vma_random_test.cpp | 162 util_vma_heap_free(&heap, a.start_page * MEM_PAGE_SIZE, in dealloc()
|
/third_party/mesa3d/src/drm-shim/ |
D | device.c | 330 util_vma_heap_free(&shim_device.mem_heap, bo->mem_addr, bo->size); in drm_shim_bo_put()
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
D | v3dx.c | 351 util_vma_heap_free(&v3d.heap, bo->offset, bo->base.size); in v3d_bo_free()
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_bo.c | 54 util_vma_heap_free(&bo->dev->address_space, bo->va, bo->size); in _etna_bo_del()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 3593 util_vma_heap_free(&device->vma_lo, addr_48b, size); in anv_vma_free() 3596 util_vma_heap_free(&device->vma_cva, addr_48b, size); in anv_vma_free() 3599 util_vma_heap_free(&device->vma_hi, addr_48b, size); in anv_vma_free()
|
D | anv_descriptor_set.c | 1166 util_vma_heap_free(&pool->bo_heap, in anv_descriptor_set_destroy()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 468 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size); in vma_free()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 405 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size); in vma_free()
|