Searched refs:eErrorInvalidPipelineCacheData (Results 1 – 3 of 3) sorted by relevance
3446 : 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()
265 eErrorInvalidPipelineCacheData = VK_ERROR_INVALID_PIPELINE_CACHE_DATA, enumerator
1293 case Result::eErrorInvalidPipelineCacheData : return "ErrorInvalidPipelineCacheData"; in to_string()