panfrost/genxml: fix Surface With Stride descriptor alignment

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21109>
This commit is contained in:
Italo Nicola 2023-06-22 10:43:39 +00:00 committed by Marge Bot
parent c5a6e88c4e
commit 0d5bf46272

View file

@ -677,7 +677,7 @@
<field name="Pointer" size="64" start="0:0" type="address"/>
</struct>
<struct name="Surface With Stride" align="8">
<struct name="Surface With Stride" align="16">
<field name="Pointer" size="64" start="0:0" type="address"/>
<field name="Row stride" size="32" start="2:0" type="int"/>
<field name="Surface stride" size="32" start="3:0" type="int"/>