summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_dump.h
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-07-27 11:59:38 +0200
committerNicolai Hähnle <[email protected]>2017-08-02 09:46:34 +0200
commitf402fa371eb9206a14cadf3e47659ba538c57076 (patch)
tree922da6f69a64236c70f77f5a49120fdb8df586dd /src/gallium/auxiliary/util/u_dump.h
parentaff9c541250575c79f43707e03a3ef114feeebee (diff)
gallium/util: add util_{str,dump}_query_value_type
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_dump.h')
-rw-r--r--src/gallium/auxiliary/util/u_dump.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_dump.h b/src/gallium/auxiliary/util/u_dump.h
index 8ebdafacdcf..3fa253e511f 100644
--- a/src/gallium/auxiliary/util/u_dump.h
+++ b/src/gallium/auxiliary/util/u_dump.h
@@ -85,11 +85,17 @@ const char *
util_str_query_type(unsigned value, boolean shortened);
const char *
+util_str_query_value_type(unsigned value, boolean shortened);
+
+const char *
util_str_prim_mode(unsigned value, boolean shortened);
void
util_dump_query_type(FILE *stream, unsigned value);
+void
+util_dump_query_value_type(FILE *stream, unsigned value);
+
/*
* p_state.h, through a FILE
*/