Lines Matching refs:py
517 for (int py = 0; py < dst.getHeight(); py++)
522 float wy = (float)py + 0.5f;
536 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
560 for (int py = 0; py < dst.getHeight(); py++)
565 float wy = (float)py + 0.5f;
580 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py);
666 for (int py = 0; py < dst.getHeight(); py++)
671 const float wy = (float)py + 0.5f;
691 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py);
862 for (int py = 0; py < dst.getHeight(); py++)
867 float wy = (float)py + 0.5f;
883 dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, px, py);
919 for (int py = 0; py < dst.getHeight(); py++)
924 const float wy = (float)py + 0.5f;
947 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorScale + params.colorBias, px, py);
1732 for (int py = 0; py < result.getHeight(); py++)
1740 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1741 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1747 const float wy = (float)py + 0.5f;
1784 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
1837 for (int py = 0; py < result.getHeight(); py++)
1845 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1846 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1852 const float wy = (float)py + 0.5f;
1894 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2030 for (int py = 0; py < result.getHeight(); py++)
2038 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2039 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2045 const float wy = (float)py + 0.5f;
2110 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2204 for (int py = 0; py < result.getHeight(); py++)
2212 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2213 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2219 const float wy = (float)py + 0.5f;
2281 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2371 for (int py = 0; py < result.getHeight(); py++)
2379 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2380 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2386 const float wy = (float)py + 0.5f;
2424 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2480 for (int py = 0; py < result.getHeight(); py++)
2488 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2489 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2495 const float wy = (float)py + 0.5f;
2538 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2677 for (int py = 0; py < result.getHeight(); py++)
2685 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2686 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2692 const float wy = (float)py + 0.5f;
2758 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2847 for (int py = 0; py < result.getHeight(); py++)
2851 const tcu::Vec4 resPix = result.getPixel(px, py);
2852 const tcu::Vec4 refPix = reference.getPixel(px, py);
2857 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2867 const float wy = (float)py + 0.5f;
2909 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2961 for (int py = 0; py < result.getHeight(); py++)
2965 const tcu::Vec4 resPix = result.getPixel(px, py);
2966 const tcu::Vec4 refPix = reference.getPixel(px, py);
2971 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
2981 const float wy = (float)py + 0.5f;
3031 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
3083 for (int py = 0; py < result.getHeight(); py++)
3087 const tcu::Vec4 resPix = result.getPixel(px, py);
3088 const tcu::Vec4 refPix = reference.getPixel(px, py);
3093 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);
3103 const float wy = (float)py + 0.5f;
3146 errorMask.setPixel(tcu::RGBA::red().toVec(), px, py);