Searched refs:util_vma_heap (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dvma.h36 struct util_vma_heap { struct
46 void util_vma_heap_init(struct util_vma_heap *heap,
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,
H A Dvma.c46 util_vma_heap_init(struct util_vma_heap *heap,
57 util_vma_heap_finish(struct util_vma_heap *heap)
65 util_vma_heap_validate(struct util_vma_heap *heap)
142 util_vma_heap_alloc(struct util_vma_heap *heap,
204 util_vma_heap_alloc_addr(struct util_vma_heap *heap,
242 util_vma_heap_free(struct util_vma_heap *heap,
310 util_vma_heap_print(struct util_vma_heap *heap, FILE *fp,
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dvma.h35 struct util_vma_heap { struct
39 void util_vma_heap_init(struct util_vma_heap *heap,
41 void util_vma_heap_finish(struct util_vma_heap *heap);
43 uint64_t util_vma_heap_alloc(struct util_vma_heap *heap,
46 void util_vma_heap_free(struct util_vma_heap *heap,
H A Dvma.c42 util_vma_heap_init(struct util_vma_heap *heap,
50 util_vma_heap_finish(struct util_vma_heap *heap)
58 util_vma_heap_validate(struct util_vma_heap *heap)
88 util_vma_heap_alloc(struct util_vma_heap *heap,
169 util_vma_heap_free(struct util_vma_heap *heap,
/xsrc/external/mit/MesaLib/dist/src/broadcom/drm-shim/
H A Dv3d.h44 struct util_vma_heap heap;
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddrm_shim.h46 struct util_vma_heap mem_heap;
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
H A Detnaviv_priv.h85 struct util_vma_heap address_space;
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/
H A Dvma_random_test.cpp218 struct util_vma_heap heap;
/xsrc/external/mit/MesaLib/dist/src/util/tests/vma/
H A Dvma_random_test.cpp223 struct util_vma_heap heap;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h1116 struct util_vma_heap vma_lo;
1117 struct util_vma_heap vma_hi;
1775 struct util_vma_heap bo_heap;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_private.h1167 struct util_vma_heap vma_lo;
1168 struct util_vma_heap vma_cva;
1169 struct util_vma_heap vma_hi;
2078 struct util_vma_heap bo_heap;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c156 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c154 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c225 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c182 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];

Completed in 47 milliseconds