radv/rt: place any-hit scratch vars after intersection scratch vars
If both, any-hit and intersection shader, use scratch vars, it could happen that they end up in the same location and overwrite each other. Found by inspection.
Fixes: c3d82a96 ('radv: Add pass to lower anyhit shader into an intersection shader.')