Searched refs:fXChromaOffset (Results 1 – 6 of 6) sorted by relevance
22 if (info.fXChromaOffset == VK_CHROMA_LOCATION_MIDPOINT || in Create()26 if (info.fXChromaOffset == VK_CHROMA_LOCATION_COSITED_EVEN || in Create()54 ycbcrCreateInfo.xChromaOffset = info.fXChromaOffset; in Create()83 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()85 SkASSERT(static_cast<int>(ycbcrInfo.fXChromaOffset) <= 1); in GenerateKey()94 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()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()
72 , fXChromaOffset(VK_CHROMA_LOCATION_COSITED_EVEN) in GrVkYcbcrConversionInfo()89 , fXChromaOffset(xChromaOffset) in GrVkYcbcrConversionInfo()105 this->fXChromaOffset == that.fXChromaOffset &&119 VkChromaLocation fXChromaOffset; member
63 this->fXChromaOffset == that.fXChromaOffset &&82 VkChromaLocation fXChromaOffset = VK_CHROMA_LOCATION_COSITED_EVEN; member
137 ycbcrConversion.fXChromaOffset = hwbFormatProps.suggestedXChromaOffset; in GetBackendFormat()
517 ycbcrConversion.fXChromaOffset = hwbFormatProps.suggestedXChromaOffset; in get_backend_format()