mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 08:00:12 +01:00
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:
parent
32ca920023
commit
a16163a9fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue