Home
last modified time | relevance | path

Searched refs:eErrorVideoPictureLayoutNotSupportedKHR (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp6429 : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError()
6433 VideoPictureLayoutNotSupportedKHRError( char const * message ) : SystemError( make_error_code( Result::eErrorVideoPictureLayoutNotSupportedKHR ), message ) in VideoPictureLayoutNotSupportedKHRError()
6574 case Result::eErrorVideoPictureLayoutNotSupportedKHR: throw VideoPictureLayoutNotSupportedKHRError( message ); in throwResultException()
H A Dvulkan_enums.hpp264 eErrorVideoPictureLayoutNotSupportedKHR = VK_ERROR_VIDEO_PICTURE_LAYOUT_NOT_SUPPORTED_KHR, member in VULKAN_HPP_NAMESPACE::Result
H A Dvulkan_to_string.hpp3560 case Result::eErrorVideoPictureLayoutNotSupportedKHR: return "ErrorVideoPictureLayoutNotSupportedKHR"; in to_string()

Completed in 128 milliseconds