Lines Matching defs:ref
223 const deUint32 ref = ~inputValues[ndx];
225 if (res != ref)
346 const deUint32 ref = ~inputValues[ndx];
348 if (res != ref)
449 const deUint32 ref = ~inputValues[ndx];
451 if (res != ref)
565 const deUint32 ref = ndx;
567 if (res != ref)
568 throw tcu::TestError(string("Comparison failed for Out0.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref));
578 const deUint32 ref = m_numValues - ndx;
580 if (res != ref)
581 throw tcu::TestError(string("Comparison failed for Out1.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref));
678 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1);
680 if (res != ref)
798 deUint32 ref = 0;
801 ref += baseValue + (deUint32)ndx;
803 if (res != ref)
805 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed, expected " << ref << ", got " << res << TestLog::EndMessage;
895 const deUint32 ref = (deUint32)(globalOffs + (workGroupSize-localOffs-1)*(workGroupSize-localOffs-1));
897 if (res != ref)
989 const deUint32 ref = (deUint32)(localOffs+1);
991 if (res != ref)
1095 const deUint32 ref = inputValues[ndx];
1097 if (res != ref)
1215 const deUint32 ref = inputValues[ndx];
1217 if (res != ref)
1349 deUint32 ref = 0;
1352 ref += inputValues[pixelNdx*m_localSize + offs];
1354 if (res != ref)
1464 deUint32 ref = 0;
1467 ref += baseValue + (deUint32)ndx;
1469 if (res != ref)
1471 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed, expected " << ref << ", got " << res << TestLog::EndMessage;