intel/genxml: reprocess xml with elementree output

This makes two relatively small changes, first it addes the encoding to
the xml delcaration, and switches the quote style. Second, it changes
the final newline. These seemed minor enough to not warrent patches to
make the old wrter do the same thing as the new writer.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18955>
This commit is contained in:
Dylan Baker 2022-10-03 10:45:47 -07:00
parent 9a185d78ca
commit 8c8a1966ab
12 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="ICL" gen="11">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -6908,4 +6908,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="TGL" gen="12">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -7158,4 +7158,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="GFX125" gen="12.5">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -7807,4 +7807,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="BRW" gen="4">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -1009,4 +1009,4 @@
<field name="Destination X2 Coordinate" start="64" end="79" type="int" />
<field name="Destination Y2 Coordinate" start="80" end="95" type="int" />
</instruction>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="CTG" gen="4.5">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -1041,4 +1041,4 @@
<field name="Destination X2 Coordinate" start="64" end="79" type="int" />
<field name="Destination Y2 Coordinate" start="80" end="95" type="int" />
</instruction>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="ILK" gen="5">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -1115,4 +1115,4 @@
<field name="Destination X2 Coordinate" start="64" end="79" type="int" />
<field name="Destination Y2 Coordinate" start="80" end="95" type="int" />
</instruction>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="SNB" gen="6">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -2822,4 +2822,4 @@
<field name="RBWait" start="11" end="11" type="bool" />
<field name="Buffer Length (in pages - 1)" start="12" end="20" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="IVB" gen="7">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -3808,4 +3808,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="HSW" gen="7.5">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -4247,4 +4247,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="BDW" gen="8">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -4744,4 +4744,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="SKL" gen="9">
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
<value name="ONE" value="1" />
@ -6541,4 +6541,4 @@
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
<field name="VS Invocation Count Report" start="0" end="63" type="uint" />
</register>
</genxml>
</genxml>

View file

@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version='1.0' encoding='utf-8'?>
<genxml name="RT" gen="">
<struct name="BINDLESS_SHADER_RECORD" length="2">
<field name="Offset To Local Arguments" start="0" end="2" type="uint" />
@ -171,4 +171,4 @@
<field name="Closest Hit" start="0" end="63" type="BINDLESS_SHADER_RECORD" />
<field name="Any Hit" start="64" end="127" type="BINDLESS_SHADER_RECORD" />
</struct>
</genxml>
</genxml>