genxml: Add missing field values to 3DSTATE_SBE.

Fill out "Attribute Active Component Format" possible values.

Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Rafael Antognolli
2017-04-24 11:03:14 -07:00
committed by Kenneth Graunke
parent 273a10b3f1
commit b5e652fc83

View File

@@ -2173,7 +2173,12 @@
<field name="Point Sprite Texture Coordinate Enable" start="64" end="95" type="uint"/>
<field name="Constant Interpolation Enable" start="96" end="127" type="uint"/>
<group count="32" start="128" size="2">
<field name="Attribute Active Component Format" start="0" end="1" type="uint"/>
<field name="Attribute Active Component Format" start="0" end="1" type="uint" prefix="ACTIVE_COMPONENT">
<value name="DISABLED" value="0"/>
<value name="XY" value="1"/>
<value name="XYZ" value="2"/>
<value name="XYZW" value="3"/>
</field>
</group>
</instruction>