Lines Matching refs:rChannelAccess
713 …ChannelAccess rChannelAccess (planeInfo.hasChannelNdx(0) ? getChannelAccess(src, planeInfo,… in textureConversionTest() local
735 for (int y = 0; y < rChannelAccess.getSize().y(); y++) in textureConversionTest()
736 for (int x = 0; x < rChannelAccess.getSize().x(); x++) in textureConversionTest()
737 rChannelAccess.setChannel(IVec3(x, y, 0), (float)x / (float)rChannelAccess.getSize().x()); in textureConversionTest()
789 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
793 …calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, fil… in textureConversionTest()
806 …at(tcu::TextureFormat::R, tcu::TextureFormat::FLOAT), rChannelAccess.getSize().x(), rChannelAccess… in textureConversionTest()
811 for (int y = 0; y < (int)rChannelAccess.getSize().y(); y++) in textureConversionTest()
812 for (int x = 0; x < (int)rChannelAccess.getSize().x(); x++) in textureConversionTest()
813 rImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
845 …srcImage.getAccess().setPixel(Vec4(rChannelAccess.getChannel(pos), gChannelAccess.getChannel(pos),… in textureConversionTest()
984 const deInt32 wrappedK = wrap(config.addressModeV, k, rChannelAccess.getSize().y()); in textureConversionTest()
990 const deInt32 wrappedJ = wrap(config.addressModeU, j, rChannelAccess.getSize().x()); in textureConversionTest()
998 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, … in textureConversionTest()
1012 const deInt32 wrappedK = wrap(config.addressModeV, k, rChannelAccess.getSize().y()); in textureConversionTest()
1018 const deInt32 wrappedJ = wrap(config.addressModeU, j, rChannelAccess.getSize().x()); in textureConversionTest()
1026 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, … in textureConversionTest()