Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp768 VkDeviceSize allocationTotalSize; member
917 m_DeviceMemStats.total.allocationCount, m_DeviceMemStats.total.allocationTotalSize); in PrintDeviceMemStats()
921 …_DeviceMemStats.memoryType[i].allocationCount, m_DeviceMemStats.memoryType[i].allocationTotalSize); in PrintDeviceMemStats()
1022 m_DeviceMemStats.total.allocationTotalSize += size; in RegisterDeviceMemoryAllocation()
1025 m_DeviceMemStats.memoryType[memoryType].allocationTotalSize += size; in RegisterDeviceMemoryAllocation()