When we create a tiled resource originally to be non shareable, if later we want to share it, it could happen the tile format is not valid for sharing: only UIF formats are appropiate. In this case, we need to re-create the resource with a valid format. For more details, see https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13154. This commit is heavily inspired by asahi. Fixes `spec@ext_image_dma_buf_import@ext_image_dma_buf_import-tex-modifier`. Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32661>