pan/bi: Print Valhall-specific FAU indices

We'll emit these shortly, prepare the printer.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15461>
This commit is contained in:
Alyssa Rosenzweig 2022-03-17 12:14:55 -04:00 committed by Marge Bot
parent 32ca920023
commit a16163a9fd
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ bir_fau_name(unsigned fau_idx)
"blend_descriptor_2", "blend_descriptor_3",
"blend_descriptor_4", "blend_descriptor_5",
"blend_descriptor_6", "blend_descriptor_7",
"tls_ptr", "wls_ptr", "program_counter",
};
assert(fau_idx < ARRAY_SIZE(names));