panfrost: Add pan_unpack to ForEachMacros

While various pan_pack macros were already there, pan_unpack was
missing.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34839>
This commit is contained in:
Lars-Ivar Hesselberg Simonsen 2025-05-07 10:19:26 +02:00 committed by Marge Bot
parent 4ea52147c1
commit 8b2ff9a8cf

View file

@ -77,6 +77,7 @@ ForEachMacros: [
'pan_pack',
'pan_pack_nodefaults',
'pan_section_pack',
'pan_unpack',
'panvk_cs_reg_upd_ctx',
'u_foreach_bit',
]