Searched refs:DeviceLost (Results 1 – 4 of 4) sorted by relevance
28 ASSERT(errorData->GetType() == InternalErrorType::DeviceLost || in IgnoreErrors()43 case InternalErrorType::DeviceLost: in ToWGPUErrorType()44 return wgpu::ErrorType::DeviceLost; in ToWGPUErrorType()57 case wgpu::ErrorType::DeviceLost: in FromWGPUErrorType()58 return InternalErrorType::DeviceLost; in FromWGPUErrorType()
76 if (type == wgpu::ErrorType::DeviceLost) { in HandleError()77 if (it->mCapturedError != wgpu::ErrorType::DeviceLost) { in HandleError()
29 DeviceLost, enumerator93 #define DAWN_DEVICE_LOST_ERROR(MESSAGE) DAWN_MAKE_ERROR(InternalErrorType::DeviceLost, MESSAGE)
407 if (type == InternalErrorType::DeviceLost) { in HandleError()440 type = InternalErrorType::DeviceLost; in HandleError()443 if (type == InternalErrorType::DeviceLost) { in HandleError()