Home
last modified time | relevance | path

Searched refs:BRW_MEMZONE_COUNT (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h87 #define BRW_MEMZONE_COUNT (BRW_MEMZONE_OTHER + 1) macro
Dbrw_bufmgr.c152 struct util_dynarray vma_list[BRW_MEMZONE_COUNT];
182 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];
1407 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) { in brw_bufmgr_unref()
1417 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) { in brw_bufmgr_unref()
1705 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) in add_bucket()