mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
genxml: add gen12/12.5 CS prefetch disable bits
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20295>
This commit is contained in:
parent
4a3faab512
commit
971e07361a
2 changed files with 4 additions and 0 deletions
|
|
@ -5715,6 +5715,8 @@
|
|||
<field name="Command Type" start="29" end="31" type="uint" default="3" />
|
||||
</instruction>
|
||||
<instruction name="MI_ARB_CHECK" bias="1" length="1">
|
||||
<field name="Pre-Parser Disable" start="0" end="0" type="bool" />
|
||||
<field name="Pre-Parser Disable Mask" start="8" end="8" type="bool" />
|
||||
<field name="MI Command Opcode" start="23" end="28" type="uint" default="5" />
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="0" />
|
||||
</instruction>
|
||||
|
|
|
|||
|
|
@ -6058,6 +6058,8 @@
|
|||
<field name="Command Type" start="29" end="31" type="uint" default="3" />
|
||||
</instruction>
|
||||
<instruction name="MI_ARB_CHECK" bias="1" length="1">
|
||||
<field name="Pre-Parser Disable" start="0" end="0" type="bool" />
|
||||
<field name="Pre-Parser Disable Mask" start="8" end="8" type="bool" />
|
||||
<field name="MI Command Opcode" start="23" end="28" type="uint" default="5" />
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="0" />
|
||||
</instruction>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue