Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/broadcom/drm-shim/
Dv3d.h44 struct util_vma_heap heap;
/external/mesa3d/src/drm-shim/
Ddrm_shim.h46 struct util_vma_heap mem_heap;
/external/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h84 struct util_vma_heap address_space;
/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp218 struct util_vma_heap heap;
/external/mesa3d/src/intel/vulkan/
Danv_private.h1361 struct util_vma_heap vma_lo;
1362 struct util_vma_heap vma_cva;
1363 struct util_vma_heap vma_hi;
2136 struct util_vma_heap bo_heap;
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c173 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c176 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];