Lines Matching defs:interp
83 static const char* getInterpolationName (Interpolation interp)
85 switch (interp)
185 void addVarying (const char* name, const glu::VarType& type, Interpolation interp);
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp)
223 m_varyings.push_back(Varying(name, type, interp));
1471 Interpolation interp = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT
1482 m_progSpec.addVarying(name.c_str(), glu::VarType(glu::VarType(type, precision), arrayLen), interp);
1484 m_progSpec.addVarying(name.c_str(), glu::VarType(type, precision), interp);
1610 Interpolation interp;
1757 Interpolation interp = interpModes[modeNdx].interp;
1771 modeGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferModes[bufferMode].mode, primitiveTypes[primitiveType].type, glu::TYPE_FLOAT_VEC4, precision, interp));