Searched refs:fYChromaOffset (Results 1 – 6 of 6) sorted by relevance
21 info.fYChromaOffset == VK_CHROMA_LOCATION_MIDPOINT) { in Create()25 info.fYChromaOffset == VK_CHROMA_LOCATION_COSITED_EVEN) { in Create()50 ycbcrCreateInfo.yChromaOffset = info.fYChromaOffset; in Create()108 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fYChromaOffset) << kYChromaOffsetShift); in GenerateKey()
21 info.fYChromaOffset == VK_CHROMA_LOCATION_MIDPOINT) { in Create()25 info.fYChromaOffset == VK_CHROMA_LOCATION_COSITED_EVEN) { in Create()50 ycbcrCreateInfo.yChromaOffset = info.fYChromaOffset; in Create()107 ycbcrKey |= (static_cast<uint8_t>(ycbcrInfo.fYChromaOffset) << kYChromaOffsetShift); in GenerateKey()
75 , fYChromaOffset(VK_CHROMA_LOCATION_COSITED_EVEN) in GrVkYcbcrConversionInfo()93 , fYChromaOffset(yChromaOffset) in GrVkYcbcrConversionInfo()124 this->fYChromaOffset == that.fYChromaOffset &&143 VkChromaLocation fYChromaOffset; member
65 this->fYChromaOffset == that.fYChromaOffset &&84 VkChromaLocation fYChromaOffset = VK_CHROMA_LOCATION_COSITED_EVEN; member
138 ycbcrConversion.fYChromaOffset = hwbFormatProps.suggestedYChromaOffset; in GetBackendFormat()