Lines Matching refs:rChannelAccess
632 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo,… in textureConversionTest() local
654 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in textureConversionTest()
655 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in textureConversionTest()
656 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest()
685 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
690 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
695 …at(tcu::TextureFormat::R, tcu::TextureFormat::FLOAT), rChannelAccess.getSize().x(), rChannelAccess… in textureConversionTest()
700 for (int y = 0; y < (int)rChannelAccess.getSize().y(); y++) in textureConversionTest()
701 for (int x = 0; x < (int)rChannelAccess.getSize().x(); x++) in textureConversionTest()
702 rImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
734 …srcImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(pos), gChannelAccess.getChannel(pos),… in textureConversionTest()
860 const deInt32 wrappedJ = wrap(config.addressModeV, j, rChannelAccess.getSize().y()); in textureConversionTest()
866 const deInt32 wrappedI = wrap(config.addressModeU, i, rChannelAccess.getSize().x()); in textureConversionTest()
874 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest()
888 const deInt32 wrappedJ = wrap(config.addressModeV, j, rChannelAccess.getSize().y()); in textureConversionTest()
894 const deInt32 wrappedI = wrap(config.addressModeU, i, rChannelAccess.getSize().x()); in textureConversionTest()
902 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest()