Searched defs:tessEvalPresent (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp578 bool tessEvalPresent = false; local
601 case glu::SHADERTYPE_TESSELLATION_EVALUATION: tessEvalPresent = true; break;
610 const bool nonComputePresent = vertexPresent || fragmentPresent || tessControlPresent || tessEvalPresent || geometryPresent;
625 if (tessEvalPresent != tessControlPresent)
629 if ((m_tessNumOutputVertices != 0) != (tessControlPresent || tessEvalPresent))

Completed in 33 milliseconds