Searched refs:m_DeviceMemStats (Results 1 – 1 of 1) sorted by relevance
774 } m_DeviceMemStats; member in Statistics894 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()