Searched refs:vma_allocator (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c156 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT]; member in struct:iris_bufmgr
280 util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size, alignment);
308 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
1172 util_vma_heap_finish(&bufmgr->vma_allocator[z]);
1515 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SHADER],
1517 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE],
1520 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_DYNAMIC],
1527 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHER],
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c225 struct util_vma_heap vma_allocator[IRIS_MEMZONE_COUNT]; member in struct:iris_bufmgr
375 util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size, alignment);
403 assert(memzone < ARRAY_SIZE(bufmgr->vma_allocator));
405 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
1695 util_vma_heap_finish(&bufmgr->vma_allocator[z]);
2288 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SHADER],
2290 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_BINDLESS],
2292 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE],
2303 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_DYNAMIC],
2310 util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_OTHE
[all...]
/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]; member in struct:brw_bufmgr
413 addr = util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size,
445 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
1323 util_vma_heap_finish(&bufmgr->vma_allocator[z]);
1733 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_LOW_4G],
1739 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_OTHER],
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_bufmgr.c182 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT]; member in struct:brw_bufmgr
436 addr = util_vma_heap_alloc(&bufmgr->vma_allocator[memzone], size,
468 util_vma_heap_free(&bufmgr->vma_allocator[memzone], address, size);
1418 util_vma_heap_finish(&bufmgr->vma_allocator[z]);
1898 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_LOW_4G],
1904 util_vma_heap_init(&bufmgr->vma_allocator[BRW_MEMZONE_OTHER],

Completed in 11 milliseconds