Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp741 size_t GetPoolCreationCount() const { return m_VmaPoolCreateInfo.totalCount; } in GetPoolCreationCount() function in Statistics
2610 if(m_Stats.GetPoolCreationCount() > 0) in PrintStats()
2612 printf(" Total custom pools created: %zu\n", m_Stats.GetPoolCreationCount()); in PrintStats()