Home
last modified time | relevance | path

Searched refs:fForceExplicitReconstruction (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp31 if (info.fForceExplicitReconstruction) { in Create()
52 ycbcrCreateInfo.forceExplicitReconstruction = info.fForceExplicitReconstruction; in Create()
102 SkASSERT(static_cast<int>(ycbcrInfo.fForceExplicitReconstruction) <= 1); in GenerateKey()
110 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp31 if (info.fForceExplicitReconstruction) { in Create()
52 ycbcrCreateInfo.forceExplicitReconstruction = info.fForceExplicitReconstruction; in Create()
101 SkASSERT(static_cast<int>(ycbcrInfo.fForceExplicitReconstruction) <= 1); in GenerateKey()
109 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()
/third_party/flutter/skia/include/gpu/vk/
DGrVkTypes.h77 , fForceExplicitReconstruction(false) {} in GrVkYcbcrConversionInfo()
95 , fForceExplicitReconstruction(forceExplicitReconstruction) in GrVkYcbcrConversionInfo()
126 this->fForceExplicitReconstruction == that.fForceExplicitReconstruction;
145 VkBool32 fForceExplicitReconstruction; member
/third_party/skia/include/gpu/vk/
DGrVkTypes.h67 this->fForceExplicitReconstruction == that.fForceExplicitReconstruction;
86 VkBool32 fForceExplicitReconstruction = false; member
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferUtils.cpp139 ycbcrConversion.fForceExplicitReconstruction = VK_FALSE; in GetBackendFormat()
/third_party/skia/src/gpu/
DGrAHardwareBufferUtils.cpp139 ycbcrConversion.fForceExplicitReconstruction = VK_FALSE; in GetBackendFormat()