Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h12837 for(VmaSuballocationList::iterator srcSuballocIt = pSrcMetadata->m_Suballocations.begin(); in Defragment() local
12838 !end && srcSuballocIt != pSrcMetadata->m_Suballocations.end(); ) in Defragment()
12840 VmaAllocation_T* const pAlloc = srcSuballocIt->hAllocation; in Defragment()
12842 const VkDeviceSize srcAllocSize = srcSuballocIt->size; in Defragment()
12849 const VkDeviceSize srcAllocOffset = srcSuballocIt->offset; in Defragment()
12869 VmaSuballocation suballoc = *srcSuballocIt; in Defragment()
12875 VmaSuballocationList::iterator nextSuballocIt = srcSuballocIt; in Defragment()
12877 pSrcMetadata->m_Suballocations.erase(srcSuballocIt); in Defragment()
12878 srcSuballocIt = nextSuballocIt; in Defragment()
12895 VmaSuballocation suballoc = *srcSuballocIt; in Defragment()
[all …]