Lines Matching defs:interpolation
5328 * interpolation qualifiers will override whatever comes from the
15057 const glw::GLchar* interpolation)
15064 Utils::replaceToken("INTERPOLATION", position, interpolation, qualifiers);
15082 const GLchar* interpolation = "";
15088 /* Select interpolation */
15091 interpolation = " flat";
15241 prepareVarying(basic_type, in_desc, interpolation, si, stage, Utils::Variable::VARYING_INPUT);
15248 prepareVarying(basic_type, out_desc, interpolation, si, stage, Utils::Variable::VARYING_OUTPUT);
15261 const GLchar* interpolation, Utils::ShaderInterface& si,
15268 const std::string& qual = prepareQualifiers(desc.m_location_str, desc.m_component_str, interpolation);
18313 /* If the interpolation qualifier would be different, the test
18315 * interpolation qualifiers.
18553 "Test verifies that compiler reports error when interpolation qualifiers are mixed at one location")
19066 /** Get interpolation qualifier
19068 * @param interpolation Enumeration
19072 const GLchar* VaryingLocationAliasingWithMixedInterpolationTest::getInterpolationQualifier(INTERPOLATIONS interpolation)
19076 switch (interpolation)
19342 const GLchar* interpolation = "";
19359 interpolation = "flat";
19424 Utils::replaceToken("INTERPOLATION", position, interpolation, source);
19430 Utils::replaceToken("INTERPOLATION", position, interpolation, source);