Home
last modified time | relevance | path

Searched refs:vma_heap (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys_helper.c110 util_vma_heap_init(&heap->vma_heap, vma_heap_begin_addr.addr, vma_heap_size); in pvr_winsys_helper_winsys_heap_init()
112 heap->vma_heap.alloc_high = false; in pvr_winsys_helper_winsys_heap_init()
133 util_vma_heap_finish(&heap->vma_heap); in pvr_winsys_helper_winsys_heap_finish()
162 PVR_DEV_ADDR(util_vma_heap_alloc(&heap->vma_heap, size, heap->page_size)); in pvr_winsys_helper_heap_alloc()
185 util_vma_heap_free(&heap->vma_heap, vma->dev_addr.addr, vma->size); in pvr_winsys_helper_heap_free()
Dpvr_winsys.h75 struct util_vma_heap vma_heap; member
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2929 - iris: handle IRIS_MEMZONE_BINDER with a real vma_heap like the others
D22.0.0.rst3488 - iris: handle IRIS_MEMZONE_BINDER with a real vma_heap like the others