radv: Correctly detect changed shaders for vertex descriptors.
As they were emitted after the new pipeline, the changed pipeline detection was not working anymore. Fixes: 341529db 'radv: use optimal packet order for draws' Reviewed-by:Samuel Pitoiset <samuel.pitoiset@gmail.com>