summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/nir')
-rw-r--r--src/compiler/nir/nir_print.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/compiler/nir/nir_print.c b/src/compiler/nir/nir_print.c
index 9ec6dcfc947..12d132f7c61 100644
--- a/src/compiler/nir/nir_print.c
+++ b/src/compiler/nir/nir_print.c
@@ -1135,6 +1135,14 @@ print_tex_instr(nir_tex_instr *instr, print_state *state)
fprintf(fp, ", %u (sampler)", instr->sampler_index);
}
}
+
+ if (instr->texture_non_uniform) {
+ fprintf(fp, ", texture non-uniform");
+ }
+
+ if (instr->sampler_non_uniform) {
+ fprintf(fp, ", sampler non-uniform");
+ }
}
static void