Searched refs:debug_report_callbacks (Results 1 – 3 of 3) sorted by relevance
83 DebugReportCallbackList debug_report_callbacks; member91 debug_report_callbacks(debug_report_callbacks_), in DeviceData()99 const DebugReportCallbackList& debug_report_callbacks; member235 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()
710 const DebugReportCallbackList& debug_report_callbacks) { in AllocateDeviceData() argument717 return new (data_mem) DeviceData(allocator, debug_report_callbacks); in AllocateDeviceData()1122 instance_data.debug_report_callbacks); in CreateDevice()