Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3383 : SystemError( make_error_code( Result::eErrorFragmentedPool ), message ) {} in FragmentedPoolError()
3385 : SystemError( make_error_code( Result::eErrorFragmentedPool ), message ) {} in FragmentedPoolError()
3523 case Result::eErrorFragmentedPool: throw FragmentedPoolError( message ); in throwResultException()
Dvulkansc_enums.hpp257 eErrorFragmentedPool = VK_ERROR_FRAGMENTED_POOL, enumerator
Dvulkansc_to_string.hpp1285 case Result::eErrorFragmentedPool : return "ErrorFragmentedPool"; in to_string()
Dvulkan.hpp5726 : SystemError( make_error_code( Result::eErrorFragmentedPool ), message ) {} in FragmentedPoolError()
5728 : SystemError( make_error_code( Result::eErrorFragmentedPool ), message ) {} in FragmentedPoolError()
5960 case Result::eErrorFragmentedPool: throw FragmentedPoolError( message ); in throwResultException()
Dvulkan_enums.hpp257 eErrorFragmentedPool = VK_ERROR_FRAGMENTED_POOL, enumerator
Dvulkan_to_string.hpp2696 case Result::eErrorFragmentedPool : return "ErrorFragmentedPool"; in to_string()