Skip to content

ir3/freedreno: Find regs for FS inputs when printing info

FS inputs are not directly loaded into regs, but require additional instruction to do so. So in order to print in which reg the input is loaded we have to scan the shader for the instruction which loads the input.

Merge request reports