HomeSort by relevance Sort by last modified time
    Searched refs:DebugReportMessage (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.hpp 35 struct DebugReportMessage
45 DebugReportMessage (void)
53 DebugReportMessage (VkDebugReportFlagsEXT flags_,
70 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message);
75 typedef de::AppendList<DebugReportMessage> MessageList;
vkDebugReportUtil.cpp 93 std::ostream& operator<< (std::ostream& str, const DebugReportMessage& message)
121 messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage));
  /external/vulkan-validation-layers/demos/
cube.c 428 PFN_vkDebugReportMessageEXT DebugReportMessage;
    [all...]
tri.c 250 PFN_vkDebugReportMessageEXT DebugReportMessage;
    [all...]

Completed in 454 milliseconds