mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
genxml: Make Gen8 3DSTATE_DS SIMD8 enable work like Gen9+.
This will let us avoid ifdefs. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
parent
000b563a1b
commit
e0c1ec3b09
1 changed files with 4 additions and 1 deletions
|
|
@ -1286,7 +1286,10 @@
|
|||
<field name="Patch URB Entry Read Offset" start="196" end="201" type="uint"/>
|
||||
<field name="Maximum Number of Threads" start="245" end="253" type="uint"/>
|
||||
<field name="Statistics Enable" start="234" end="234" type="bool"/>
|
||||
<field name="SIMD8 Dispatch Enable" start="227" end="227" type="bool"/>
|
||||
<field name="Dispatch Mode" start="227" end="227" type="uint" prefix="DISPATCH_MODE">
|
||||
<value name="SIMD4X2" value="0"/>
|
||||
<value name="SIMD8_SINGLE_PATCH" value="1"/>
|
||||
</field>
|
||||
<field name="Compute W Coordinate Enable" start="226" end="226" type="bool"/>
|
||||
<field name="Cache Disable" start="225" end="225" type="bool"/>
|
||||
<field name="Function Enable" start="224" end="224" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue