Searched defs:fragmentInterpolation (Results 1 - 1 of 1) sorted by path

/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp305 bool isSSOCompatibleInterpolation (VaryingInterpolation vertexInterpolation, VaryingInterpolation fragmentInterpolation) argument
310 DE_ASSERT(fragmentInterpolation != VARYINGINTERPOLATION_RANDOM);
311 DE_ASSERT(fragmentInterpolation < VARYINGINTERPOLATION_LAST);
317 const bool isSmoothFrag = (fragmentInterpolation == VARYINGINTERPOLATION_SMOOTH) || //!< trivial
318 (fragmentInterpolation == VARYINGINTERPOLATION_DEFAULT) || //!< default to smooth
319 (fragmentInterpolation == VARYINGINTERPOLATION_CENTROID); //!< default to smooth, ignore storage
787 const VaryingInterpolation fragmentInterpolation = getVaryingInterpolation(varyings.frgInputs[ndx].interpolation);
789 if (!isSSOCompatibleInterpolation(vertexInterpolation, fragmentInterpolation))

Completed in 185 milliseconds