Recombine FS inputs into vectors
Created by: anarsoul
NIR splits outputs and inputs in nir_lower_io_to_scalar_early() and unfortunately for FS it means increased number of instructions and increased register pressure.
We need to recombine inputs from scalar to vectors.
See https://www.mail-archive.com/mesa-dev@lists.freedesktop.org/msg189216.html