Searched refs:fExternalFormat (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 25 Key() : fVkFormat(VK_FORMAT_UNDEFINED), fExternalFormat(0), fConversionKey(0) {} in Key() 29 fExternalFormat = externalFormat; in Key() 34 uint64_t fExternalFormat; member 39 this->fExternalFormat == that.fExternalFormat &&
|
D | GrVkSamplerYcbcrConversion.cpp | 56 if (info.fExternalFormat) { in Create() 61 externalFormat.externalFormat = info.fExternalFormat; in Create() 66 SkASSERT(!info.fExternalFormat); in Create() 69 if (!info.fExternalFormat) { in Create() 111 return Key{ycbcrInfo.fFormat, ycbcrInfo.fExternalFormat, ycbcrKey}; in GenerateKey()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkSamplerYcbcrConversion.h | 27 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 &&
|
D | GrVkSamplerYcbcrConversion.cpp | 56 if (info.fExternalFormat) { in Create() 61 externalFormat.externalFormat = info.fExternalFormat; in Create() 66 SkASSERT(!info.fExternalFormat); in Create() 69 if (!info.fExternalFormat) { in Create() 112 return Key{ycbcrInfo.fFormat, ycbcrInfo.fExternalFormat, ycbcrKey}; in GenerateKey()
|
D | GrVkTexture.cpp | 38 !fTexture->ycbcrConversionInfo().fExternalFormat); in GrVkTexture() 118 (info.fYcbcrConversionInfo.fExternalFormat != 0); in MakeWrappedTexture()
|
D | GrVkCaps.cpp | 1388 if (ycbcrInfo->isValid() && ycbcrInfo->fExternalFormat != 0) { in backend_format_is_external() 1614 if (VK_FORMAT_UNDEFINED == vkFormat && ycbcrInfo->fExternalFormat != 0) { in onAreColorTypeAndFormatCompatible() 1690 if (ycbcrInfo->isValid() && ycbcrInfo->fExternalFormat != 0) { in onGetReadSwizzle() 1742 SkASSERT(!ycbcrInfo->isValid() || ycbcrInfo->fExternalFormat == 0); in computeFormatKey()
|
D | GrVkGpu.cpp | 1198 if (info.fYcbcrConversionInfo.fExternalFormat != 0) { in check_image_info() 1218 if (info.fYcbcrConversionInfo.isValid() && info.fYcbcrConversionInfo.fExternalFormat != 0) { in check_tex_image_info()
|
/third_party/flutter/skia/include/gpu/vk/ |
D | GrVkTypes.h | 71 , fExternalFormat(0) in GrVkYcbcrConversionInfo() 89 , fExternalFormat(externalFormat) in GrVkYcbcrConversionInfo() 120 this->fExternalFormat == that.fExternalFormat && 138 uint64_t fExternalFormat; member
|
/third_party/skia/include/gpu/vk/ |
D | GrVkTypes.h | 61 this->fExternalFormat == that.fExternalFormat && 79 uint64_t fExternalFormat = 0; member
|
/third_party/flutter/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 140 ycbcrConversion.fExternalFormat = hwbFormatProps.externalFormat; in GetBackendFormat() 362 SkASSERT(hwbFormatProps.externalFormat == ycbcrConversion->fExternalFormat); in make_vk_backend_texture()
|
D | GrBackendSurface.cpp | 109 if (fVk.fYcbcrConversionInfo.isValid() && fVk.fYcbcrConversionInfo.fExternalFormat) { in GrBackendFormat()
|
/third_party/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 140 ycbcrConversion.fExternalFormat = hwbFormatProps.externalFormat; in GetBackendFormat() 364 SkASSERT(hwbFormatProps.externalFormat == ycbcrConversion->fExternalFormat); in make_vk_backend_texture()
|
D | GrBackendSurface.cpp | 129 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()
|