spirv: Always mark FS layer input as flat.
The spec requires these to be decorated as Flat, but some apps (eg. old DXVK) forget that. We can unconditionally decorate the FS LAYER input as Flat for free, and this prevents those apps from crashing RADV.