Home | History | Annotate | Download | only in glshared

Lines Matching defs:py

514 	for (int py = 0; py < dst.getHeight(); py++)
519 float wy = (float)py + 0.5f;
533 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py);
553 for (int py = 0; py < dst.getHeight(); py++)
558 float wy = (float)py + 0.5f;
573 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py);
655 for (int py = 0; py < dst.getHeight(); py++)
660 const float wy = (float)py + 0.5f;
680 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py);
841 for (int py = 0; py < dst.getHeight(); py++)
846 float wy = (float)py + 0.5f;
862 dst.setPixel(src.sample(params.sampler, s, t, r, lod) * params.colorScale + params.colorBias, px, py);
894 for (int py = 0; py < dst.getHeight(); py++)
899 const float wy = (float)py + 0.5f;
922 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorScale + params.colorBias, px, py);
1715 for (int py = 0; py < result.getHeight(); py++)
1723 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1724 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1730 const float wy = (float)py + 0.5f;
1767 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
1819 for (int py = 0; py < result.getHeight(); py++)
1827 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1828 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
1834 const float wy = (float)py + 0.5f;
1878 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2013 for (int py = 0; py < result.getHeight(); py++)
2021 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2022 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2028 const float wy = (float)py + 0.5f;
2093 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2186 for (int py = 0; py < result.getHeight(); py++)
2194 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2195 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2201 const float wy = (float)py + 0.5f;
2266 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2353 for (int py = 0; py < result.getHeight(); py++)
2361 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2362 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2368 const float wy = (float)py + 0.5f;
2408 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2461 for (int py = 0; py < result.getHeight(); py++)
2469 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2470 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2476 const float wy = (float)py + 0.5f;
2522 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2661 for (int py = 0; py < result.getHeight(); py++)
2669 const tcu::Vec4 resPix = (result.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2670 const tcu::Vec4 refPix = (reference.getPixel(px, py) - sampleParams.colorBias) / sampleParams.colorScale;
2676 const float wy = (float)py + 0.5f;
2742 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2831 for (int py = 0; py < result.getHeight(); py++)
2835 const tcu::Vec4 resPix = result.getPixel(px, py);
2836 const tcu::Vec4 refPix = reference.getPixel(px, py);
2841 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2848 const float wy = (float)py + 0.5f;
2892 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2944 for (int py = 0; py < result.getHeight(); py++)
2948 const tcu::Vec4 resPix = result.getPixel(px, py);
2949 const tcu::Vec4 refPix = reference.getPixel(px, py);
2953 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
2960 const float wy = (float)py + 0.5f;
3010 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
3062 for (int py = 0; py < result.getHeight(); py++)
3066 const tcu::Vec4 resPix = result.getPixel(px, py);
3067 const tcu::Vec4 refPix = reference.getPixel(px, py);
3071 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);
3078 const float wy = (float)py + 0.5f;
3123 errorMask.setPixel(tcu::RGBA::red.toVec(), px, py);