Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkSamplerYcbcrConversion.cpp33 if (info.fForceExplicitReconstruction) { in Create()
57 ycbcrCreateInfo.forceExplicitReconstruction = info.fForceExplicitReconstruction; in Create()
89 SkASSERT(static_cast<int>(ycbcrInfo.fForceExplicitReconstruction) <= 1); in GenerateKey()
97 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fForceExplicitReconstruction) << kReconShift); in GenerateKey()
/external/skqp/include/gpu/vk/
DGrVkTypes.h75 , fForceExplicitReconstruction(false) in GrVkYcbcrConversionInfo()
92 , fForceExplicitReconstruction(forceExplicitReconstruction) in GrVkYcbcrConversionInfo()
108 this->fForceExplicitReconstruction == that.fForceExplicitReconstruction &&
122 VkBool32 fForceExplicitReconstruction; member
/external/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()
/external/skia/include/gpu/vk/
DGrVkTypes.h66 this->fForceExplicitReconstruction == that.fForceExplicitReconstruction;
85 VkBool32 fForceExplicitReconstruction = false; member
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp139 ycbcrConversion.fForceExplicitReconstruction = VK_FALSE; in GetBackendFormat()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp519 ycbcrConversion.fForceExplicitReconstruction = VK_FALSE; in get_backend_format()