Home
last modified time | relevance | path

Searched refs:kXChromaOffsetShift (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/dawn/
H A DDawnGraphiteUtilsPriv.h63 static constexpr int kXChromaOffsetShift = kYcbcrRangeShift + kYcbcrRangeBits; variable
64 static constexpr int kYChromaOffsetShift = kXChromaOffsetShift + kXChromaOffsetBits;
79 ((1 << kXChromaOffsetBits) - 1) << kXChromaOffsetShift;
H A DDawnSampler.cpp81 desc.vkXChromaOffset = (nonFormatInfo & kXChromaOffsetMask) >> kXChromaOffsetShift; in get_descriptor_from_sampler_desc()
H A DDawnCaps.cpp1118 ((uint32_t)(desc.vkXChromaOffset ) << kXChromaOffsetShift ) | in non_format_info_as_uint32()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSamplerYcbcrConversion.cpp68 static const int kXChromaOffsetShift = kRangeShift + 1; in GenerateKey() local
70 static const int kYChromaOffsetShift = kXChromaOffsetShift + 1; in GenerateKey()
88 ycbcrKey |= (static_cast<uint32_t>(ycbcrInfo.fXChromaOffset) << kXChromaOffsetShift); in GenerateKey()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanGraphiteUtilsPriv.h83 static constexpr int kXChromaOffsetShift = kYcbcrRangeShift + kYcbcrRangeBits; variable
84 static constexpr int kYChromaOffsetShift = kXChromaOffsetShift + kXChromaOffsetBits;
99 ((1 << kXChromaOffsetBits) - 1) << kXChromaOffsetShift;
H A DVulkanYcbcrConversion.cpp93 ycbcrPackaging::kXChromaOffsetShift); in Make()
H A DVulkanGraphiteUtils.cpp200 ((uint32_t)(conversionInfo.fXChromaOffset ) << kXChromaOffsetShift ) | in nonFormatInfoAsUInt32()