mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
pan/genxml: Remove surface descriptors on v6/v7
Those don't exist on Bifrost. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Eric R. Smith <eric.smith@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31440>
This commit is contained in:
parent
053c19e996
commit
cead2eae15
2 changed files with 0 additions and 8 deletions
|
|
@ -617,10 +617,6 @@
|
|||
<field name="Thread Storage" size="64" start="28:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Surface" align="8">
|
||||
<field name="Pointer" size="64" start="0:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Surface With Stride" align="8">
|
||||
<field name="Pointer" size="64" start="0:0" type="address"/>
|
||||
<field name="Row stride" size="32" start="2:0" type="int"/>
|
||||
|
|
|
|||
|
|
@ -673,10 +673,6 @@
|
|||
<field name="Thread Storage" size="64" start="28:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Surface" align="8">
|
||||
<field name="Pointer" size="64" start="0:0" type="address"/>
|
||||
</struct>
|
||||
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue