Lines Matching refs:fy
279 deUint32 getResultValue(deUint32 fx, deUint32 fy, deUint32 fs, deUint32 renderTargetID) const;
280 deUint32 simulate(deUint32 fx, deUint32 fy, deUint32 fs, deUint32 renderTargetID) const;
1583 deUint32 ShaderTileImageTestInstance::getResultValue(deUint32 fx, deUint32 fy, deUint32 fs,
1589 const deUint32 index = (((fy * m_testParam->frameBufferSize) + fx) * sampleCount + fs) * 2; // 2 is for xy
1598 deUint32 ShaderTileImageTestInstance::simulate(deUint32 fx, deUint32 fy, deUint32 fs, deUint32 renderTargetID) const
1629 if ((fx) == (fy))
1665 for (deUint32 fy = 0; (res == QP_TEST_RESULT_PASS) && fy < m_testParam->frameBufferSize; ++fy)
1671 const deUint32 expectedValue = simulate(fx, fy, fs, rt);
1672 const deUint32 resultValue = getResultValue(fx, fy, fs, rt);
1686 if (std::abs(static_cast<deInt32>(fx - fy)) != 1 || resultValue != kDerivative1)
1703 if (fy > fx) // inside of triangle