Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp73 if(v < _countof(m_BaseCount)) in PostValue()
75 ++m_BaseCount[v]; in PostValue()
94 …(!m_ExtendedCount.empty() || std::count_if(m_BaseCount, m_BaseCount + _countof(m_BaseCount), [](ui… in Print()
98 for(size_t i = 0; i < _countof(m_BaseCount); ++i) in Print()
100 const uint32_t currCount = m_BaseCount[i]; in Print()
123 uint32_t m_BaseCount[32] = {}; member