Lines Matching refs:srcAllocSize
12842 const VkDeviceSize srcAllocSize = srcSuballocIt->size; in Defragment() local
12844 m_BytesMoved + srcAllocSize > maxBytesToMove) in Defragment()
12854 if(freeSpaceDb.Fetch(srcAllocAlignment, srcAllocSize, in Defragment()
12872 m_BytesMoved += srcAllocSize; in Defragment()
12885 srcAllocSize }; in Defragment()
12898 m_BytesMoved += srcAllocSize; in Defragment()
12911 srcAllocSize }; in Defragment()
12921 dstAllocOffset + srcAllocSize > dstBlockSize) in Defragment()
12940 const bool overlap = dstAllocOffset + srcAllocSize > srcAllocOffset; in Defragment()
12947 skipOver = (srcAllocOffset - dstAllocOffset) * 64 < srcAllocSize; in Defragment()
12954 dstOffset = srcAllocOffset + srcAllocSize; in Defragment()
12962 dstOffset = dstAllocOffset + srcAllocSize; in Defragment()
12963 m_BytesMoved += srcAllocSize; in Defragment()
12969 srcAllocSize }; in Defragment()
12979 VMA_ASSERT(dstAllocOffset + srcAllocSize <= dstBlockSize); in Defragment()
12984 dstOffset = dstAllocOffset + srcAllocSize; in Defragment()
12985 m_BytesMoved += srcAllocSize; in Defragment()
12998 srcAllocSize }; in Defragment()