Searched refs:eErrorNoPipelineMatch (Results 1 – 3 of 3) sorted by relevance
3455 : SystemError( make_error_code( Result::eErrorNoPipelineMatch ), message ) {} in NoPipelineMatchError()3457 : SystemError( make_error_code( Result::eErrorNoPipelineMatch ), message ) {} in NoPipelineMatchError()3531 case Result::eErrorNoPipelineMatch: throw NoPipelineMatchError( message ); in throwResultException()
266 eErrorNoPipelineMatch = VK_ERROR_NO_PIPELINE_MATCH, enumerator
1294 case Result::eErrorNoPipelineMatch : return "ErrorNoPipelineMatch"; in to_string()