Searched refs:srcBlockInfoIndex (Results 1 – 1 of 1) sorted by relevance
14112 for(size_t srcBlockInfoIndex = 0; !end && srcBlockInfoIndex < blockCount; ++srcBlockInfoIndex) in Defragment() local14114 const size_t srcOrigBlockIndex = m_BlockInfos[srcBlockInfoIndex].origBlockIndex; in Defragment()14143 if(freeSpaceInfoIndex == srcBlockInfoIndex) in Defragment()14175 VMA_ASSERT(freeSpaceInfoIndex < srcBlockInfoIndex); in Defragment()14204 while(dstBlockInfoIndex < srcBlockInfoIndex && in Defragment()14220 if(dstBlockInfoIndex == srcBlockInfoIndex) in Defragment()14265 VMA_ASSERT(dstBlockInfoIndex < srcBlockInfoIndex); in Defragment()