Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3446 : SystemError( make_error_code( Result::eErrorInvalidPipelineCacheData ), message ) {} in InvalidPipelineCacheDataError()
3448 : SystemError( make_error_code( Result::eErrorInvalidPipelineCacheData ), message ) {} in InvalidPipelineCacheDataError()
3530 case Result::eErrorInvalidPipelineCacheData: throw InvalidPipelineCacheDataError( message ); in throwResultException()
Dvulkansc_enums.hpp265 eErrorInvalidPipelineCacheData = VK_ERROR_INVALID_PIPELINE_CACHE_DATA, enumerator
Dvulkansc_to_string.hpp1293 case Result::eErrorInvalidPipelineCacheData : return "ErrorInvalidPipelineCacheData"; in to_string()