Lines Matching refs:flags
34 head_.next = new (mem) Node{head_.next, info.flags, info.pfnCallback, in AddCallback()
56 void DebugReportCallbackList::Message(VkDebugReportFlagsEXT flags, in Message() argument
66 if ((node->flags & flags) != 0) { in Message()
67 node->callback(flags, object_type, object, location, message_code, in Message()
73 void DebugReportLogger::Message(VkDebugReportFlagsEXT flags, in Message() argument
86 (info->flags & flags) != 0) { in Message()
87 info->pfnCallback(flags, object_type, object, location, in Message()
97 callbacks_->Message(flags, object_type, object, location, message_code, in Message()
102 void DebugReportLogger::PrintV(VkDebugReportFlagsEXT flags, in PrintV() argument
114 Message(flags, object_type, object, 0, 0, LOG_TAG, buf); in PrintV()
169 VkDebugReportFlagsEXT flags, in DebugReportMessageEXT() argument
178 instance, flags, object_type, object, location, message_code, in DebugReportMessageEXT()
182 flags, object_type, object, location, message_code, layer_prefix, in DebugReportMessageEXT()