gallium/dump: add missing query-type to short-list
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 12 Jul 2019 08:38:20 +0000 (10:38 +0200)
committerErik Faye-Lund <erik.faye-lund@collabora.com>
Wed, 7 Aug 2019 12:03:24 +0000 (12:03 +0000)
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Fixes: a677799e51a ("gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE
                     and corresponding cap")
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/auxiliary/util/u_dump_defines.c

index 50dfa37bab70a5a03ca40b1eb87a0a0bdea48968..ea87ec72959bd1371afc9271f95ba0c63e3f5017 100644 (file)
@@ -425,6 +425,7 @@ util_query_type_short_names[] = {
    "primitives_emitted",
    "so_statistics",
    "so_overflow_predicate",
+   "so_overflow_any_predicate",
    "gpu_finished",
    "pipeline_statistics",
 };