Home
last modified time | relevance | path

Searched refs:GrVkFormatNeedsYcbcrSampler (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkUtil.h125 bool GrVkFormatNeedsYcbcrSampler(VkFormat format);
DGrVkUtil.cpp50 bool GrVkFormatNeedsYcbcrSampler(VkFormat format) { in GrVkFormatNeedsYcbcrSampler() function
DGrVkCaps.cpp1532 if (backend_format_is_external(surfaceFormat) || GrVkFormatNeedsYcbcrSampler(vkFormat)) { in supportedWritePixelsColorType()
1607 if (ycbcrInfo->isValid() && !GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onAreColorTypeAndFormatCompatible()
1727 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onSupportedReadPixelsColorType()
DGrVkGpu.cpp1660 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onCreateBackendTexture()