spirv: Remove dead shader_call_data from all RT stages
spirv: Remove dead shader_call_data from all RT stages
Having multiple shader_call_data can cause incorrect behavior since the
compiler expects there to be only one shader_call_data variable.
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11585