Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp583 bool tessControlPresent = false; in isValid() local
606 case glu::SHADERTYPE_TESSELLATION_CONTROL: tessControlPresent = true; break; in isValid()
616 …const bool nonComputePresent = vertexPresent || fragmentPresent || tessControlPresent || tessEvalP… in isValid()
631 if (tessEvalPresent != tessControlPresent) in isValid()
635 if ((m_tessNumOutputVertices != 0) != (tessControlPresent || tessEvalPresent)) in isValid()