Searched refs:wrappedJ (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 829 const deInt32 wrappedJ = wrap(config.addressModeV, j, gChannelAccess.getSize().y()); in textureConversionTest() local 843 …<< std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 844 …setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) << ")"; in textureConversionTest() 860 const deInt32 wrappedJ = wrap(config.addressModeV, j, rChannelAccess.getSize().y()); in textureConversionTest() local 874 …<< std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 875 …setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) << ")"; in textureConversionTest() 888 const deInt32 wrappedJ = wrap(config.addressModeV, j, rChannelAccess.getSize().y()); in textureConversionTest() local 902 …<< std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 903 …<< std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 904 …<< std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() [all …]
|