Home
last modified time | relevance | path

Searched refs:util_vma_heap_finish (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/util/
Dvma.h48 void util_vma_heap_finish(struct util_vma_heap *heap);
Dvma.c57 util_vma_heap_finish(struct util_vma_heap *heap) in util_vma_heap_finish() function
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_device.c111 util_vma_heap_finish(&dev->address_space); in etna_device_del_impl()
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp83 util_vma_heap_finish(&heap); in ~random_test()
/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys_helper.c133 util_vma_heap_finish(&heap->vma_heap); in pvr_winsys_helper_winsys_heap_finish()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_device.c39 util_vma_heap_finish(&virtio_dev->address_space); in virtio_device_destroy()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c3557 util_vma_heap_finish(&device->vma_hi); in anv_CreateDevice()
3558 util_vma_heap_finish(&device->vma_cva); in anv_CreateDevice()
3559 util_vma_heap_finish(&device->vma_lo); in anv_CreateDevice()
3640 util_vma_heap_finish(&device->vma_hi); in anv_DestroyDevice()
3641 util_vma_heap_finish(&device->vma_cva); in anv_DestroyDevice()
3642 util_vma_heap_finish(&device->vma_lo); in anv_DestroyDevice()
Danv_descriptor_set.c993 util_vma_heap_finish(&pool->bo_heap); in anv_DestroyDescriptorPool()
1019 util_vma_heap_finish(&pool->bo_heap); in anv_ResetDescriptorPool()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1803 util_vma_heap_finish(&bufmgr->vma_allocator[z]); in iris_bufmgr_destroy()