Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/vulkan_memory_allocator/src/VmaReplay/
H A DVmaReplay.cpp736 const size_t* GetFunctionCallCount() const { return m_FunctionCallCount; } in GetFunctionCallCount()
760 size_t m_FunctionCallCount[(size_t)VMA_FUNCTION::Count] = {}; member in Statistics
965 ++m_FunctionCallCount[(size_t)func]; in RegisterFunctionCall()