Searched refs:getChannelUint (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 484 …line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(tcu::IVec3(wrapp… in iterate() 485 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(tcu::IVec3(wrappedJ,… in iterate() 515 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(tcu::IVec3(wrapp… in iterate() 516 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(tcu::IVec3(wrappedJ,… in iterate() 543 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(tcu::IVec3(wrapp… in iterate() 544 …<< ", " << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(tcu::IVec3(wrappedJ,… in iterate() 545 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(tcu::IVec3(wrappedJ,… in iterate() 546 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(tcu::IVec3(wrappedJ,… in iterate()
|
D | vktYCbCrConversionTests.cpp | 960 …line << "(" << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedJ, … in textureConversionTest() 961 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedJ, wrap… in textureConversionTest() 991 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, … in textureConversionTest() 992 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedJ, wrap… in textureConversionTest() 1019 …line << "(" << std::setfill(' ') << std::setw(5) << rChannelAccess.getChannelUint(IVec3(wrappedJ, … in textureConversionTest() 1020 …<< ", " << std::setfill(' ') << std::setw(5) << gChannelAccess.getChannelUint(IVec3(wrappedJ, wrap… in textureConversionTest() 1021 …<< ", " << std::setfill(' ') << std::setw(5) << bChannelAccess.getChannelUint(IVec3(wrappedJ, wrap… in textureConversionTest() 1022 …<< ", " << std::setfill(' ') << std::setw(5) << aChannelAccess.getChannelUint(IVec3(wrappedJ, wrap… in textureConversionTest()
|
D | vktYCbCrUtil.hpp | 153 deUint32 getChannelUint (const tcu::IVec3& pos) const;
|
D | vktYCbCrUtil.cpp | 784 deUint32 ChannelAccess::getChannelUint (const tcu::IVec3& pos) const in getChannelUint() function in vkt::ycbcr::ChannelAccess 828 const deUint32 bits (getChannelUint(pos)); in getChannel() 862 const deUint32 bits (getChannelUint(pos)); in getChannel()
|