Home | History | Annotate | Download | only in functional

Lines Matching defs:numComps

346 	int					numComps;
350 , numComps (numComps_)
357 DE_ASSERT(de::inRange(v.numComps, 1, 4));
358 if (v.numComps == 1) return str << v.v[0];
359 else if (v.numComps == 2) return str << v.v.toWidth<2>();
360 else if (v.numComps == 3) return str << v.v.toWidth<3>();
382 const int numComps = glu::getDataTypeFloatScalars(dataType);
387 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage;
399 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps)
400 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps)
1066 const int numComps = glu::getDataTypeFloatScalars(m_dataType);
1071 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)
1361 const int numComps = glu::getDataTypeFloatScalars(m_dataType);
1366 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps)