Lines Matching defs:ref
3409 static bool pixelNearEdge (int x, int y, const tcu::Surface& ref, const tcu::IVec3& renderTargetThreshold)
3412 DE_ASSERT(x >= 1 && x <= ref.getWidth()-2);
3413 DE_ASSERT(y >= 1 && y <= ref.getHeight()-2);
3419 const tcu::RGBA c1 = ref.getPixel(x-1, y+dy);
3420 const tcu::RGBA c2 = ref.getPixel(x, y+dy);
3421 const tcu::RGBA c3 = ref.getPixel(x+1, y+dy);
3430 const tcu::RGBA c1 = ref.getPixel(x+dx, y-1);
3431 const tcu::RGBA c2 = ref.getPixel(x+dx, y);
3432 const tcu::RGBA c3 = ref.getPixel(x+dx, y+1);
3714 const tcu::Surface& ref = m_rrArrayPack->getSurface();
3721 return tcu::fuzzyCompare(m_testCtx.getLog(), "Compare Results", "Compare Results", ref.getAccess(), screen.getAccess(), 0.3f, tcu::COMPARE_LOG_RESULT);
3738 ref.getAccess(),
3756 ref,
3773 ref,