Home | History | Annotate | Download | only in internal

Lines Matching defs:ref

1032 // \todo [2015-10-12 pyry] Collapse duplicate ref arrays
1301 vector<Vector<T, 4> > ref;
1311 getReferenceValues<T>(m_format, src.getFormat(), ref);
1315 if (!allComponentsEqual(res[pixelNdx], ref[pixelNdx]))
1318 << TestLog::Message << "ERROR: at pixel " << pixelNdx << ": expected " << ref[pixelNdx] << ", got " << res[pixelNdx] << TestLog::EndMessage;
1344 const float ref = refAccess.getPixel(pixelNdx, 0, 0).x();
1347 if (!componentEqual(res, ref))
1350 << TestLog::Message << "ERROR: at pixel " << pixelNdx << ": expected " << ref << ", got " << res << TestLog::EndMessage;
1364 const int ref = refAccess.getPixelInt(pixelNdx, 0, 0).x();
1367 if (!componentEqual(res, ref))
1370 << TestLog::Message << "ERROR: at pixel " << pixelNdx << ": expected " << ref << ", got " << res << TestLog::EndMessage;