Searched refs:fYcbcrModel (Results 1 – 6 of 6) sorted by relevance
70 : fYcbcrModel(VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY) in GrVkYcbcrConversionInfo()87 : fYcbcrModel(ycbcrModel) in GrVkYcbcrConversionInfo()103 return this->fYcbcrModel == that.fYcbcrModel &&117 VkSamplerYcbcrModelConversion fYcbcrModel; member
61 this->fYcbcrModel == that.fYcbcrModel &&70 bool isValid() const { return fYcbcrModel != VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; } in isValid()80 VkSamplerYcbcrModelConversion fYcbcrModel = VK_SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY; member
50 ycbcrCreateInfo.ycbcrModel = info.fYcbcrModel; in Create()79 SkASSERT(static_cast<int>(ycbcrInfo.fYcbcrModel <= 7)); in GenerateKey()92 uint8_t ycbcrKey = static_cast<uint8_t>(ycbcrInfo.fYcbcrModel); in GenerateKey()
42 ycbcrCreateInfo.ycbcrModel = info.fYcbcrModel; in Create()92 SkASSERT(static_cast<int>(ycbcrInfo.fYcbcrModel <= 7)); in GenerateKey()105 uint8_t ycbcrKey = static_cast<uint8_t>(ycbcrInfo.fYcbcrModel); in GenerateKey()
135 ycbcrConversion.fYcbcrModel = hwbFormatProps.suggestedYcbcrModel; in GetBackendFormat()
515 ycbcrConversion.fYcbcrModel = hwbFormatProps.suggestedYcbcrModel; in get_backend_format()