mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
intel/genxml: add the new state byte stride instruction
Signed-off-by: Rohan Garg <rohan.garg@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29264>
This commit is contained in:
parent
17b6db893b
commit
bd09649750
1 changed files with 9 additions and 0 deletions
|
|
@ -915,6 +915,15 @@
|
|||
<field name="Address" start="66" end="111" type="address" />
|
||||
<field name="Immediate Data" start="128" end="191" type="uint" />
|
||||
</instruction>
|
||||
<instruction name="STATE_BYTE_STRIDE" bias="2" length="2" engine="render|compute">
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="0" />
|
||||
<field name="Byte Stride Enable" start="8" end="8" type="bool" />
|
||||
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="5" />
|
||||
<field name="3D Command Opcode" start="24" end="26" type="uint" default="0" />
|
||||
<field name="Command SubType" start="27" end="28" type="uint" default="0" />
|
||||
<field name="Command Type" start="29" end="31" type="uint" default="3" />
|
||||
<field name="Byte Stride" start="34" end="63" type="uint" />
|
||||
</instruction>
|
||||
<instruction name="XY_FAST_COLOR_BLT" bias="2" length="16" engine="blitter">
|
||||
<field name="DWord Length" start="0" end="7" type="uint" default="14" />
|
||||
<field name="Number of Multisamples" start="9" end="11" type="uint">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue