Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h14112 for(size_t srcBlockInfoIndex = 0; !end && srcBlockInfoIndex < blockCount; ++srcBlockInfoIndex) in Defragment() local
14114 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()