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:
Caterina Shablia 2025-01-08 00:54:50 +00:00 committed by Marge Bot
parent 7b949dd8c4
commit a96de77f8b

View file

@ -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",