mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
pan/bi: fix a typo
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32710>
This commit is contained in:
parent
7b949dd8c4
commit
a96de77f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ static const char *
|
|||
bir_fau_name(unsigned fau_idx)
|
||||
{
|
||||
const char *names[] = {
|
||||
"zero", "lane-id", "wrap-id", "core-id", "fb-extent",
|
||||
"zero", "lane-id", "warp-id", "core-id", "fb-extent",
|
||||
"atest-param", "sample-pos", "reserved",
|
||||
"blend_descriptor_0", "blend_descriptor_1",
|
||||
"blend_descriptor_2", "blend_descriptor_3",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue