Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkUtil.cpp53 bool GrVkFormatNeedsYcbcrSampler(VkFormat format) { in GrVkFormatNeedsYcbcrSampler() function
H A DGrVkUtil.h185 bool GrVkFormatNeedsYcbcrSampler(VkFormat format);
H A DGrVkCaps.cpp1573 if (backend_format_is_external(surfaceFormat) || GrVkFormatNeedsYcbcrSampler(vkFormat)) { in supportedWritePixelsColorType()
1655 if (ycbcrInfo->isValid() && !GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onAreColorTypeAndFormatCompatible()
1815 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onSupportedReadPixelsColorType()
H A DGrVkGpu.cpp1827 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onCreateBackendTexture()

Completed in 9 milliseconds