Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp577 bool tessControlPresent = false; in isValid() local
600 case glu::SHADERTYPE_TESSELLATION_CONTROL: tessControlPresent = true; break; in isValid()
610 …const bool nonComputePresent = vertexPresent || fragmentPresent || tessControlPresent || tessEvalP… in isValid()
625 if (tessEvalPresent != tessControlPresent) in isValid()
629 if ((m_tessNumOutputVertices != 0) != (tessControlPresent || tessEvalPresent)) in isValid()