Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp774 } m_DeviceMemStats; member in Statistics
894 ZeroMemory(&m_DeviceMemStats, sizeof(m_DeviceMemStats)); in Statistics()
917 m_DeviceMemStats.total.allocationCount, m_DeviceMemStats.total.allocationTotalSize); in PrintDeviceMemStats()
921 …i, m_DeviceMemStats.memoryType[i].allocationCount, m_DeviceMemStats.memoryType[i].allocationTotalS… in PrintDeviceMemStats()
1021 ++m_DeviceMemStats.total.allocationCount; in RegisterDeviceMemoryAllocation()
1022 m_DeviceMemStats.total.allocationTotalSize += size; in RegisterDeviceMemoryAllocation()
1024 ++m_DeviceMemStats.memoryType[memoryType].allocationCount; in RegisterDeviceMemoryAllocation()
1025 m_DeviceMemStats.memoryType[memoryType].allocationTotalSize += size; in RegisterDeviceMemoryAllocation()