mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
intel/genxml/gen125: Add missing fields in MI_MATH
BSpec: 53415 BSpec: 45737 Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22508>
This commit is contained in:
parent
ae105ad5cd
commit
0233e3639f
1 changed files with 3 additions and 1 deletions
|
|
@ -4692,7 +4692,7 @@
|
|||
</field>
|
||||
</group>
|
||||
<group count="16" start="96" size="16">
|
||||
<field name="LTST Frame Number List" start="0" end="15" type="uint"/>
|
||||
<field name="LTST Frame Number List" start="0" end="15" type="uint" />
|
||||
</group>
|
||||
<group count="16" start="352" size="16">
|
||||
<field name="View ID" start="0" end="15" type="uint" />
|
||||
|
|
@ -6298,6 +6298,8 @@
|
|||
</instruction>
|
||||
<instruction name="MI_MATH" bias="2">
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="0" />
|
||||
<field name="MOCS" start="8" end="14" type="uint" />
|
||||
<field name="Predication Enable" start="15" end="15" type="bool" />
|
||||
<field name="MI Command Opcode" start="23" end="28" type="uint" default="26" />
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="0" />
|
||||
<group count="0" start="32" size="32">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue