Searched refs:fXChromaOffset (Results 1 – 6 of 6) sorted by relevance
20 if (info.fXChromaOffset == VK_CHROMA_LOCATION_MIDPOINT || in Create()24 if (info.fXChromaOffset == VK_CHROMA_LOCATION_COSITED_EVEN || in Create()49 ycbcrCreateInfo.xChromaOffset = info.fXChromaOffset; in Create()96 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()98 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()107 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fXChromaOffset) << kXChromaOffsetShift); in GenerateKey()
20 if (info.fXChromaOffset == VK_CHROMA_LOCATION_MIDPOINT || in Create()24 if (info.fXChromaOffset == VK_CHROMA_LOCATION_COSITED_EVEN || in Create()49 ycbcrCreateInfo.xChromaOffset = info.fXChromaOffset; in Create()95 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()97 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()106 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fXChromaOffset) << kXChromaOffsetShift); in GenerateKey()
74 , fXChromaOffset(VK_CHROMA_LOCATION_COSITED_EVEN) in GrVkYcbcrConversionInfo()92 , fXChromaOffset(xChromaOffset) in GrVkYcbcrConversionInfo()123 this->fXChromaOffset == that.fXChromaOffset &&142 VkChromaLocation fXChromaOffset; member
64 this->fXChromaOffset == that.fXChromaOffset &&83 VkChromaLocation fXChromaOffset = VK_CHROMA_LOCATION_COSITED_EVEN; member
137 ycbcrConversion.fXChromaOffset = hwbFormatProps.suggestedXChromaOffset; in GetBackendFormat()