Lines Matching refs:srcPixel
1896 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z);
1897 tcu::Vec4 dstPixel(srcPixel.x() / 255.0f, srcPixel.y() / 255.0f, srcPixel.z() / 255.0f, srcPixel.w() / 255.0f);
1908 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z);
1909 tcu::Vec4 dstPixel = sRGB8ToLinear(srcPixel);
1920 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z);
1921 tcu::Vec4 dstPixel = sRGBA8ToLinear(srcPixel);
1932 tcu::UVec4 srcPixel = src.getPixelUint(x, y, z);
1933 tcu::Vec4 dstPixel(srcPixel.x() / 1023.0f, srcPixel.y() / 1023.0f, srcPixel.z() / 1023.0f, srcPixel.w() / 3.0f);