Home
last modified time | relevance | path

Searched refs:getChannelUint (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp843 …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()
DvktYCbCrUtil.hpp147 deUint32 getChannelUint (const tcu::IVec3& pos) const;
DvktYCbCrUtil.cpp761 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()