mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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:
parent
c5a6e88c4e
commit
0d5bf46272
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue