Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h1440 VmaAllocation VMA_NOT_NULL srcAllocation; member
13142 vectorIndex = move.srcAllocation->GetMemoryTypeIndex(); in DefragmentPassEnd()
13151 …uint8_t mapCount = move.srcAllocation->SwapBlockAllocation(vector->m_hAllocator, move.dstTmpAlloca… in DefragmentPassEnd()
13155 VmaDeviceMemoryBlock* newMapBlock = move.srcAllocation->GetBlock(); in DefragmentPassEnd()
13187 m_PassStats.bytesMoved -= move.srcAllocation->GetSize(); in DefragmentPassEnd()
13191 VmaDeviceMemoryBlock* newBlock = move.srcAllocation->GetBlock(); in DefragmentPassEnd()
13207 m_PassStats.bytesMoved -= move.srcAllocation->GetSize(); in DefragmentPassEnd()
13213 freedBlockSize = move.srcAllocation->GetBlock()->m_pMetadata->GetSize(); in DefragmentPassEnd()
13215 vector->Free(move.srcAllocation); in DefragmentPassEnd()
13373 moveData.move.srcAllocation = (VmaAllocation)metadata->GetAllocationUserData(handle); in GetMoveData()
[all …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h1426 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()
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp1434 vmaGetAllocationInfo(g_hAllocator, stepInfo.pMoves[i].srcAllocation, &info); in ProcessDefragmentationPass()
1532 vmaGetAllocationInfo(g_hAllocator, stepInfo.pMoves[i].srcAllocation, &info); in ProcessDefragmentationPass()
1617 VmaAllocation const alloc = pass.pMoves[i].srcAllocation; in Defragment()
1956 VmaAllocation const alloc = pass.pMoves[i].srcAllocation; in TestDefragmentationSimple()
2043 …_if(pass.pMoves, end, [&](VmaDefragmentationMove& move) { return move.srcAllocation == allocations… in TestDefragmentationSimple()
2057 VmaAllocation const alloc = pass.pMoves[i].srcAllocation; in TestDefragmentationSimple()
2361 …_if(pass.pMoves, end, [&](VmaDefragmentationMove& move) { return move.srcAllocation == allocations… in TestDefragmentationAlgorithms()
2367 …allocations.end(), [&](const AllocInfo& info) { return pass.pMoves[i].srcAllocation == info.m_Allo… in TestDefragmentationAlgorithms()
2380 VmaAllocation const alloc = pass.pMoves[i].srcAllocation; in TestDefragmentationAlgorithms()
2728 …allocations.end(), [&](const AllocInfo& info) { return pass.pMoves[i].srcAllocation == info.m_Allo… in TestDefragmentationIncrementalBasic()
[all …]