Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dvk_mem_alloc.h14820 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in CalculateStats() local
14821 VMA_ASSERT(pDedicatedAllocVector); in CalculateStats()
14822 …for(size_t allocIndex = 0, allocCount = pDedicatedAllocVector->size(); allocIndex < allocCount; ++… in CalculateStats()
14825 (*pDedicatedAllocVector)[allocIndex]->DedicatedAllocCalcStatsInfo(allocationStatInfo); in CalculateStats()
15417 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in PrintDetailedMap() local
15418 VMA_ASSERT(pDedicatedAllocVector); in PrintDetailedMap()
15419 if(pDedicatedAllocVector->empty() == false) in PrintDetailedMap()
15434 for(size_t i = 0; i < pDedicatedAllocVector->size(); ++i) in PrintDetailedMap()
15437 const VmaAllocation hAlloc = (*pDedicatedAllocVector)[i]; in PrintDetailedMap()