971e068762
panvk_draw_prepare_attributes() depends on VS descriptors sets being up-to-date which implies calling cmd_prepare_shader_desc_tables() before. panvk_draw_prepare_vs_copy_desc_job() depends on img_attrib_table, which can be set in panvk_draw_prepare_vs_attributes(). Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37501>