diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-04 09:21:25 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-05 14:35:38 +0000 |
commit | aef0f00cbc976a29e5b66da4b2abbd2bcd9c0d52 (patch) | |
tree | c206025e4c62ece5d3f3e71510350932ba594102 /src/panfrost/bifrost/bi_print.h | |
parent | 5d16a8109c88c869ce17e6b680e2922bb983caa6 (diff) |
pan/bi: Move bi_interp_mode_name to bi_print
Instead of open-coding it in the middle of the disassembler.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
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 8b90fa1e7da..fa12fb8031f 100644 --- a/src/panfrost/bifrost/bi_print.h +++ b/src/panfrost/bifrost/bi_print.h @@ -33,6 +33,7 @@ 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); const char * bi_csel_cond_name(enum bifrost_csel_cond cond); +const char * bi_interp_mode_name(enum bifrost_interp_mode mode); const char * bi_ldst_type_name(enum bifrost_ldst_type type); #endif |