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()95 const DebugReportCallbackList& debug_report_callbacks; member295 return DebugReportLogger(GetData(dispatchable).debug_report_callbacks); in Logger()
131 auto& callbacks = GetData(instance).debug_report_callbacks; in CreateDebugReportCallbackEXT()155 auto& callbacks = GetData(instance).debug_report_callbacks; in DestroyDebugReportCallbackEXT()181 GetData(instance).debug_report_callbacks.Message( in DebugReportMessageEXT()
814 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData() argument821 return new (data_mem) DeviceData(allocator, debug_report_callbacks); in AllocateDeviceData()1194 instance_data.debug_report_callbacks); in CreateDevice()