vkd3d-shader: Fix a few recent regressions.
-
b8c73e4a regressed RESINFO instructions that also contain
precise
flags. Not sure what such a flag is useful for, but I've seen shaders which have on nearly each instruction. I guess drivers are just slackers and one shouldn't trust them too much. - dfc18781 marked GSINSTID registers as SCALAR, but apparently they're VEC4. Again, I'm not sure what's the logic here, but a few other registers behave the same way.