Home
last modified time | relevance | path

Searched refs:eErrorFragmentation (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3419 : SystemError( make_error_code( Result::eErrorFragmentation ), message ) {} in FragmentationError()
3421 : SystemError( make_error_code( Result::eErrorFragmentation ), message ) {} in FragmentationError()
3527 case Result::eErrorFragmentation: throw FragmentationError( message ); in throwResultException()
Dvulkansc_enums.hpp261 eErrorFragmentation = VK_ERROR_FRAGMENTATION, enumerator
Dvulkansc_to_string.hpp1289 case Result::eErrorFragmentation : return "ErrorFragmentation"; in to_string()
Dvulkan.hpp5762 : SystemError( make_error_code( Result::eErrorFragmentation ), message ) {} in FragmentationError()
5764 : SystemError( make_error_code( Result::eErrorFragmentation ), message ) {} in FragmentationError()
5964 case Result::eErrorFragmentation: throw FragmentationError( message ); in throwResultException()
Dvulkan_enums.hpp261 eErrorFragmentation = VK_ERROR_FRAGMENTATION, enumerator
Dvulkan_to_string.hpp2700 case Result::eErrorFragmentation : return "ErrorFragmentation"; in to_string()