intel/genxml: Add new Primitive ID Not Required bit field to 3DSTATE_DS

Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13474>
This commit is contained in:
Sagar Ghuge 2021-10-21 12:45:08 -07:00 committed by Marge Bot
parent 90228a80ea
commit 2b86cf2850
2 changed files with 2 additions and 0 deletions

View file

@ -1743,6 +1743,7 @@
<value name="SIMD8_SINGLE_PATCH" value="1"/>
<value name="SIMD8_SINGLE_OR_DUAL_PATCH" value="2"/>
</field>
<field name="Primitive ID Not Required" start="233" end="233" type="bool"/>
<field name="Statistics Enable" start="234" end="234" type="bool"/>
<field name="Maximum Number of Threads" start="245" end="254" type="uint"/>
<field name="User Clip Distance Cull Test Enable Bitmask" start="256" end="263" type="uint"/>

View file

@ -1772,6 +1772,7 @@
<value name="SIMD8_SINGLE_PATCH" value="1"/>
<value name="SIMD8_SINGLE_OR_DUAL_PATCH" value="2"/>
</field>
<field name="Primitive ID Not Required" start="233" end="233" type="bool"/>
<field name="Statistics Enable" start="234" end="234" type="bool"/>
<field name="Maximum Number of Threads" start="245" end="254" type="uint"/>
<field name="User Clip Distance Cull Test Enable Bitmask" start="256" end="263" type="uint"/>