diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-18 13:23:00 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-19 03:23:07 +0000 |
commit | d797822d31c1a19580de6a357f96405f04ad916a (patch) | |
tree | 1beb13ce8debcc7610526872b406f0bdb6f8c4dc /src/panfrost/bifrost/bi_print.h | |
parent | 42af9f47c8a91caad6803fdaccf111053e9303c4 (diff) |
pan/bi: Pretty-print clause types in disassembler
Also note that type=1 is for load_vary.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4242>
Diffstat (limited to 'src/panfrost/bifrost/bi_print.h')
-rw-r--r-- | src/panfrost/bifrost/bi_print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bi_print.h b/src/panfrost/bifrost/bi_print.h index 545f5254ae4..04e3851c11f 100644 --- a/src/panfrost/bifrost/bi_print.h +++ b/src/panfrost/bifrost/bi_print.h @@ -31,6 +31,7 @@ #include "bifrost.h" #include "compiler.h" +const char * bi_clause_type_name(enum bifrost_clause_type T); const char * bi_output_mod_name(enum bifrost_outmod mod); const char * bi_minmax_mode_name(enum bifrost_minmax_mode mod); const char * bi_round_mode_name(enum bifrost_roundmode mod); |