Lines Matching refs:srcAllocation
1426 VmaAllocation VMA_NOT_NULL srcAllocation; member
13103 vectorIndex = move.srcAllocation->GetMemoryTypeIndex(); in DefragmentPassEnd()
13112 …uint8_t mapCount = move.srcAllocation->SwapBlockAllocation(vector->m_hAllocator, move.dstTmpAlloca… in DefragmentPassEnd()
13116 VmaDeviceMemoryBlock* newMapBlock = move.srcAllocation->GetBlock(); in DefragmentPassEnd()
13148 m_PassStats.bytesMoved -= move.srcAllocation->GetSize(); in DefragmentPassEnd()
13152 VmaDeviceMemoryBlock* newBlock = move.srcAllocation->GetBlock(); in DefragmentPassEnd()
13168 m_PassStats.bytesMoved -= move.srcAllocation->GetSize(); in DefragmentPassEnd()
13174 freedBlockSize = move.srcAllocation->GetBlock()->m_pMetadata->GetSize(); in DefragmentPassEnd()
13176 vector->Free(move.srcAllocation); in DefragmentPassEnd()
13341 moveData.move.srcAllocation = (VmaAllocation)metadata->GetAllocationUserData(handle); in GetMoveData()
13342 moveData.size = moveData.move.srcAllocation->GetSize(); in GetMoveData()
13343 moveData.alignment = moveData.move.srcAllocation->GetAlignment(); in GetMoveData()
13344 moveData.type = moveData.move.srcAllocation->GetSuballocationType(); in GetMoveData()
13347 if (moveData.move.srcAllocation->IsPersistentMap()) in GetMoveData()
13349 if (moveData.move.srcAllocation->IsMappingAllowed()) in GetMoveData()
13391 if (moveData.move.srcAllocation->GetUserData() == this) in ReallocWithinBlock()
13393 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in ReallocWithinBlock()
13405 VkDeviceSize offset = moveData.move.srcAllocation->GetOffset(); in ReallocWithinBlock()
13480 if (moveData.move.srcAllocation->GetUserData() == this) in ComputeDefragmentation_Fast()
13482 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in ComputeDefragmentation_Fast()
13527 if (moveData.move.srcAllocation->GetUserData() == this) in ComputeDefragmentation_Balanced()
13529 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in ComputeDefragmentation_Balanced()
13548 VkDeviceSize offset = moveData.move.srcAllocation->GetOffset(); in ComputeDefragmentation_Balanced()
13614 if (moveData.move.srcAllocation->GetUserData() == this) in ComputeDefragmentation_Full()
13616 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in ComputeDefragmentation_Full()
13634 VkDeviceSize offset = moveData.move.srcAllocation->GetOffset(); in ComputeDefragmentation_Full()
13707 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in ComputeDefragmentation_Extensive()
13891 if (moveData.move.srcAllocation->GetUserData() == this) in MoveDataToFreeBlocks()
13893 switch (CheckCounters(moveData.move.srcAllocation->GetSize())) in MoveDataToFreeBlocks()