Searched refs:eErrorDeviceLost (Results 1 – 6 of 6) sorted by relevance
3311 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()3313 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()3515 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
249 eErrorDeviceLost = VK_ERROR_DEVICE_LOST, enumerator
1277 case Result::eErrorDeviceLost : return "ErrorDeviceLost"; in to_string()
5654 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()5656 : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()5952 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
2688 case Result::eErrorDeviceLost : return "ErrorDeviceLost"; in to_string()