Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp738 size_t GetLinearImageCreationCount() const { return m_LinearImageCreationCount; } in GetLinearImageCreationCount() function in Statistics
2593 m_Stats.GetLinearImageCreationCount(); in PrintStats()
2603 if(m_Stats.GetLinearImageCreationCount() > 0) in PrintStats()
2605 printf(" LINEAR tiling: %zu\n", m_Stats.GetLinearImageCreationCount()); in PrintStats()