Lines Matching refs:VaryingInterpolation

110 enum VaryingInterpolation  enum
145 VaryingInterpolation randomInterpolation (Random& rnd) in randomInterpolation()
147 static const VaryingInterpolation s_validInterpolations[] = in randomInterpolation()
157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation()
173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) in getVaryingInterpolation()
282 VaryingInterpolation vtxInterp;
283 VaryingInterpolation frgInterp;
295 VaryingInterpolation chooseInterpolation (VaryingInterpolation param, DataType type, Random& rnd) in chooseInterpolation()
306 bool isSSOCompatibleInterpolation (VaryingInterpolation vertexInterpolation, VaryingInterpolation f… in isSSOCompatibleInterpolation()
339 const VaryingInterpolation vtxInterp = chooseInterpolation(params.vtxInterp, type, rnd); in genVaryingInterface()
340 const VaryingInterpolation frgInterp = chooseInterpolation(params.frgInterp, type, rnd); in genVaryingInterface()
341 const VaryingInterpolation vtxCompatInterp = (isSSOCompatibleInterpolation(vtxInterp, frgInterp)) in genVaryingInterface()
794 …const VaryingInterpolation vertexInterpolation = getVaryingInterpolation(varyings.vtxOutputs[ndx]… in varyingsValid()
795 …const VaryingInterpolation fragmentInterpolation = getVaryingInterpolation(varyings.frgInputs[ndx]… in varyingsValid()
1603 void describeInterpolation (const string& stage, VaryingInterpolation qual, in describeInterpolation()
1733 VaryingInterpolation frgInterp = VaryingInterpolation(tmpFlags % NUM_INTERPOLATIONS); in createSeparateShaderTests()
1734 VaryingInterpolation vtxInterp = VaryingInterpolation((tmpFlags /= NUM_INTERPOLATIONS) in createSeparateShaderTests()