Searched refs:vertexInterpolation (Results 1 – 1 of 1) sorted by relevance
306 bool isSSOCompatibleInterpolation (VaryingInterpolation vertexInterpolation, VaryingInterpolation f… in isSSOCompatibleInterpolation() argument309 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() local797 if (!isSSOCompatibleInterpolation(vertexInterpolation, fragmentInterpolation)) in varyingsValid()