Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp5754 mCommandBufferDiagnostics.push_back(commandBufferDiagnostics); in addCommandBufferDiagnostics()
5761 if (mCommandBufferDiagnostics.empty()) in dumpCommandStreamDiagnostics()
5767 for (size_t index = 0; index < mCommandBufferDiagnostics.size(); ++index) in dumpCommandStreamDiagnostics()
5769 const std::string &payload = mCommandBufferDiagnostics[index]; in dumpCommandStreamDiagnostics()
5773 for (size_t index = 0; index < mCommandBufferDiagnostics.size() - 1; ++index) in dumpCommandStreamDiagnostics()
5778 mCommandBufferDiagnostics.clear(); in dumpCommandStreamDiagnostics()
DContextVk.h1172 std::vector<std::string> mCommandBufferDiagnostics; variable