Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dvma.h36 struct util_vma_heap { struct
46 void util_vma_heap_init(struct util_vma_heap *heap, argument
48 void util_vma_heap_finish(struct util_vma_heap *heap);
50 uint64_t util_vma_heap_alloc(struct util_vma_heap *heap,
53 bool util_vma_heap_alloc_addr(struct util_vma_heap *heap,
56 void util_vma_heap_free(struct util_vma_heap *heap,
59 void util_vma_heap_print(struct util_vma_heap *heap, FILE *fp,
Dvma.c46 util_vma_heap_init(struct util_vma_heap *heap, in util_vma_heap_init()
57 util_vma_heap_finish(struct util_vma_heap *heap) in util_vma_heap_finish()
65 util_vma_heap_validate(struct util_vma_heap *heap) in util_vma_heap_validate()
142 util_vma_heap_alloc(struct util_vma_heap *heap, in util_vma_heap_alloc()
204 util_vma_heap_alloc_addr(struct util_vma_heap *heap, in util_vma_heap_alloc_addr()
242 util_vma_heap_free(struct util_vma_heap *heap, in util_vma_heap_free()
310 util_vma_heap_print(struct util_vma_heap *heap, FILE *fp, in util_vma_heap_print()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h49 struct util_vma_heap mem_heap;
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_priv.h80 struct util_vma_heap address_space;
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h87 struct util_vma_heap address_space;
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp223 struct util_vma_heap heap;
/third_party/mesa3d/src/imagination/vulkan/winsys/
Dpvr_winsys.h75 struct util_vma_heap vma_heap;
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1176 struct util_vma_heap vma_lo;
1177 struct util_vma_heap vma_cva;
1178 struct util_vma_heap vma_hi;
2034 struct util_vma_heap bo_heap;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c224 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];