Searched refs:pDedicatedAllocVector (Results 1 – 1 of 1) sorted by relevance
14820 AllocationVectorType* const pDedicatedAllocVector = m_pDedicatedAllocations[memTypeIndex]; in CalculateStats() local14821 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() local15418 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()