Home | History | Annotate | Download | only in functional

Lines Matching refs:varyings

259 	// Check varyings.
437 static void computeInputLayout (vector<Attribute>& attributes, int& inputStride, const vector<Varying>& varyings, bool usePointSize)
452 for (vector<Varying>::const_iterator var = varyings.begin(); var != varyings.end(); var++)
465 static void computeTransformFeedbackOutputs (vector<Output>& transformFeedbackOutputs, const vector<Attribute>& attributes, const vector<Varying>& varyings, const vector<string>& transformFeedbackVaryings, deUint32 bufferMode)
496 const Varying& varying = *std::find_if(varyings.begin(), varyings.end(), VaryingNameEquals(varName));
824 GLU_EXPECT_NO_ERROR(gl.getError(), "Query TF varyings");
944 log << TestLog::Message << "Transform feedback varyings: " << tcu::formatArray(m_progSpec.getTransformFeedbackVaryings().begin(), m_progSpec.getTransformFeedbackVaryings().end()) << TestLog::EndMessage;
947 log << TestLog::Message << "Transform feedback varyings reported by compiler:" << TestLog::EndMessage;
953 // Build list of varyings used in transform feedback.
1459 // Generate varyings.
1495 for (int ndx = 0; ndx < varNdx /* num varyings */; ndx++)
1750 tcu::TestCaseGroup* interpolationGroup = new tcu::TestCaseGroup(m_testCtx, "interpolation", "Different interpolation modes in transform feedback varyings");