Skip to content

anv: Enable support for 10bit media formats

This MR add supports for VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 for #5357 as well as adding support for VK_FORMAT_R10X6_UNORM_PACK16 and VK_FORMAT_R10X6G10X6_UNORM_2PACK16 so that both planes of the image can be accessed through their compatible formats as described in the vulkan spec.

Merge request reports