Lines Matching refs:gChannelAccess
633 …ChannelAccess gChannelAccess (planeInfo.hasChannelNdx(1) ? getChannelAccess(src, planeInfo,… in textureConversionTest() local
661 for (int y = 0; y < gChannelAccess.getSize().y(); y++) in textureConversionTest()
662 for (int x = 0; x < gChannelAccess.getSize().x(); x++) in textureConversionTest()
663 gChannelAccess.setChannel(IVec3(x, y, 0), (float)y / (float)gChannelAccess.getSize().y()); in textureConversionTest()
685 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
690 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
696 …at(tcu::TextureFormat::R, tcu::TextureFormat::FLOAT), gChannelAccess.getSize().x(), gChannelAccess… in textureConversionTest()
704 for (int y = 0; y < (int)gChannelAccess.getSize().y(); y++) in textureConversionTest()
705 for (int x = 0; x < (int)gChannelAccess.getSize().x(); x++) in textureConversionTest()
706 gImage.getAccess().setPixel(Vec4(gChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
734 …srcImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(pos), gChannelAccess.getChannel(pos),… in textureConversionTest()
829 const deInt32 wrappedJ = wrap(config.addressModeV, j, gChannelAccess.getSize().y()); in textureConversionTest()
835 const deInt32 wrappedI = wrap(config.addressModeU, i, gChannelAccess.getSize().x()); in textureConversionTest()
843 …line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest()
903 …<< ", " << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()