Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp776 , m_channelSize (channelSize) in ChannelAccess()
792 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint()
793 const deUint32 mask (m_channelSize == 32u ? ~0x0u : (0x1u << m_channelSize) - 1u); in getChannelUint()
810 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel()
811 const deUint32 mask (m_channelSize == 32u ? ~0x0u : (0x1u << m_channelSize) - 1u); in setChannel()
833 return (float)bits / (float)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u)); in getChannel()
839 …return de::max(-1.0f, (float)signExtend(bits, m_channelSize) / (float)((0x1u << (m_channelSize - 1… in getChannel()
842 return (float)signExtend(bits, m_channelSize); in getChannel()
845 if (m_channelSize == 32) in getChannel()
868 …/ conversionFormat.roundOut((double)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u))… in getChannel()
[all …]
DvktYCbCrUtil.hpp162 const deUint8 m_channelSize; member in vkt::ycbcr::ChannelAccess
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp216 const int m_channelSize; member in vkt::pipeline::__anon5b95e58e0111::LogicOpTestInstance
243 , m_channelSize (tcu::getChannelSize(m_tcuFormat.type)) in LogicOpTestInstance()
244 , m_channelMask (getChannelMask(m_channelSize)) in LogicOpTestInstance()