Home
last modified time | relevance | path

Searched refs:eErrorOutOfPoolMemory (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp6162 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) in OutOfPoolMemoryError()
6165 : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) in OutOfPoolMemoryError()
6317 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
Dvulkan_enums.hpp57 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator
109 case Result::eErrorOutOfPoolMemory: return "ErrorOutOfPoolMemory"; in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp6340 …:string const & message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message… in OutOfPoolMemoryError()
6342 …r( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message… in OutOfPoolMemoryError()
6563 case Result::eErrorOutOfPoolMemory: throw OutOfPoolMemoryError( message ); in throwResultException()
Dvulkan_enums.hpp251 eErrorOutOfPoolMemory = VK_ERROR_OUT_OF_POOL_MEMORY, enumerator
Dvulkan_to_string.hpp3547 case Result::eErrorOutOfPoolMemory: return "ErrorOutOfPoolMemory"; in to_string()