Searched refs:getChannelUint (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 843 …line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest() 844 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest() 874 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest() 875 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest() 902 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedI, … in textureConversionTest() 903 …<< ", " << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest() 904 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest() 905 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedI, wrap… in textureConversionTest()
|
D | vktYCbCrUtil.hpp | 147 deUint32 getChannelUint (const tcu::IVec3& pos) const;
|
D | vktYCbCrUtil.cpp | 761 deUint32 ChannelAccess::getChannelUint (const tcu::IVec3& pos) const in getChannelUint() function in vkt::ycbcr::ChannelAccess 805 const deUint32 bits (getChannelUint(pos)); in getChannel() 839 const deUint32 bits (getChannelUint(pos)); in getChannel()
|