Searched refs:srcAllocIndex (Results 1 – 1 of 1) sorted by relevance
12565 size_t srcAllocIndex = SIZE_MAX; in DefragmentRound() local12571 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()12583 srcAllocIndex = SIZE_MAX; in DefragmentRound()12588 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()12593 AllocationInfo& allocInfo = pSrcBlockInfo->m_Allocations[srcAllocIndex]; in DefragmentRound()12654 VmaVectorRemove(pSrcBlockInfo->m_Allocations, srcAllocIndex); in DefragmentRound()12662 if(srcAllocIndex > 0) in DefragmentRound()12664 --srcAllocIndex; in DefragmentRound()12671 srcAllocIndex = SIZE_MAX; in DefragmentRound()