summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump.h')
-rw-r--r--src/gallium/auxiliary/util/u_dump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h
index 2598851152b..bce8517b4e6 100644
--- a/src/gallium/auxiliary/util/u_dump.h
+++ b/src/gallium/auxiliary/util/u_dump.h
@@ -159,6 +159,9 @@ void
util_dump_image_view(FILE *stream, const struct pipe_image_view *state);
void
+util_dump_shader_buffer(FILE *stream, const struct pipe_shader_buffer *state);
+
+void
util_dump_sampler_view(FILE *stream, const struct pipe_sampler_view *state);
void