Lines Matching defs:ref
3456 static bool pixelNearEdge (int x, int y, const tcu::Surface& ref, const tcu::IVec3& renderTargetThreshold)
3459 DE_ASSERT(x >= 1 && x <= ref.getWidth()-2);
3460 DE_ASSERT(y >= 1 && y <= ref.getHeight()-2);
3466 const tcu::RGBA c1 = ref.getPixel(x-1, y+dy);
3467 const tcu::RGBA c2 = ref.getPixel(x, y+dy);
3468 const tcu::RGBA c3 = ref.getPixel(x+1, y+dy);
3477 const tcu::RGBA c1 = ref.getPixel(x+dx, y-1);
3478 const tcu::RGBA c2 = ref.getPixel(x+dx, y);
3479 const tcu::RGBA c3 = ref.getPixel(x+dx, y+1);
3761 const tcu::Surface& ref = m_rrArrayPack->getSurface();
3768 return tcu::fuzzyCompare(m_testCtx.getLog(), "Compare Results", "Compare Results", ref.getAccess(), screen.getAccess(), 0.3f, tcu::COMPARE_LOG_RESULT);
3785 ref.getAccess(),
3803 ref,
3820 ref,