nir: print nir_io_semantics::invariant
this was missing Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28049>
This commit is contained in:
@@ -1384,6 +1384,9 @@ print_intrinsic_instr(nir_intrinsic_instr *instr, print_state *state)
|
||||
if (io.high_16bits)
|
||||
fprintf(fp, " high_16bits");
|
||||
|
||||
if (io.invariant)
|
||||
fprintf(fp, " invariant");
|
||||
|
||||
if (io.high_dvec2)
|
||||
fprintf(fp, " high_dvec2");
|
||||
|
||||
|
Reference in New Issue
Block a user