mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel/genxml: Make "Stencil Buffer Enable" a boolean
Signed-off-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
34826078f6
commit
fa0285eaac
3 changed files with 3 additions and 3 deletions
|
|
@ -1939,7 +1939,7 @@
|
|||
<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="6"/>
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="uint"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="bool"/>
|
||||
<field name="Stencil Buffer Object Control State" start="57" end="60" type="MEMORY_OBJECT_CONTROL_STATE"/>
|
||||
<field name="Stencil Buffer MOCS" start="57" end="60" type="uint"/>
|
||||
<field name="Surface Pitch" start="32" end="48" type="uint"/>
|
||||
|
|
|
|||
|
|
@ -2025,7 +2025,7 @@
|
|||
<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="6"/>
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="uint"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="bool"/>
|
||||
<field name="Stencil Buffer Object Control State" start="54" end="60" type="MEMORY_OBJECT_CONTROL_STATE"/>
|
||||
<field name="Stencil Buffer MOCS" start="54" end="60" type="uint"/>
|
||||
<field name="Surface Pitch" start="32" end="48" type="uint"/>
|
||||
|
|
|
|||
|
|
@ -2199,7 +2199,7 @@
|
|||
<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="6"/>
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="uint"/>
|
||||
<field name="Stencil Buffer Enable" start="63" end="63" type="bool"/>
|
||||
<field name="Stencil Buffer Object Control State" start="54" end="60" type="MEMORY_OBJECT_CONTROL_STATE"/>
|
||||
<field name="Stencil Buffer MOCS" start="54" end="60" type="uint"/>
|
||||
<field name="Surface Pitch" start="32" end="48" type="uint"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue