Lines Matching refs:aChannelAccess
635 …ChannelAccess aChannelAccess (planeInfo.hasChannelNdx(3) ? getChannelAccess(src, planeInfo,… in textureConversionTest() local
675 for (int y = 0; y < aChannelAccess.getSize().y(); y++) in textureConversionTest()
676 for (int x = 0; x < aChannelAccess.getSize().x(); x++) in textureConversionTest()
677 …aChannelAccess.setChannel(IVec3(x, y, 0), (float)(x * y) / (float)(aChannelAccess.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()
698 …at(tcu::TextureFormat::R, tcu::TextureFormat::FLOAT), aChannelAccess.getSize().x(), aChannelAccess… in textureConversionTest()
712 for (int y = 0; y < (int)aChannelAccess.getSize().y(); y++) in textureConversionTest()
713 for (int x = 0; x < (int)aChannelAccess.getSize().x(); x++) in textureConversionTest()
714 aImage.getAccess().setPixel(Vec4(aChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
734 …os), gChannelAccess.getChannel(pos), bChannelAccess.getChannel(pos), aChannelAccess.getChannel(pos… in textureConversionTest()
844 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()
905 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()