Searched refs:conversionFormat (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 859 tcu::Interval ChannelAccess::getChannel (const tcu::FloatFormat& conversionFormat, in getChannel() argument 867 return conversionFormat.roundOut(conversionFormat.roundOut((double)bits, false) in getChannel() 868 …/ conversionFormat.roundOut((double)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u))… in getChannel() 871 return conversionFormat.roundOut((double)bits, false); in getChannel() 875 …const tcu::Interval result (conversionFormat.roundOut(conversionFormat.roundOut((double)signExtend… in getChannel() 876 … / conversionFormat.roundOut((double)((0x1u << (m_channelSize - 1u)) - 1u), false), false)); in getChannel() 882 return conversionFormat.roundOut((double)signExtend(bits, m_channelSize), false); in getChannel() 886 return conversionFormat.roundOut(tcu::Float32(bits).asFloat(), false); in getChannel() 1256 const tcu::FloatFormat& conversionFormat, in rangeExpandChroma() argument 1265 …return conversionFormat.roundOut(sample - conversionFormat.roundOut(tcu::Interval((double)(0x1u <<… in rangeExpandChroma() [all …]
|
D | vktYCbCrUtil.hpp | 151 tcu::Interval getChannel (const tcu::FloatFormat& conversionFormat, 204 const std::vector<tcu::FloatFormat>& conversionFormat,
|