Lines Matching defs:py
509 for (int py = 0; py < dst.getHeight(); py++)
514 float wy = (float)py + 0.5f;
528 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
548 for (int py = 0; py < dst.getHeight(); py++)
553 float wy = (float)py + 0.5f;
568 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py);
650 for (int py = 0; py < dst.getHeight(); py++)
655 const float wy = (float)py + 0.5f;
675 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py);
836 for (int py = 0; py < dst.getHeight(); py++)
841 float wy = (float)py + 0.5f;
857 dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, px, py);
889 for (int py = 0; py < dst.getHeight(); py++)
894 const float wy = (float)py + 0.5f;
917 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorScale + params.colorBias, px, py);
1710 for (int py = 0; py < result.getHeight(); py++)
1718 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1719 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1725 const float wy = (float)py + 0.5f;
1762 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
1814 for (int py = 0; py < result.getHeight(); py++)
1822 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1823 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1829 const float wy = (float)py + 0.5f;
1873 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2008 for (int py = 0; py < result.getHeight(); py++)
2016 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2017 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2023 const float wy = (float)py + 0.5f;
2088 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2179 for (int py = 0; py < result.getHeight(); py++)
2187 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2188 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2194 const float wy = (float)py + 0.5f;
2244 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2331 for (int py = 0; py < result.getHeight(); py++)
2339 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2340 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2346 const float wy = (float)py + 0.5f;
2386 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2439 for (int py = 0; py < result.getHeight(); py++)
2447 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2448 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2454 const float wy = (float)py + 0.5f;
2500 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2639 for (int py = 0; py < result.getHeight(); py++)
2647 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2648 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2654 const float wy = (float)py + 0.5f;
2720 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2809 for (int py = 0; py < result.getHeight(); py++)
2813 const tcu::Vec4 resPix = result.getPixel(px, py);
2814 const tcu::Vec4 refPix = reference.getPixel(px, py);
2819 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2826 const float wy = (float)py + 0.5f;
2870 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2922 for (int py = 0; py < result.getHeight(); py++)
2926 const tcu::Vec4 resPix = result.getPixel(px, py);
2927 const tcu::Vec4 refPix = reference.getPixel(px, py);
2931 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2938 const float wy = (float)py + 0.5f;
2988 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
3040 for (int py = 0; py < result.getHeight(); py++)
3044 const tcu::Vec4 resPix = result.getPixel(px, py);
3045 const tcu::Vec4 refPix = reference.getPixel(px, py);
3049 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
3056 const float wy = (float)py + 0.5f;
3101 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);