mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 03:38:06 +02:00
intel/genxml: Use the right subtype for VF_STATISTICS on gen4
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
This commit is contained in:
parent
1fcc5e2399
commit
04f6d975e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1019,7 +1019,7 @@
|
|||
|
||||
<instruction name="3DSTATE_VF_STATISTICS" bias="1" length="1">
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
||||
<field name="Command SubType" start="27" end="28" type="uint" default="1"/>
|
||||
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
||||
<field name="3D Command Opcode" start="24" end="26" type="uint" default="0"/>
|
||||
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="11"/>
|
||||
<field name="Statistics Enable" start="0" end="0" type="bool"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue