Home
last modified time | relevance | path

Searched refs:fExternalFormat (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkSamplerYcbcrConversion.cpp56 if (info.fExternalFormat) { in Create()
61 externalFormat.externalFormat = info.fExternalFormat; in Create()
66 if (info.fExternalFormat) { in Create()
71 externalFormat.externalFormat = info.fExternalFormat; in Create()
76 SkASSERT(!info.fExternalFormat); in Create()
79 if (!info.fExternalFormat) { in Create()
122 return Key{ycbcrInfo.fFormat, ycbcrInfo.fExternalFormat, ycbcrKey}; in GenerateKey()
H A DGrVkSamplerYcbcrConversion.h27 Key() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key()
31 fExternalFormat = externalFormat; in Key()
36 uint64_t fExternalFormat; member
41 this->fExternalFormat == that.fExternalFormat && in operator ==()
H A DGrVkTexture.cpp38 !fTexture->ycbcrConversionInfo().fExternalFormat); in GrVkTexture()
126 (info.fYcbcrConversionInfo.fExternalFormat != 0); in MakeWrappedTexture()
H A DGrVkCaps.cpp1431 if (ycbcrInfo->isValid() && ycbcrInfo->fExternalFormat != 0) { in backend_format_is_external()
1657 if (VK_FORMAT_UNDEFINED == vkFormat && ycbcrInfo->fExternalFormat != 0) { in onAreColorTypeAndFormatCompatible()
1748 if (ycbcrInfo->isValid() && ycbcrInfo->fExternalFormat != 0) { in onGetReadSwizzle()
1800 SkASSERT(!ycbcrInfo->isValid() || ycbcrInfo->fExternalFormat == 0); in computeFormatKey()
H A DGrVkGpu.cpp1341 if (info.fYcbcrConversionInfo.fExternalFormat != 0) { in check_image_info()
1361 if (info.fYcbcrConversionInfo.isValid() && info.fYcbcrConversionInfo.fExternalFormat != 0) { in check_tex_image_info()
/third_party/skia/include/gpu/vk/
H A DGrVkTypes.h68 this->fExternalFormat == that.fExternalFormat && in operator ==()
86 uint64_t fExternalFormat = 0; member
/third_party/skia/src/gpu/
H A DGrAHardwareBufferUtils.cpp140 ycbcrConversion.fExternalFormat = hwbFormatProps.externalFormat; in GetBackendFormat()
364 SkASSERT(hwbFormatProps.externalFormat == ycbcrConversion->fExternalFormat); in make_vk_backend_texture()
H A DGrBackendSurface.cpp129 if ((fVk.fYcbcrConversionInfo.isValid() && fVk.fYcbcrConversionInfo.fExternalFormat) || in GrBackendFormat()
491 if ((info.fYcbcrConversionInfo.isValid() && info.fYcbcrConversionInfo.fExternalFormat != 0) || in vk_image_info_to_texture_type()

Completed in 12 milliseconds