Searched refs:srcBlockInfoIndex (Results 1 – 1 of 1) sorted by relevance
12832 for(size_t srcBlockInfoIndex = 0; !end && srcBlockInfoIndex < blockCount; ++srcBlockInfoIndex) in Defragment() local12834 const size_t srcOrigBlockIndex = m_BlockInfos[srcBlockInfoIndex].origBlockIndex; in Defragment()12863 if(freeSpaceInfoIndex == srcBlockInfoIndex) in Defragment()12893 VMA_ASSERT(freeSpaceInfoIndex < srcBlockInfoIndex); in Defragment()12920 while(dstBlockInfoIndex < srcBlockInfoIndex && in Defragment()12936 if(dstBlockInfoIndex == srcBlockInfoIndex) in Defragment()12978 VMA_ASSERT(dstBlockInfoIndex < srcBlockInfoIndex); in Defragment()