Searched refs:util_vma_heap (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | vma.h | 36 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 D | vma.c | 46 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 D | vma.h | 35 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 D | vma.c | 42 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 D | v3d.h | 44 struct util_vma_heap heap;
|
| /xsrc/external/mit/MesaLib/dist/src/drm-shim/ |
| H A D | drm_shim.h | 46 struct util_vma_heap mem_heap;
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_priv.h | 85 struct util_vma_heap address_space;
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 218 struct util_vma_heap heap;
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 223 struct util_vma_heap heap;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 1116 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 D | anv_private.h | 1167 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 D | iris_bufmgr.c | 156 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 154 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 225 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 182 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];
|
Completed in 47 milliseconds