Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h12565 size_t srcAllocIndex = SIZE_MAX; in DefragmentRound() local
12571 while(srcAllocIndex >= m_Blocks[srcBlockIndex]->m_Allocations.size()) in DefragmentRound()
12583 srcAllocIndex = SIZE_MAX; in DefragmentRound()
12588 srcAllocIndex = m_Blocks[srcBlockIndex]->m_Allocations.size() - 1; in DefragmentRound()
12593 AllocationInfo& allocInfo = pSrcBlockInfo->m_Allocations[srcAllocIndex]; in DefragmentRound()
12654 VmaVectorRemove(pSrcBlockInfo->m_Allocations, srcAllocIndex); in DefragmentRound()
12662 if(srcAllocIndex > 0) in DefragmentRound()
12664 --srcAllocIndex; in DefragmentRound()
12671 srcAllocIndex = SIZE_MAX; in DefragmentRound()