Lines Matching refs:numComps
313 int numComps; member
317 , numComps (numComps_) in LogVecComps()
324 DE_ASSERT(de::inRange(v.numComps, 1, 4)); in operator <<()
325 if (v.numComps == 1) return str << v.v[0]; in operator <<()
326 else if (v.numComps == 2) return str << v.v.toWidth<2>(); in operator <<()
327 else if (v.numComps == 3) return str << v.v.toWidth<3>(); in operator <<()
347 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate() local
352 … << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verifyConstantDerivate()
364 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate()
365 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate()
1009 const int numComps = glu::getDataTypeFloatScalars(m_definitions.dataType); in verify() local
1017 … derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verify()
1309 const int numComps = glu::getDataTypeFloatScalars(m_definitions.dataType); in verify() local
1317 … derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshol… in verify()