Searched refs:fragmentInterpolation (Results 1 – 1 of 1) sorted by relevance
316 …Interpolation(VaryingInterpolation vertexInterpolation, VaryingInterpolation fragmentInterpolation) in isSSOCompatibleInterpolation() argument321 DE_ASSERT(fragmentInterpolation != VARYINGINTERPOLATION_RANDOM); in isSSOCompatibleInterpolation()322 DE_ASSERT(fragmentInterpolation < VARYINGINTERPOLATION_LAST); in isSSOCompatibleInterpolation()330 (fragmentInterpolation == VARYINGINTERPOLATION_SMOOTH) || //!< trivial in isSSOCompatibleInterpolation()331 (fragmentInterpolation == VARYINGINTERPOLATION_DEFAULT) || //!< default to smooth in isSSOCompatibleInterpolation()332 … (fragmentInterpolation == VARYINGINTERPOLATION_CENTROID); //!< default to smooth, ignore storage in isSSOCompatibleInterpolation()832 const VaryingInterpolation fragmentInterpolation = in varyingsValid() local835 if (!isSSOCompatibleInterpolation(vertexInterpolation, fragmentInterpolation)) in varyingsValid()