Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp306 bool isSSOCompatibleInterpolation (VaryingInterpolation vertexInterpolation, VaryingInterpolation f… in isSSOCompatibleInterpolation() argument
309 DE_ASSERT(vertexInterpolation != VARYINGINTERPOLATION_RANDOM); in isSSOCompatibleInterpolation()
310 DE_ASSERT(vertexInterpolation < VARYINGINTERPOLATION_LAST); in isSSOCompatibleInterpolation()
315 …const bool isSmoothVtx = (vertexInterpolation == VARYINGINTERPOLATION_SMOOTH) || //!< triv… in isSSOCompatibleInterpolation()
316 … (vertexInterpolation == VARYINGINTERPOLATION_DEFAULT) || //!< default to smooth in isSSOCompatibleInterpolation()
317 …(vertexInterpolation == VARYINGINTERPOLATION_CENTROID); //!< default to smooth, ignore storage in isSSOCompatibleInterpolation()
794 …const VaryingInterpolation vertexInterpolation = getVaryingInterpolation(varyings.vtxOutputs[ndx]… in varyingsValid() local
797 if (!isSSOCompatibleInterpolation(vertexInterpolation, fragmentInterpolation)) in varyingsValid()