Searched refs:m_channelSize (Results 1 – 2 of 2) sorted by relevance
752 , m_channelSize (channelSize) in ChannelAccess()769 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint()770 const deUint32 mask (m_channelSize == 32u ? ~0x0u : (0x1u << m_channelSize) - 1u); in getChannelUint()787 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel()788 const deUint32 mask (m_channelSize == 32u ? ~0x0u : (0x1u << m_channelSize) - 1u); in setChannel()810 return (float)bits / (float)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u)); in getChannel()816 …return de::max(-1.0f, (float)signExtend(bits, m_channelSize) / (float)((0x1u << (m_channelSize - 1… in getChannel()819 return (float)signExtend(bits, m_channelSize); in getChannel()822 if (m_channelSize == 32) in getChannel()845 …/ conversionFormat.roundOut((double)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u))… in getChannel()[all …]
156 const deUint8 m_channelSize; member in vkt::ycbcr::ChannelAccess