diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c index 5b4775b1cc7..4d01473ebf8 100644 --- a/src/compiler/nir/nir_print.c +++ b/src/compiler/nir/nir_print.c @@ -1997,6 +1997,10 @@ print_tex_instr(nir_tex_instr *instr, print_state *state) if (instr->is_sparse) { fprintf(fp, ", sparse"); } + + if (instr->skip_helpers) { + fprintf(fp, ", skip_helpers"); + } } static void