panfrost: properly align value

This matches the rest of this file.

Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33925>
This commit is contained in:
Erik Faye-Lund 2025-03-10 16:22:53 +01:00 committed by Marge Bot
parent c2ddafb935
commit af87aa5ee4

View file

@ -99,7 +99,7 @@ const struct mali_sample_positions sample_position_lut[] = {
SAMPLE16(-5, 5),
SAMPLE16(-7, -1),
SAMPLE16( 3, 7),
SAMPLE16( 7, -7),
SAMPLE16( 7, -7),
},
.origin = SAMPLE16(0, 0)
},