Searched refs:util_vma_heap (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/util/ |
D | vma.h | 36 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,
|
D | vma.c | 46 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/ |
D | drm_shim.h | 49 struct util_vma_heap mem_heap;
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_priv.h | 80 struct util_vma_heap address_space;
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_priv.h | 87 struct util_vma_heap address_space;
|
/third_party/mesa3d/src/util/tests/vma/ |
D | vma_random_test.cpp | 223 struct util_vma_heap heap;
|
/third_party/mesa3d/src/imagination/vulkan/winsys/ |
D | pvr_winsys.h | 75 struct util_vma_heap vma_heap;
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1176 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/ |
D | iris_bufmgr.c | 224 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
|