Lines Matching refs:debug_report_data

215 } debug_report_data;  typedef
217 template debug_report_data *GetLayerDataPtr<debug_report_data>(void *data_key,
218 … std::unordered_map<void *, debug_report_data *> &data_map);
250 static inline bool debug_log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugRep…
255 static inline void AddDebugCallbackNode(debug_report_data *debug_data, VkLayerDbgFunctionNode **lis… in AddDebugCallbackNode()
262 static inline void RemoveDebugUtilsMessenger(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveDebugUtilsMessenger()
316 static inline void RemoveDebugUtilsMessageCallback(debug_report_data *debug_data, VkLayerDbgFunctio… in RemoveDebugUtilsMessageCallback()
370 static inline void RemoveAllMessageCallbacks(debug_report_data *debug_data, VkLayerDbgFunctionNode … in RemoveAllMessageCallbacks()
391 static inline bool debug_log_msg(const debug_report_data *debug_data, VkFlags msg_flags, VkDebugRep… in debug_log_msg()
521 static inline bool debug_messenger_log_msg(const debug_report_data *debug_data, in debug_messenger_log_msg()
585 static inline debug_report_data *debug_utils_create_instance( in debug_utils_create_instance()
589 debug_report_data *debug_data = new debug_report_data; in debug_utils_create_instance()
600 static inline void layer_debug_utils_destroy_instance(debug_report_data *debug_data) { in layer_debug_utils_destroy_instance()
610 static inline debug_report_data *layer_debug_utils_create_device(debug_report_data *instance_debug_… in layer_debug_utils_create_device()
620 static inline void layer_destroy_messenger_callback(debug_report_data *debug_data, VkDebugUtilsMess… in layer_destroy_messenger_callback()
627 static inline VkResult layer_create_messenger_callback(debug_report_data *debug_data, bool default_… in layer_create_messenger_callback()
671 static inline void layer_destroy_report_callback(debug_report_data *debug_data, VkDebugReportCallba… in layer_destroy_report_callback()
678 static inline VkResult layer_create_report_callback(debug_report_data *debug_data, bool default_cal… in layer_create_report_callback()
712 static inline PFN_vkVoidFunction debug_utils_get_instance_proc_addr(debug_report_data *debug_data, … in debug_utils_get_instance_proc_addr()
799 static inline VkResult layer_enable_tmp_report_callbacks(debug_report_data *debug_data, uint32_t nu… in layer_enable_tmp_report_callbacks()
817 static inline void layer_disable_tmp_report_callbacks(debug_report_data *debug_data, uint32_t num_c… in layer_disable_tmp_report_callbacks()
884 static inline VkResult layer_enable_tmp_debug_messengers(debug_report_data *debug_data, uint32_t nu… in layer_enable_tmp_debug_messengers()
902 static inline void layer_disable_tmp_debug_messengers(debug_report_data *debug_data, uint32_t num_m… in layer_disable_tmp_debug_messengers()
912 static inline bool will_log_msg(debug_report_data *debug_data, VkFlags msg_flags) { 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()
1164 static inline void BeginQueueDebugUtilsLabel(debug_report_data *report_data, VkQueue queue, in BeginQueueDebugUtilsLabel()
1177 static inline void EndQueueDebugUtilsLabel(debug_report_data *report_data, VkQueue queue) { in EndQueueDebugUtilsLabel()
1191 static inline void InsertQueueDebugUtilsLabel(debug_report_data *report_data, VkQueue queue, in InsertQueueDebugUtilsLabel()
1200 static inline void BeginCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_… in BeginCmdDebugUtilsLabel()
1213 static inline void EndCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_bu… in EndCmdDebugUtilsLabel()
1227 static inline void InsertCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command… in InsertCmdDebugUtilsLabel()
1238 static inline void ResetCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_… in ResetCmdDebugUtilsLabel()
1247 static inline void EraseCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_… in EraseCmdDebugUtilsLabel()