mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
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:
parent
c2ddafb935
commit
af87aa5ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue