pan/genxml: Add missing upper-32 bits of the buffer size on v12+
We currently don't use this, but it's good to have it defined anyway. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com> Reviewed-by: Christoph Pillmayer <christoph.pillmayer@arm.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Tested-by: Mary Guillemard <mary.guillemard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35731>
This commit is contained in:
committed by
Marge Bot
parent
d2d27f8d9e
commit
61d6e92f25
@@ -1193,6 +1193,9 @@
|
||||
<field name="Size" size="32" start="1:0" type="uint"/>
|
||||
<field name="Address" size="64" start="2:0" type="address"/>
|
||||
|
||||
<!-- Not for Tiler heap -->
|
||||
<field name="Size hi" size="32" start="5:0" type="uint"/>
|
||||
|
||||
<!-- Structured buffer only -->
|
||||
<field name="Stride" size="32" start="4:0" type="uint"/>
|
||||
|
||||
|
||||
@@ -1502,6 +1502,9 @@
|
||||
<field name="Size" size="32" start="1:0" type="uint"/>
|
||||
<field name="Address" size="64" start="2:0" type="address"/>
|
||||
|
||||
<!-- Not for Tiler heap -->
|
||||
<field name="Size hi" size="32" start="5:0" type="uint"/>
|
||||
|
||||
<!-- Structured buffer only -->
|
||||
<field name="Stride" size="32" start="4:0" type="uint"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user