Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp35 struct DebugReportMessage struct
45 DebugReportMessage (void) in DebugReportMessage() function
53 DebugReportMessage (VkDebugReportFlagsEXT flags_, in DebugReportMessage() argument
84 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message);
89 using MessageList = de::AppendList<DebugReportMessage>;
DvkDebugReportUtil.cpp97 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message) in operator <<()
125 …const DebugReportMessage message (flags, objectType, object, location, messageCode, pLayerPrefix,… in debugReportCallback()
/external/deqp/external/vulkancts/
DREADME.md386 `vk::DebugReportMessage::shouldBeLogged()` in `vkDebugReportUtil.hpp`.