Searched refs:debug_report_callbacks (Results 1 – 3 of 3) sorted by relevance
81 DebugReportCallbackList debug_report_callbacks; member89 debug_report_callbacks(debug_report_callbacks_), in DeviceData()97 const DebugReportCallbackList& debug_report_callbacks; member225 return DebugReportLogger(GetData(dispatchable).debug_report_callbacks); in Logger()
130 auto& callbacks = GetData(instance).debug_report_callbacks; in CreateDebugReportCallbackEXT()154 auto& callbacks = GetData(instance).debug_report_callbacks; in DestroyDebugReportCallbackEXT()180 GetData(instance).debug_report_callbacks.Message( in DebugReportMessageEXT()
498 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData() argument505 return new (data_mem) DeviceData(allocator, debug_report_callbacks); in AllocateDeviceData()771 instance_data.debug_report_callbacks); in CreateDevice()