• Home
  • Raw
  • Download

Lines Matching refs:bChannelAccess

634 …ChannelAccess						bChannelAccess			(planeInfo.hasChannelNdx(2) ? getChannelAccess(src, planeInfo,…  in textureConversionTest()  local
668 for (int y = 0; y < bChannelAccess.getSize().y(); y++) in textureConversionTest()
669 for (int x = 0; x < bChannelAccess.getSize().x(); x++) in textureConversionTest()
670bChannelAccess.setChannel(IVec3(x, y, 0), (float)(x + y) / (float)(bChannelAccess.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()
697 …at(tcu::TextureFormat::R, tcu::TextureFormat::FLOAT), bChannelAccess.getSize().x(), bChannelAccess in textureConversionTest()
708 for (int y = 0; y < (int)bChannelAccess.getSize().y(); y++) in textureConversionTest()
709 for (int x = 0; x < (int)bChannelAccess.getSize().x(); x++) in textureConversionTest()
710 bImage.getAccess().setPixel(Vec4(bChannelAccess.getChannel(IVec3(x, y, 0))), x, y); in textureConversionTest()
734 …Vec4(rChannelAccess.getChannel(pos), gChannelAccess.getChannel(pos), bChannelAccess.getChannel(pos… in textureConversionTest()
875 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()
904 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()