Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6140 class FragmentedPoolError : public SystemError class
6143 FragmentedPoolError( std::string const & message ) in FragmentedPoolError() function in VULKAN_HPP_NAMESPACE::FragmentedPoolError
6146 FragmentedPoolError( char const * message ) in FragmentedPoolError() function in VULKAN_HPP_NAMESPACE::FragmentedPoolError
6315 case Result::eErrorFragmentedPool: throw FragmentedPoolError( message ); in throwResultException()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6321 class FragmentedPoolError : public SystemError class
6324FragmentedPoolError( std::string const & message ) : SystemError( make_error_code( Result::eErrorF… in FragmentedPoolError() function in VULKAN_HPP_NAMESPACE::FragmentedPoolError
6326FragmentedPoolError( char const * message ) : SystemError( make_error_code( Result::eErrorFragment… in FragmentedPoolError() function in VULKAN_HPP_NAMESPACE::FragmentedPoolError
6561 case Result::eErrorFragmentedPool: throw FragmentedPoolError( message ); in throwResultException()
Dvulkan.cppm871 using VULKAN_HPP_NAMESPACE::FragmentedPoolError;