radeonsi: eliminate unused shader outputs for separate NGG geometry shaders
Note: This doesn't eliminate any shader code computing those outputs. Only LDS loads and export instructions are removed. It helps reduce the param export space usage, which can improve primitive throughput.
Edited by Marek Olšák