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

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

Completed in 108 milliseconds