VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM and VK_FORMAT_G8_B8R8_2PLANE_420_UNORM were being translated to IYUV and NV12 formats which, in PIPE_FORMAT parlance, are auto-converted formats, not raw data formats. Use the raw data formats like everything else. Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30459>