Searched refs:msgFlags (Results 1 - 3 of 3) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | debug_utils.c | 103 if (!pTrav->is_messenger && pTrav->report.msgFlags & object_flags) { in util_SubmitDebugUtilsMessageEXT() 306 new_dbg_func_node->report.msgFlags = pCreateInfo->flags; in util_CreateDebugReportCallback() 327 VkBool32 util_DebugReportMessage(const struct loader_instance *inst, VkFlags msgFlags, VkDebugReportObjectTypeEXT objectType, in util_DebugReportMessage() argument 336 debug_utils_ReportFlagsToAnnotFlags(msgFlags, false, &severity, &types); in util_DebugReportMessage() 353 if (!pTrav->is_messenger && pTrav->report.msgFlags & msgFlags) { in util_DebugReportMessage() 354 if (pTrav->report.pfnMsgCallback(msgFlags, objectType, srcObject, location, msgCode, pLayerPrefix, pMsg, in util_DebugReportMessage() 475 new_dbg_func_node->report.msgFlags = pCreateInfo->flags; in terminator_CreateDebugReportCallbackEXT()
|
H A D | vk_loader_layer.h | 32 VkFlags msgFlags; member
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 133 BreakCallback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in BreakCallback() argument 232 dbgFunc(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, in dbgFunc() argument 241 if (msgFlags & VK_DEBUG_REPORT_ERROR_BIT_EXT) { in dbgFunc() 244 } else if (msgFlags & VK_DEBUG_REPORT_WARNING_BIT_EXT) { in dbgFunc()
|
Completed in 5 milliseconds