• Home
  • Raw
  • Download

Lines Matching refs:msg_flags

250 static inline bool debug_log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugRep…
391 static inline bool debug_log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugRep… in debug_log_msg() argument
409 DebugReportFlagsToAnnotFlags(msg_flags, true, &severity, &types); in debug_log_msg()
476 if (!layer_dbg_node->is_messenger && (layer_dbg_node->report.msgFlags & msg_flags)) { in debug_log_msg()
484 …if (layer_dbg_node->report.pfnMsgCallback(msg_flags, object_type, src_object, location, 0, layer_p… in debug_log_msg()
912 static inline bool will_log_msg(debug_report_data *debug_data, VkFlags msg_flags) { in will_log_msg() argument
915 DebugReportFlagsToAnnotFlags(msg_flags, true, &local_severity, &local_type); in will_log_msg()
960 static inline bool log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugReportObj…
964 static inline bool log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugReportObj… in log_msg() argument
970 DebugReportFlagsToAnnotFlags(msg_flags, true, &local_severity, &local_type); in log_msg()
1011 …bool result = debug_log_msg(debug_data, msg_flags, object_type, src_object, 0, "Validation", str_p… in log_msg()
1018 static inline VKAPI_ATTR VkBool32 VKAPI_CALL report_log_callback(VkFlags msg_flags, VkDebugReportOb… in report_log_callback() argument
1024 PrintMessageFlags(msg_flags, msg_flag_string); in report_log_callback()
1040 static inline VKAPI_ATTR VkBool32 VKAPI_CALL report_win32_debug_output_msg(VkFlags msg_flags, VkDeb… in report_win32_debug_output_msg() argument
1048 PrintMessageFlags(msg_flags, msg_flag_string); in report_win32_debug_output_msg()