Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h87 #define BRW_MEMZONE_COUNT (BRW_MEMZONE_OTHER + 1) macro
Dbrw_bufmgr.c146 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()