Searched refs:wrappedI (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 835 const deInt32 wrappedI = wrap(config.addressModeU, i, gChannelAccess.getSize().x()); in textureConversionTest() local 843 …<< std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 844 …td::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) <<… in textureConversionTest() 866 const deInt32 wrappedI = wrap(config.addressModeU, i, rChannelAccess.getSize().x()); in textureConversionTest() local 874 …<< std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) in textureConversionTest() 875 …td::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrappedJ, 0)) <<… in textureConversionTest() 894 const deInt32 wrappedI = wrap(config.addressModeU, i, rChannelAccess.getSize().x()); 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 …]
|