Lines Matching refs:ref
218 const deUint32 ref = ~inputValues[ndx];
220 if (res != ref)
339 const deUint32 ref = ~inputValues[ndx];
341 if (res != ref)
440 const deUint32 ref = ~inputValues[ndx];
442 if (res != ref)
554 const deUint32 ref = ndx;
556 if (res != ref)
557 throw tcu::TestError(string("Comparison failed for Out0.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref));
567 const deUint32 ref = m_numValues - ndx;
569 if (res != ref)
570 throw tcu::TestError(string("Comparison failed for Out1.values[") + de::toString(ndx) + "] res=" + de::toString(res) + " ref=" + de::toString(ref));
665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1);
667 if (res != ref)
778 deUint32 ref = 0;
781 ref += baseValue + (deUint32)ndx;
783 if (res != ref)
785 ref << ", got " << res << TestLog::EndMessage;
873 const deUint32 ref = (deUint32)(globalOffs + (workGroupSize-localOffs-1)*(workGroupSize-localOffs-1));
875 if (res != ref)
965 const deUint32 ref = (deUint32)(localOffs+1);
967 if (res != ref)
1070 const deUint32 ref = inputValues[ndx];
1072 if (res != ref)
1189 const deUint32 ref = inputValues[ndx];
1191 if (res != ref)
1316 deUint32 ref = 0;
1319 ref += inputValues[pixelNdx*m_localSize + offs];
1321 if (res != ref)
1424 deUint32 ref = 0;
1427 ref += baseValue + (deUint32)ndx;
1429 if (res != ref)
1431 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed, expected " << ref << ", got " << res << TestLog::EndMessage;