Home
last modified time | relevance | path

Searched refs:kReconShift (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp101 static const int kReconShift = kChromaFilterShift + 1; in GenerateKey() local
103 static_assert(kReconShift <= 7); in GenerateKey()
110 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp100 static const int kReconShift = kChromaFilterShift + 1; in GenerateKey() local
102 GR_STATIC_ASSERT(kReconShift <= 7); in GenerateKey()
109 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()