mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
panfrost: Add align info to the draw and draw padding definitions
Needed if we want to allocate pre/post frame draw descriptors. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10033>
This commit is contained in:
parent
25f948d4d9
commit
bacd9df8de
1 changed files with 2 additions and 2 deletions
|
|
@ -648,7 +648,7 @@
|
|||
<field name="Indices" size="64" start="4:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Draw" size="30">
|
||||
<struct name="Draw" size="30" align="64">
|
||||
<field name="Four Components Per Vertex" size="1" start="0:0" type="bool"/>
|
||||
<field name="Draw Descriptor Is 64b" size="1" start="0:1" type="bool"/>
|
||||
<field name="Texture Descriptor Is 64b" size="1" start="0:2" type="bool"/>
|
||||
|
|
@ -680,7 +680,7 @@
|
|||
<field name="FBD" size="64" start="28:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Draw Padding" size="2">
|
||||
<struct name="Draw Padding" size="2" align="8">
|
||||
</struct>
|
||||
|
||||
<struct name="Surface" align="8">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue