Home
last modified time | relevance | path

Searched refs:eErrorImageUsageNotSupportedKHR (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5834 : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()
5836 : SystemError( make_error_code( Result::eErrorImageUsageNotSupportedKHR ), message ) {} in ImageUsageNotSupportedKHRError()
5972 case Result::eErrorImageUsageNotSupportedKHR: throw ImageUsageNotSupportedKHRError( message ); in throwResultException()
Dvulkan_enums.hpp271 eErrorImageUsageNotSupportedKHR = VK_ERROR_IMAGE_USAGE_NOT_SUPPORTED_KHR, enumerator
Dvulkan_to_string.hpp2710 case Result::eErrorImageUsageNotSupportedKHR : return "ErrorImageUsageNotSupportedKHR"; in to_string()