mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
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:
parent
867a0a7db9
commit
936690f733
1 changed files with 3 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue