Home
last modified time | relevance | path

Searched refs:util_vma_heap_finish (Results 1 – 8 of 8) 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.c106 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/intel/vulkan/
Danv_device.c3298 util_vma_heap_finish(&device->vma_hi); in anv_CreateDevice()
3299 util_vma_heap_finish(&device->vma_cva); in anv_CreateDevice()
3300 util_vma_heap_finish(&device->vma_lo); in anv_CreateDevice()
3370 util_vma_heap_finish(&device->vma_hi); in anv_DestroyDevice()
3371 util_vma_heap_finish(&device->vma_cva); in anv_DestroyDevice()
3372 util_vma_heap_finish(&device->vma_lo); in anv_DestroyDevice()
Danv_descriptor_set.c915 util_vma_heap_finish(&pool->bo_heap); in anv_DestroyDescriptorPool()
941 util_vma_heap_finish(&pool->bo_heap); in anv_ResetDescriptorPool()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1418 util_vma_heap_finish(&bufmgr->vma_allocator[z]); in brw_bufmgr_unref()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1688 util_vma_heap_finish(&bufmgr->vma_allocator[z]); in iris_bufmgr_destroy()