Searched refs:kXChromaOffsetShift (Results 1 – 7 of 7) sorted by relevance
63 static constexpr int kXChromaOffsetShift = kYcbcrRangeShift + kYcbcrRangeBits; variable64 static constexpr int kYChromaOffsetShift = kXChromaOffsetShift + kXChromaOffsetBits;79 ((1 << kXChromaOffsetBits) - 1) << kXChromaOffsetShift;
81 desc.vkXChromaOffset = (nonFormatInfo & kXChromaOffsetMask) >> kXChromaOffsetShift; in get_descriptor_from_sampler_desc()
1118 ((uint32_t)(desc.vkXChromaOffset ) << kXChromaOffsetShift ) | in non_format_info_as_uint32()
68 static const int kXChromaOffsetShift = kRangeShift + 1; in GenerateKey() local70 static const int kYChromaOffsetShift = kXChromaOffsetShift + 1; in GenerateKey()88 ycbcrKey |= (static_cast<uint32_t>(ycbcrInfo.fXChromaOffset) << kXChromaOffsetShift); in GenerateKey()
83 static constexpr int kXChromaOffsetShift = kYcbcrRangeShift + kYcbcrRangeBits; variable84 static constexpr int kYChromaOffsetShift = kXChromaOffsetShift + kXChromaOffsetBits;99 ((1 << kXChromaOffsetBits) - 1) << kXChromaOffsetShift;
93 ycbcrPackaging::kXChromaOffsetShift); in Make()
200 ((uint32_t)(conversionInfo.fXChromaOffset ) << kXChromaOffsetShift ) | in nonFormatInfoAsUInt32()