• Home
  • Raw
  • Download

Lines Matching refs:ChannelAccess

769 ChannelAccess::ChannelAccess (tcu::TextureChannelClass	channelClass,  in ChannelAccess()  function in vkt::ycbcr::ChannelAccess
784 deUint32 ChannelAccess::getChannelUint (const tcu::IVec3& pos) const in getChannelUint()
802 void ChannelAccess::setChannel (const tcu::IVec3& pos, deUint32 x) in setChannel()
826 float ChannelAccess::getChannel (const tcu::IVec3& pos) const in getChannel()
859 tcu::Interval ChannelAccess::getChannel (const tcu::FloatFormat& conversionFormat, in getChannel()
899 void ChannelAccess::setChannel (const tcu::IVec3& pos, float x) in setChannel()
959 ChannelAccess getChannelAccess (MultiPlaneImageData& data, in getChannelAccess()
987 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu… in getChannelAccess()
1466 tcu::Interval lookupWrapped (const ChannelAccess& access, in lookupWrapped()
1515 tcu::Interval linearSample (const ChannelAccess& access, in linearSample()
1536 const ChannelAccess& access, in reconstructLinearXChromaSample()
1558 const ChannelAccess& access, in reconstructLinearXYChromaSample()
1579 const ChannelAccess& swizzle (vk::VkComponentSwizzle swizzle, in swizzle()
1580 const ChannelAccess& identityPlane, in swizzle()
1581 const ChannelAccess& rPlane, in swizzle()
1582 const ChannelAccess& gPlane, in swizzle()
1583 const ChannelAccess& bPlane, in swizzle()
1584 const ChannelAccess& aPlane) in swizzle()
1636 void calculateBounds (const ChannelAccess& rPlane, in calculateBounds()
1637 const ChannelAccess& gPlane, in calculateBounds()
1638 const ChannelAccess& bPlane, in calculateBounds()
1639 const ChannelAccess& aPlane, in calculateBounds()
1665 …const ChannelAccess& rAccess (swizzle(componentMapping.r, rPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1666 …const ChannelAccess& gAccess (swizzle(componentMapping.g, gPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1667 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()
1668 …const ChannelAccess& aAccess (swizzle(componentMapping.a, aPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds()