Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp737 size_t GetImageCreationCount(uint32_t imgClass) const { return m_ImageCreationCount[imgClass]; } in GetImageCreationCount() function in Statistics
2589 m_Stats.GetImageCreationCount(0) + in PrintStats()
2590 m_Stats.GetImageCreationCount(1) + in PrintStats()
2591 m_Stats.GetImageCreationCount(2) + in PrintStats()
2592 m_Stats.GetImageCreationCount(3) + in PrintStats()
2599 printf(" Class 0 (depth/stencil): %zu\n", m_Stats.GetImageCreationCount(0)); in PrintStats()
2600 printf(" Class 1 (attachment): %zu\n", m_Stats.GetImageCreationCount(1)); in PrintStats()
2601 printf(" Class 2 (sampled): %zu\n", m_Stats.GetImageCreationCount(2)); in PrintStats()
2602 printf(" Class 3 (other): %zu\n", m_Stats.GetImageCreationCount(3)); in PrintStats()