Home
last modified time | relevance | path

Searched refs:eErrorDeviceLost (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp6058 DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) in DeviceLostError()
6060 DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
6307 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
H A Dvulkan_enums.hpp47 eErrorDeviceLost = VK_ERROR_DEVICE_LOST, member in VULKAN_HPP_NAMESPACE::Result
99 case Result::eErrorDeviceLost: return "ErrorDeviceLost"; in to_string()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6260 DeviceLostError( std::string const & message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
6262 DeviceLostError( char const * message ) : SystemError( make_error_code( Result::eErrorDeviceLost ), message ) {} in DeviceLostError()
6553 case Result::eErrorDeviceLost: throw DeviceLostError( message ); in throwResultException()
H A Dvulkan_enums.hpp241 eErrorDeviceLost = VK_ERROR_DEVICE_LOST, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3537 case Result::eErrorDeviceLost: return "ErrorDeviceLost"; in to_string()

Completed in 239 milliseconds