Home | History | Annotate | Download | only in functional

Lines Matching refs:py

592 	for (int py = 0; py < height; py++)
596 getPixelOffsets(IVec2(px, py), offsets);
598 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
600 const ColorVec resultPix = result.getPixelT<ColorScalarType>(px, py);
603 idealAccess.setPixel(idealPix, px, py);
611 errorMask.setPixel(px, py, tcu::RGBA::red());
670 for (int py = 0; py < height; py++)
674 getPixelOffsets(IVec2(px, py), offsets);
676 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
678 const float refZ = getPixelRefZ(IVec2(px, py));
679 const Vec4 resultPix = result.getPixel(px, py);
682 idealAccess.setPixel(idealPix, px, py);
688 errorMask.setPixel(px, py, tcu::RGBA::red());
720 for (int py = 0; py < height; py++)
723 if (result.getPixel(px, py) != refColor)
725 errorMask.setPixel(px, py, tcu::RGBA::red());