Searched refs:GrVkFormatNeedsYcbcrSampler (Results 1 – 4 of 4) sorted by relevance
125 bool GrVkFormatNeedsYcbcrSampler(VkFormat format);
50 bool GrVkFormatNeedsYcbcrSampler(VkFormat format) { in GrVkFormatNeedsYcbcrSampler() function
1532 if (backend_format_is_external(surfaceFormat) || GrVkFormatNeedsYcbcrSampler(vkFormat)) { in supportedWritePixelsColorType()1607 if (ycbcrInfo->isValid() && !GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onAreColorTypeAndFormatCompatible()1727 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onSupportedReadPixelsColorType()
1660 if (GrVkFormatNeedsYcbcrSampler(vkFormat)) { in onCreateBackendTexture()