Searched refs:notNullAllocCount (Results 1 – 1 of 1) sorted by relevance
2439 size_t notNullAllocCount = 0; in Defragment() local2444 allocations[notNullAllocCount] = it.second.allocation; in Defragment()2445 ++notNullAllocCount; in Defragment()2448 if(notNullAllocCount == 0) in Defragment()2454 allocations.resize(notNullAllocCount); in Defragment()2455 std::vector<VkBool32> allocationsChanged(notNullAllocCount); in Defragment()2471 defragInfo.allocationCount = (uint32_t)notNullAllocCount; in Defragment()