mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
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:
parent
90228a80ea
commit
2b86cf2850
2 changed files with 2 additions and 0 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue