Searched refs:FormatIsSinglePlane_422 (Results 1 – 3 of 3) sorted by relevance
148 VK_LAYER_EXPORT bool FormatIsSinglePlane_422(VkFormat format);
396 VK_LAYER_EXPORT bool FormatIsSinglePlane_422(VkFormat format) { in FormatIsSinglePlane_422() function486 …if (FormatIsPacked(format) || FormatIsCompressed(format) || FormatIsSinglePlane_422(format) || For… in FormatElementIsTexel()
2240 (ext_ycbcr && FormatIsSinglePlane_422(src_state->createInfo.format))) { in ValidateImageCopyData()2356 (ext_ycbcr && FormatIsSinglePlane_422(dst_state->createInfo.format))) { in ValidateImageCopyData()4793 …if (FormatIsCompressed(image_state->createInfo.format) || FormatIsSinglePlane_422(image_state->cre… in ValidateBufferImageCopyData()4932 …if (FormatIsCompressed(image_state->createInfo.format) || FormatIsSinglePlane_422(image_state->cre… in ValidateBufferBounds()