Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp610 …const bool nonComputePresent = vertexPresent || fragmentPresent || tessControlPresent || tessEvalP… in isValid() local
611 if (computePresent && nonComputePresent) in isValid()