Searched refs:BRW_MEMZONE_COUNT (Results 1 – 2 of 2) sorted by relevance
87 #define BRW_MEMZONE_COUNT (BRW_MEMZONE_OTHER + 1) macro
146 struct util_dynarray vma_list[BRW_MEMZONE_COUNT];176 struct util_vma_heap vma_allocator[BRW_MEMZONE_COUNT];1402 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) { in brw_bufmgr_unref()1412 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) { in brw_bufmgr_unref()1701 for (int z = 0; z < BRW_MEMZONE_COUNT; z++) in add_bucket()