2017-03-15 22:33:00 -07:00
|
|
|
<?xml version="1.0" ?>
|
2016-02-08 16:21:09 -08:00
|
|
|
<genxml name="HSW" gen="7.5">
|
2016-11-28 16:14:12 -08:00
|
|
|
<enum name="3D_Prim_Topo_Type" prefix="3DPRIM">
|
|
|
|
|
<value name="POINTLIST" value="1"/>
|
|
|
|
|
<value name="LINELIST" value="2"/>
|
|
|
|
|
<value name="LINESTRIP" value="3"/>
|
|
|
|
|
<value name="TRILIST" value="4"/>
|
|
|
|
|
<value name="TRISTRIP" value="5"/>
|
|
|
|
|
<value name="TRIFAN" value="6"/>
|
|
|
|
|
<value name="QUADLIST" value="7"/>
|
|
|
|
|
<value name="QUADSTRIP" value="8"/>
|
|
|
|
|
<value name="LINELIST_ADJ" value="9"/>
|
|
|
|
|
<value name="LINESTRIP_ADJ" value="10"/>
|
|
|
|
|
<value name="TRILIST_ADJ" value="11"/>
|
|
|
|
|
<value name="TRISTRIP_ADJ" value="12"/>
|
|
|
|
|
<value name="TRISTRIP_REVERSE" value="13"/>
|
|
|
|
|
<value name="POLYGON" value="14"/>
|
|
|
|
|
<value name="RECTLIST" value="15"/>
|
|
|
|
|
<value name="LINELOOP" value="16"/>
|
|
|
|
|
<value name="POINTLIST _BF" value="17"/>
|
|
|
|
|
<value name="LINESTRIP_CONT" value="18"/>
|
|
|
|
|
<value name="LINESTRIP_BF" value="19"/>
|
|
|
|
|
<value name="LINESTRIP_CONT_BF" value="20"/>
|
|
|
|
|
<value name="TRIFAN_NOSTIPPLE" value="22"/>
|
|
|
|
|
<value name="PATCHLIST_1" value="32"/>
|
|
|
|
|
<value name="PATCHLIST_2" value="33"/>
|
|
|
|
|
<value name="PATCHLIST_3" value="34"/>
|
|
|
|
|
<value name="PATCHLIST_4" value="35"/>
|
|
|
|
|
<value name="PATCHLIST_5" value="36"/>
|
|
|
|
|
<value name="PATCHLIST_6" value="37"/>
|
|
|
|
|
<value name="PATCHLIST_7" value="38"/>
|
|
|
|
|
<value name="PATCHLIST_8" value="39"/>
|
|
|
|
|
<value name="PATCHLIST_9" value="40"/>
|
|
|
|
|
<value name="PATCHLIST_10" value="41"/>
|
|
|
|
|
<value name="PATCHLIST_11" value="42"/>
|
|
|
|
|
<value name="PATCHLIST_12" value="43"/>
|
|
|
|
|
<value name="PATCHLIST_13" value="44"/>
|
|
|
|
|
<value name="PATCHLIST_14" value="45"/>
|
|
|
|
|
<value name="PATCHLIST_15" value="46"/>
|
|
|
|
|
<value name="PATCHLIST_16" value="47"/>
|
|
|
|
|
<value name="PATCHLIST_17" value="48"/>
|
|
|
|
|
<value name="PATCHLIST_18" value="49"/>
|
|
|
|
|
<value name="PATCHLIST_19" value="50"/>
|
|
|
|
|
<value name="PATCHLIST_20" value="51"/>
|
|
|
|
|
<value name="PATCHLIST_21" value="52"/>
|
|
|
|
|
<value name="PATCHLIST_22" value="53"/>
|
|
|
|
|
<value name="PATCHLIST_23" value="54"/>
|
|
|
|
|
<value name="PATCHLIST_24" value="55"/>
|
|
|
|
|
<value name="PATCHLIST_25" value="56"/>
|
|
|
|
|
<value name="PATCHLIST_26" value="57"/>
|
|
|
|
|
<value name="PATCHLIST_27" value="58"/>
|
|
|
|
|
<value name="PATCHLIST_28" value="59"/>
|
|
|
|
|
<value name="PATCHLIST_29" value="60"/>
|
|
|
|
|
<value name="PATCHLIST_30" value="61"/>
|
|
|
|
|
<value name="PATCHLIST_31" value="62"/>
|
|
|
|
|
<value name="PATCHLIST_32" value="63"/>
|
|
|
|
|
</enum>
|
2016-02-29 16:47:39 -08:00
|
|
|
|
2016-11-28 16:14:12 -08:00
|
|
|
<enum name="3D_Vertex_Component_Control" prefix="VFCOMP">
|
|
|
|
|
<value name="NOSTORE" value="0"/>
|
|
|
|
|
<value name="STORE_SRC" value="1"/>
|
|
|
|
|
<value name="STORE_0" value="2"/>
|
|
|
|
|
<value name="STORE_1_FP" value="3"/>
|
|
|
|
|
<value name="STORE_1_INT" value="4"/>
|
|
|
|
|
<value name="STORE_VID" value="5"/>
|
|
|
|
|
<value name="STORE_IID" value="6"/>
|
|
|
|
|
<value name="STORE_PID" value="7"/>
|
|
|
|
|
</enum>
|
2016-02-08 16:21:09 -08:00
|
|
|
|
2016-11-28 17:10:57 -08:00
|
|
|
<enum name="3D_Stencil_Operation" prefix="STENCILOP">
|
|
|
|
|
<value name="KEEP" value="0"/>
|
|
|
|
|
<value name="ZERO" value="1"/>
|
|
|
|
|
<value name="REPLACE" value="2"/>
|
|
|
|
|
<value name="INCRSAT" value="3"/>
|
|
|
|
|
<value name="DECRSAT" value="4"/>
|
|
|
|
|
<value name="INCR" value="5"/>
|
|
|
|
|
<value name="DECR" value="6"/>
|
|
|
|
|
<value name="INVERT" value="7"/>
|
|
|
|
|
</enum>
|
|
|
|
|
|
2016-11-28 17:42:46 -08:00
|
|
|
<enum name="3D_Color_Buffer_Blend_Factor" prefix="BLENDFACTOR">
|
|
|
|
|
<value name="ONE" value="1"/>
|
|
|
|
|
<value name="SRC_COLOR" value="2"/>
|
|
|
|
|
<value name="SRC_ALPHA" value="3"/>
|
|
|
|
|
<value name="DST_ALPHA" value="4"/>
|
|
|
|
|
<value name="DST_COLOR" value="5"/>
|
|
|
|
|
<value name="SRC_ALPHA_SATURATE" value="6"/>
|
|
|
|
|
<value name="CONST_COLOR" value="7"/>
|
|
|
|
|
<value name="CONST_ALPHA" value="8"/>
|
|
|
|
|
<value name="SRC1_COLOR" value="9"/>
|
|
|
|
|
<value name="SRC1_ALPHA" value="10"/>
|
|
|
|
|
<value name="ZERO" value="17"/>
|
|
|
|
|
<value name="INV_SRC_COLOR" value="18"/>
|
|
|
|
|
<value name="INV_SRC_ALPHA" value="19"/>
|
|
|
|
|
<value name="INV_DST_ALPHA" value="20"/>
|
|
|
|
|
<value name="INV_DST_COLOR" value="21"/>
|
|
|
|
|
<value name="INV_CONST_COLOR" value="23"/>
|
|
|
|
|
<value name="INV_CONST_ALPHA" value="24"/>
|
|
|
|
|
<value name="INV_SRC1_COLOR" value="25"/>
|
|
|
|
|
<value name="INV_SRC1_ALPHA" value="26"/>
|
|
|
|
|
</enum>
|
|
|
|
|
|
|
|
|
|
<enum name="3D_Color_Buffer_Blend_Function" prefix="BLENDFUNCTION">
|
|
|
|
|
<value name="ADD" value="0"/>
|
|
|
|
|
<value name="SUBTRACT" value="1"/>
|
|
|
|
|
<value name="REVERSE_SUBTRACT" value="2"/>
|
|
|
|
|
<value name="MIN" value="3"/>
|
|
|
|
|
<value name="MAX" value="4"/>
|
|
|
|
|
</enum>
|
|
|
|
|
|
2016-11-28 16:14:12 -08:00
|
|
|
<enum name="3D_Compare_Function" prefix="COMPAREFUNCTION">
|
|
|
|
|
<value name="ALWAYS" value="0"/>
|
|
|
|
|
<value name="NEVER" value="1"/>
|
|
|
|
|
<value name="LESS" value="2"/>
|
|
|
|
|
<value name="EQUAL" value="3"/>
|
|
|
|
|
<value name="LEQUAL" value="4"/>
|
|
|
|
|
<value name="GREATER" value="5"/>
|
|
|
|
|
<value name="NOTEQUAL" value="6"/>
|
|
|
|
|
<value name="GEQUAL" value="7"/>
|
|
|
|
|
</enum>
|
2016-02-08 16:21:09 -08:00
|
|
|
|
2016-11-28 17:46:05 -08:00
|
|
|
<enum name="3D_Logic_Op_Function" prefix="LOGICOP">
|
|
|
|
|
<value name="CLEAR" value="0"/>
|
|
|
|
|
<value name="NOR" value="1"/>
|
|
|
|
|
<value name="AND_INVERTED" value="2"/>
|
|
|
|
|
<value name="COPY_INVERTED" value="3"/>
|
|
|
|
|
<value name="AND_REVERSE" value="4"/>
|
|
|
|
|
<value name="INVERT" value="5"/>
|
|
|
|
|
<value name="XOR" value="6"/>
|
|
|
|
|
<value name="NAND" value="7"/>
|
|
|
|
|
<value name="AND" value="8"/>
|
|
|
|
|
<value name="EQUIV" value="9"/>
|
|
|
|
|
<value name="NOOP" value="10"/>
|
|
|
|
|
<value name="OR_INVERTED" value="11"/>
|
|
|
|
|
<value name="COPY" value="12"/>
|
|
|
|
|
<value name="OR_REVERSE" value="13"/>
|
|
|
|
|
<value name="OR" value="14"/>
|
|
|
|
|
<value name="SET" value="15"/>
|
|
|
|
|
</enum>
|
|
|
|
|
|
2017-06-30 17:25:43 +01:00
|
|
|
<enum name="Shader Channel Select" prefix="SCS">
|
|
|
|
|
<value name="ZERO" value="0"/>
|
|
|
|
|
<value name="ONE" value="1"/>
|
|
|
|
|
<value name="RED" value="4"/>
|
|
|
|
|
<value name="GREEN" value="5"/>
|
|
|
|
|
<value name="BLUE" value="6"/>
|
|
|
|
|
<value name="ALPHA" value="7"/>
|
|
|
|
|
</enum>
|
|
|
|
|
|
2016-11-28 16:14:12 -08:00
|
|
|
<enum name="Texture Coordinate Mode" prefix="TCM">
|
|
|
|
|
<value name="WRAP" value="0"/>
|
|
|
|
|
<value name="MIRROR" value="1"/>
|
|
|
|
|
<value name="CLAMP" value="2"/>
|
|
|
|
|
<value name="CUBE" value="3"/>
|
|
|
|
|
<value name="CLAMP_BORDER" value="4"/>
|
|
|
|
|
<value name="MIRROR_ONCE" value="5"/>
|
|
|
|
|
</enum>
|
2016-07-14 17:52:07 -07:00
|
|
|
|
2016-11-28 16:14:12 -08:00
|
|
|
<struct name="MEMORY_OBJECT_CONTROL_STATE" length="1">
|
|
|
|
|
<field name="LLC/eLLC Cacheability Control (LLCCC)" start="1" end="2" type="uint"/>
|
|
|
|
|
<field name="L3 Cacheability Control (L3CC)" start="0" end="0" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="3DSTATE_CONSTANT_BODY" length="6">
|
2017-05-15 16:15:13 -07:00
|
|
|
<group count="4" start="0" size="16">
|
|
|
|
|
<field name="Read Length" start="0" end="15" type="uint"/>
|
|
|
|
|
</group>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="64" end="68" type="uint"/>
|
2017-05-15 16:15:13 -07:00
|
|
|
<group count="4" start="64" size="32">
|
|
|
|
|
<field name="Buffer" start="5" end="31" type="address"/>
|
|
|
|
|
</group>
|
2016-11-28 16:14:12 -08:00
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="BINDING_TABLE_EDIT_ENTRY" length="1">
|
|
|
|
|
<field name="Binding Table Index" start="16" end="23" type="uint"/>
|
|
|
|
|
<field name="Surface State Pointer" start="0" end="15" type="offset"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="GATHER_CONSTANT_ENTRY" length="1">
|
|
|
|
|
<field name="Constant Buffer Offset" start="8" end="15" type="offset"/>
|
|
|
|
|
<field name="Channel Mask" start="4" end="7" type="uint"/>
|
|
|
|
|
<field name="Binding Table Index Offset" start="0" end="3" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="VERTEX_BUFFER_STATE" length="4">
|
|
|
|
|
<field name="Vertex Buffer Index" start="26" end="31" type="uint"/>
|
|
|
|
|
<field name="Buffer Access Type" start="20" end="20" type="uint">
|
|
|
|
|
<value name="VERTEXDATA" value="0"/>
|
|
|
|
|
<value name="INSTANCEDATA" value="1"/>
|
|
|
|
|
</field>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="16" end="19" type="uint"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="Address Modify Enable" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="Null Vertex Buffer" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="Vertex Fetch Invalidate" start="12" end="12" type="bool" default="0"/>
|
|
|
|
|
<field name="Buffer Pitch" start="0" end="11" type="uint"/>
|
|
|
|
|
<field name="Buffer Starting Address" start="32" end="63" type="address"/>
|
|
|
|
|
<field name="End Address" start="64" end="95" type="address"/>
|
|
|
|
|
<field name="Instance Data Step Rate" start="96" end="127" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="VERTEX_ELEMENT_STATE" length="2">
|
|
|
|
|
<field name="Vertex Buffer Index" start="26" end="31" type="uint"/>
|
|
|
|
|
<field name="Valid" start="25" end="25" type="bool"/>
|
2018-02-13 18:13:51 -08:00
|
|
|
<field name="Source Element Format" start="16" end="24" type="uint"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="Edge Flag Enable" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="Source Element Offset" start="0" end="11" type="uint"/>
|
2016-11-28 17:20:23 -08:00
|
|
|
<field name="Component 0 Control" start="60" end="62" type="3D_Vertex_Component_Control"/>
|
|
|
|
|
<field name="Component 1 Control" start="56" end="58" type="3D_Vertex_Component_Control"/>
|
|
|
|
|
<field name="Component 2 Control" start="52" end="54" type="3D_Vertex_Component_Control"/>
|
|
|
|
|
<field name="Component 3 Control" start="48" end="50" type="3D_Vertex_Component_Control"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="SO_DECL" length="1">
|
|
|
|
|
<field name="Output Buffer Slot" start="12" end="13" type="uint"/>
|
|
|
|
|
<field name="Hole Flag" start="11" end="11" type="uint"/>
|
|
|
|
|
<field name="Register Index" start="4" end="9" type="uint"/>
|
|
|
|
|
<field name="Component Mask" start="0" end="3" type="uint" default="0"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="SO_DECL_ENTRY" length="2">
|
|
|
|
|
<field name="Stream 3 Decl" start="48" end="63" type="SO_DECL"/>
|
|
|
|
|
<field name="Stream 2 Decl" start="32" end="47" type="SO_DECL"/>
|
|
|
|
|
<field name="Stream 1 Decl" start="16" end="31" type="SO_DECL"/>
|
|
|
|
|
<field name="Stream 0 Decl" start="0" end="15" type="SO_DECL"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="SF_OUTPUT_ATTRIBUTE_DETAIL" length="1">
|
|
|
|
|
<field name="Component Override W" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="Component Override Z" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="Component Override Y" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="Component Override X" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="Swizzle Control Mode" start="11" end="11" type="uint"/>
|
|
|
|
|
<field name="Constant Source" start="9" end="10" type="uint">
|
|
|
|
|
<value name="CONST_0000" value="0"/>
|
|
|
|
|
<value name="CONST_0001_FLOAT" value="1"/>
|
|
|
|
|
<value name="CONST_1111_FLOAT" value="2"/>
|
|
|
|
|
<value name="PRIM_ID" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Swizzle Select" start="6" end="7" type="uint">
|
|
|
|
|
<value name="INPUTATTR" value="0"/>
|
|
|
|
|
<value name="INPUTATTR_FACING" value="1"/>
|
|
|
|
|
<value name="INPUTATTR_W" value="2"/>
|
|
|
|
|
<value name="INPUTATTR_FACING_W" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Source Attribute" start="0" end="4" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="SCISSOR_RECT" length="2">
|
|
|
|
|
<field name="Scissor Rectangle Y Min" start="16" end="31" type="uint"/>
|
|
|
|
|
<field name="Scissor Rectangle X Min" start="0" end="15" type="uint"/>
|
|
|
|
|
<field name="Scissor Rectangle Y Max" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Scissor Rectangle X Max" start="32" end="47" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="SF_CLIP_VIEWPORT" length="16">
|
|
|
|
|
<field name="Viewport Matrix Element m00" start="0" end="31" type="float"/>
|
|
|
|
|
<field name="Viewport Matrix Element m11" start="32" end="63" type="float"/>
|
|
|
|
|
<field name="Viewport Matrix Element m22" start="64" end="95" type="float"/>
|
|
|
|
|
<field name="Viewport Matrix Element m30" start="96" end="127" type="float"/>
|
|
|
|
|
<field name="Viewport Matrix Element m31" start="128" end="159" type="float"/>
|
|
|
|
|
<field name="Viewport Matrix Element m32" start="160" end="191" type="float"/>
|
|
|
|
|
<field name="X Min Clip Guardband" start="256" end="287" type="float"/>
|
|
|
|
|
<field name="X Max Clip Guardband" start="288" end="319" type="float"/>
|
|
|
|
|
<field name="Y Min Clip Guardband" start="320" end="351" type="float"/>
|
|
|
|
|
<field name="Y Max Clip Guardband" start="352" end="383" type="float"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="BLEND_STATE_ENTRY" length="2">
|
|
|
|
|
<field name="Color Buffer Blend Enable" start="31" end="31" type="bool"/>
|
|
|
|
|
<field name="Independent Alpha Blend Enable" start="30" end="30" type="bool"/>
|
2016-11-28 17:42:46 -08:00
|
|
|
<field name="Alpha Blend Function" start="26" end="28" type="3D_Color_Buffer_Blend_Function"/>
|
|
|
|
|
<field name="Source Alpha Blend Factor" start="20" end="24" type="3D_Color_Buffer_Blend_Factor"/>
|
|
|
|
|
<field name="Destination Alpha Blend Factor" start="15" end="19" type="3D_Color_Buffer_Blend_Factor"/>
|
|
|
|
|
<field name="Color Blend Function" start="11" end="13" type="3D_Color_Buffer_Blend_Function"/>
|
|
|
|
|
<field name="Source Blend Factor" start="5" end="9" type="3D_Color_Buffer_Blend_Factor"/>
|
|
|
|
|
<field name="Destination Blend Factor" start="0" end="4" type="3D_Color_Buffer_Blend_Factor"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="AlphaToCoverage Enable" start="63" end="63" type="bool"/>
|
|
|
|
|
<field name="AlphaToOne Enable" start="62" end="62" type="bool"/>
|
|
|
|
|
<field name="AlphaToCoverage Dither Enable" start="61" end="61" type="bool"/>
|
|
|
|
|
<field name="Write Disable Alpha" start="59" end="59" type="bool"/>
|
|
|
|
|
<field name="Write Disable Red" start="58" end="58" type="bool"/>
|
|
|
|
|
<field name="Write Disable Green" start="57" end="57" type="bool"/>
|
|
|
|
|
<field name="Write Disable Blue" start="56" end="56" type="bool"/>
|
|
|
|
|
<field name="Logic Op Enable" start="54" end="54" type="bool"/>
|
2016-11-28 17:46:05 -08:00
|
|
|
<field name="Logic Op Function" start="50" end="53" type="3D_Logic_Op_Function"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="Alpha Test Enable" start="48" end="48" type="bool"/>
|
2016-11-28 16:32:20 -08:00
|
|
|
<field name="Alpha Test Function" start="45" end="47" type="3D_Compare_Function"/>
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="Color Dither Enable" start="44" end="44" type="bool"/>
|
|
|
|
|
<field name="X Dither Offset" start="42" end="43" type="uint"/>
|
|
|
|
|
<field name="Y Dither Offset" start="40" end="41" type="uint"/>
|
|
|
|
|
<field name="Color Clamp Range" start="34" end="35" type="uint">
|
|
|
|
|
<value name="COLORCLAMP_UNORM" value="0"/>
|
|
|
|
|
<value name="COLORCLAMP_SNORM" value="1"/>
|
|
|
|
|
<value name="COLORCLAMP_RTFORMAT" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Pre-Blend Color Clamp Enable" start="33" end="33" type="bool"/>
|
|
|
|
|
<field name="Post-Blend Color Clamp Enable" start="32" end="32" type="bool"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
2017-03-30 11:33:05 -07:00
|
|
|
<struct name="BLEND_STATE" length="0">
|
|
|
|
|
<group count="0" start="0" size="64">
|
2016-11-28 16:14:12 -08:00
|
|
|
<field name="Entry" start="0" end="63" type="BLEND_STATE_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="CC_VIEWPORT" length="2">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Minimum Depth" start="0" end="31" type="float"/>
|
|
|
|
|
<field name="Maximum Depth" start="32" end="63" type="float"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="COLOR_CALC_STATE" length="6">
|
|
|
|
|
<field name="Stencil Reference Value" start="24" end="31" type="uint"/>
|
2016-05-31 22:15:38 -07:00
|
|
|
<field name="Backface Stencil Reference Value" start="16" end="23" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Round Disable Function Disable" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="Alpha Test Format" start="0" end="0" type="uint">
|
|
|
|
|
<value name="ALPHATEST_UNORM8" value="0"/>
|
|
|
|
|
<value name="ALPHATEST_FLOAT32" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Alpha Reference Value As UNORM8" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Alpha Reference Value As FLOAT32" start="32" end="63" type="float"/>
|
|
|
|
|
<field name="Blend Constant Color Red" start="64" end="95" type="float"/>
|
|
|
|
|
<field name="Blend Constant Color Green" start="96" end="127" type="float"/>
|
|
|
|
|
<field name="Blend Constant Color Blue" start="128" end="159" type="float"/>
|
|
|
|
|
<field name="Blend Constant Color Alpha" start="160" end="191" type="float"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="DEPTH_STENCIL_STATE" length="3">
|
|
|
|
|
<field name="Stencil Test Enable" start="31" end="31" type="bool"/>
|
2016-11-28 16:32:20 -08:00
|
|
|
<field name="Stencil Test Function" start="28" end="30" type="3D_Compare_Function"/>
|
2016-11-28 17:10:57 -08:00
|
|
|
<field name="Stencil Fail Op" start="25" end="27" type="3D_Stencil_Operation"/>
|
|
|
|
|
<field name="Stencil Pass Depth Fail Op" start="22" end="24" type="3D_Stencil_Operation"/>
|
|
|
|
|
<field name="Stencil Pass Depth Pass Op" start="19" end="21" type="3D_Stencil_Operation"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Stencil Buffer Write Enable" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="Double Sided Stencil Enable" start="15" end="15" type="bool"/>
|
2016-11-28 16:32:20 -08:00
|
|
|
<field name="Backface Stencil Test Function" start="12" end="14" type="3D_Compare_Function"/>
|
2016-11-28 17:10:57 -08:00
|
|
|
<field name="Backface Stencil Fail Op" start="9" end="11" type="3D_Stencil_Operation"/>
|
|
|
|
|
<field name="Backface Stencil Pass Depth Fail Op" start="6" end="8" type="3D_Stencil_Operation"/>
|
|
|
|
|
<field name="Backface Stencil Pass Depth Pass Op" start="3" end="5" type="3D_Stencil_Operation"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Stencil Test Mask" start="56" end="63" type="uint"/>
|
|
|
|
|
<field name="Stencil Write Mask" start="48" end="55" type="uint"/>
|
|
|
|
|
<field name="Backface Stencil Test Mask" start="40" end="47" type="uint"/>
|
|
|
|
|
<field name="Backface Stencil Write Mask" start="32" end="39" type="uint"/>
|
|
|
|
|
<field name="Depth Test Enable" start="95" end="95" type="bool"/>
|
2016-11-28 16:32:20 -08:00
|
|
|
<field name="Depth Test Function" start="91" end="93" type="3D_Compare_Function"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Depth Buffer Write Enable" start="90" end="90" type="bool"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="INTERFACE_DESCRIPTOR_DATA" length="8">
|
|
|
|
|
<field name="Kernel Start Pointer" start="6" end="31" type="offset"/>
|
2016-10-14 22:23:16 -07:00
|
|
|
<field name="Single Program Flow" start="50" end="50" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Thread Priority" start="49" end="49" type="uint">
|
|
|
|
|
<value name="Normal Priority" value="0"/>
|
|
|
|
|
<value name="High Priority" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="48" end="48" type="uint">
|
|
|
|
|
<value name="IEEE-754" value="0"/>
|
|
|
|
|
<value name="Alternate" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="45" end="45" type="bool"/>
|
|
|
|
|
<field name="Mask Stack Exception Enable" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="Software Exception Enable" start="39" end="39" type="bool"/>
|
|
|
|
|
<field name="Sampler State Pointer" start="69" end="95" type="offset"/>
|
|
|
|
|
<field name="Sampler Count" start="66" end="68" type="uint">
|
|
|
|
|
<value name="No samplers used" value="0"/>
|
|
|
|
|
<value name="Between 1 and 4 samplers used" value="1"/>
|
|
|
|
|
<value name="Between 5 and 8 samplers used" value="2"/>
|
|
|
|
|
<value name="Between 9 and 12 samplers used" value="3"/>
|
|
|
|
|
<value name="Between 13 and 16 samplers used" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Pointer" start="101" end="111" type="offset"/>
|
|
|
|
|
<field name="Binding Table Entry Count" start="96" end="100" type="uint"/>
|
|
|
|
|
<field name="Constant URB Entry Read Length" start="144" end="159" type="uint"/>
|
|
|
|
|
<field name="Rounding Mode" start="182" end="183" type="uint">
|
|
|
|
|
<value name="RTNE" value="0"/>
|
|
|
|
|
<value name="RU" value="1"/>
|
|
|
|
|
<value name="RD" value="2"/>
|
|
|
|
|
<value name="RTZ" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Barrier Enable" start="181" end="181" type="bool"/>
|
|
|
|
|
<field name="Shared Local Memory Size" start="176" end="180" type="uint"/>
|
|
|
|
|
<field name="Number of Threads in GPGPU Thread Group" start="160" end="167" type="uint"/>
|
|
|
|
|
<field name="Cross-Thread Constant Data Read Length" start="192" end="199" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="PALETTE_ENTRY" length="1">
|
|
|
|
|
<field name="Alpha" start="24" end="31" type="uint"/>
|
|
|
|
|
<field name="Red" start="16" end="23" type="uint"/>
|
|
|
|
|
<field name="Green" start="8" end="15" type="uint"/>
|
|
|
|
|
<field name="Blue" start="0" end="7" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="BINDING_TABLE_STATE" length="1">
|
|
|
|
|
<field name="Surface State Pointer" start="5" end="31" type="offset"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="RENDER_SURFACE_STATE" length="8">
|
|
|
|
|
<field name="Surface Type" start="29" end="31" type="uint">
|
|
|
|
|
<value name="SURFTYPE_1D" value="0"/>
|
|
|
|
|
<value name="SURFTYPE_2D" value="1"/>
|
|
|
|
|
<value name="SURFTYPE_3D" value="2"/>
|
|
|
|
|
<value name="SURFTYPE_CUBE" value="3"/>
|
|
|
|
|
<value name="SURFTYPE_BUFFER" value="4"/>
|
|
|
|
|
<value name="SURFTYPE_STRBUF" value="5"/>
|
|
|
|
|
<value name="SURFTYPE_NULL" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Surface Array" start="28" end="28" type="bool"/>
|
2018-02-13 18:13:51 -08:00
|
|
|
<field name="Surface Format" start="18" end="26" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Vertical Alignment" start="16" end="17" type="uint">
|
|
|
|
|
<value name="VALIGN_2" value="0"/>
|
|
|
|
|
<value name="VALIGN_4" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Surface Horizontal Alignment" start="15" end="15" type="uint">
|
|
|
|
|
<value name="HALIGN_4" value="0"/>
|
|
|
|
|
<value name="HALIGN_8" value="1"/>
|
|
|
|
|
</field>
|
2016-10-14 22:50:02 -07:00
|
|
|
<field name="Tiled Surface" start="14" end="14" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Tile Walk" start="13" end="13" type="uint">
|
|
|
|
|
<value name="TILEWALK_XMAJOR" value="0"/>
|
|
|
|
|
<value name="TILEWALK_YMAJOR" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Vertical Line Stride" start="12" end="12" type="uint"/>
|
|
|
|
|
<field name="Vertical Line Stride Offset" start="11" end="11" type="uint"/>
|
|
|
|
|
<field name="Surface Array Spacing" start="10" end="10" type="uint">
|
|
|
|
|
<value name="ARYSPC_FULL" value="0"/>
|
|
|
|
|
<value name="ARYSPC_LOD0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Render Cache Read Write Mode" start="8" end="8" type="uint"/>
|
|
|
|
|
<field name="Media Boundary Pixel Mode" start="6" end="7" type="uint">
|
|
|
|
|
<value name="NORMAL_MODE" value="0"/>
|
|
|
|
|
<value name="PROGRESSIVE_FRAME" value="2"/>
|
|
|
|
|
<value name="INTERLACED_FRAME" value="3"/>
|
|
|
|
|
</field>
|
2017-09-28 14:51:53 -07:00
|
|
|
<field name="Cube Face Enable - Positive Z" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Cube Face Enable - Negative Z" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="Cube Face Enable - Positive Y" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="Cube Face Enable - Negative Y" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="Cube Face Enable - Positive X" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="Cube Face Enable - Negative X" start="5" end="5" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Base Address" start="32" end="63" type="address"/>
|
|
|
|
|
<field name="Height" start="80" end="93" type="uint"/>
|
|
|
|
|
<field name="Width" start="64" end="77" type="uint"/>
|
|
|
|
|
<field name="Depth" start="117" end="127" type="uint"/>
|
|
|
|
|
<field name="Integer Surface Format" start="114" end="116" type="uint"/>
|
|
|
|
|
<field name="Surface Pitch" start="96" end="113" type="uint"/>
|
|
|
|
|
<field name="Render Target Rotation" start="157" end="158" type="uint">
|
|
|
|
|
<value name="RTROTATE_0DEG" value="0"/>
|
|
|
|
|
<value name="RTROTATE_90DEG" value="1"/>
|
|
|
|
|
<value name="RTROTATE_270DEG" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Minimum Array Element" start="146" end="156" type="uint"/>
|
|
|
|
|
<field name="Render Target View Extent" start="135" end="145" type="uint"/>
|
|
|
|
|
<field name="Multisampled Surface Storage Format" start="134" end="134" type="uint">
|
|
|
|
|
<value name="MSFMT_MSS" value="0"/>
|
|
|
|
|
<value name="MSFMT_DEPTH_STENCIL" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Number of Multisamples" start="131" end="133" type="uint">
|
|
|
|
|
<value name="MULTISAMPLECOUNT_1" value="0"/>
|
|
|
|
|
<value name="MULTISAMPLECOUNT_4" value="2"/>
|
|
|
|
|
<value name="MULTISAMPLECOUNT_8" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Multisample Position Palette Index" start="128" end="130" type="uint"/>
|
|
|
|
|
<field name="Strbuf Minimum Array Element" start="128" end="154" type="uint"/>
|
2016-06-08 18:59:29 -07:00
|
|
|
<field name="X Offset" start="185" end="191" type="uint"/>
|
|
|
|
|
<field name="Y Offset" start="180" end="183" type="uint"/>
|
2016-02-26 16:11:33 -08:00
|
|
|
<field name="MOCS" start="176" end="179" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Min LOD" start="164" end="167" type="uint"/>
|
|
|
|
|
<field name="MIP Count / LOD" start="160" end="163" type="uint"/>
|
|
|
|
|
<field name="Append Counter Address" start="198" end="223" type="address"/>
|
|
|
|
|
<field name="Append Counter Enable" start="193" end="193" type="bool"/>
|
2017-03-24 13:50:34 -07:00
|
|
|
<field name="Auxiliary Surface Base Address" start="204" end="223" type="address"/>
|
|
|
|
|
<field name="Auxiliary Surface Pitch" start="195" end="203" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="MCS Enable" start="192" end="192" type="bool"/>
|
|
|
|
|
<field name="Reserved: MBZ" start="222" end="223" type="uint"/>
|
|
|
|
|
<field name="X Offset for UV Plane" start="208" end="221" type="uint"/>
|
|
|
|
|
<field name="Y Offset for UV Plane" start="192" end="205" type="uint"/>
|
2016-03-09 12:36:07 -08:00
|
|
|
<field name="Red Clear Color" start="255" end="255" type="uint" />
|
|
|
|
|
<field name="Green Clear Color" start="254" end="254" type="uint" />
|
|
|
|
|
<field name="Blue Clear Color" start="253" end="253" type="uint" />
|
|
|
|
|
<field name="Alpha Clear Color" start="252" end="252" type="uint" />
|
2017-06-30 17:25:43 +01:00
|
|
|
<field name="Shader Channel Select Red" start="249" end="251" type="Shader Channel Select"/>
|
|
|
|
|
<field name="Shader Channel Select Green" start="246" end="248" type="Shader Channel Select"/>
|
|
|
|
|
<field name="Shader Channel Select Blue" start="243" end="245" type="Shader Channel Select"/>
|
|
|
|
|
<field name="Shader Channel Select Alpha" start="240" end="242" type="Shader Channel Select"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Resource Min LOD" start="224" end="235" type="u4.8"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
2016-10-12 20:04:26 +01:00
|
|
|
<struct name="SAMPLER_BORDER_COLOR_STATE" length="20">
|
|
|
|
|
<field name="Border Color Float Red" start="0" end="31" type="float"/>
|
|
|
|
|
<field name="Border Color Float Green" start="32" end="63" type="float"/>
|
|
|
|
|
<field name="Border Color Float Blue" start="64" end="95" type="float"/>
|
|
|
|
|
<field name="Border Color Float Alpha" start="96" end="127" type="float"/>
|
|
|
|
|
|
|
|
|
|
<field name="Border Color 8bit Red" start="512" end="519" type="uint"/>
|
|
|
|
|
<field name="Border Color 8bit Green" start="520" end="527" type="uint"/>
|
|
|
|
|
<field name="Border Color 8bit Blue" start="528" end="535" type="uint"/>
|
|
|
|
|
<field name="Border Color 8bit Alpha" start="536" end="543" type="uint"/>
|
|
|
|
|
|
|
|
|
|
<field name="Border Color 16bit Red" start="512" end="527" type="uint"/>
|
|
|
|
|
<field name="Border Color 16bit Green" start="528" end="543" type="uint"/>
|
|
|
|
|
<field name="Border Color 16bit Blue" start="576" end="591" type="uint"/>
|
|
|
|
|
<field name="Border Color 16bit Alpha" start="592" end="607" type="uint"/>
|
|
|
|
|
|
|
|
|
|
<field name="Border Color 32bit Red" start="512" end="543" type="uint"/>
|
|
|
|
|
<field name="Border Color 32bit Green" start="544" end="575" type="uint"/>
|
|
|
|
|
<field name="Border Color 32bit Blue" start="576" end="607" type="uint"/>
|
|
|
|
|
<field name="Border Color 32bit Alpha" start="608" end="639" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
2016-02-08 16:21:09 -08:00
|
|
|
<struct name="SAMPLER_STATE" length="4">
|
|
|
|
|
<field name="Sampler Disable" start="31" end="31" type="bool"/>
|
|
|
|
|
<field name="Texture Border Color Mode" start="29" end="29" type="uint">
|
|
|
|
|
<value name="DX10/OGL" value="0"/>
|
|
|
|
|
<value name="DX9" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="LOD PreClamp Enable" start="28" end="28" type="uint" prefix="CLAMP_ENABLE">
|
|
|
|
|
<value name="OGL" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Base Mip Level" start="22" end="26" type="u4.1"/>
|
|
|
|
|
<field name="Mip Mode Filter" start="20" end="21" type="uint" prefix="MIPFILTER">
|
|
|
|
|
<value name="NONE" value="0"/>
|
|
|
|
|
<value name="NEAREST" value="1"/>
|
|
|
|
|
<value name="LINEAR" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Mag Mode Filter" start="17" end="19" type="uint" prefix="MAPFILTER">
|
|
|
|
|
<value name="NEAREST" value="0"/>
|
|
|
|
|
<value name="LINEAR" value="1"/>
|
|
|
|
|
<value name="ANISOTROPIC" value="2"/>
|
|
|
|
|
<value name="MONO" value="6"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Min Mode Filter" start="14" end="16" type="uint" prefix="MAPFILTER">
|
|
|
|
|
<value name="NEAREST" value="0"/>
|
|
|
|
|
<value name="LINEAR" value="1"/>
|
|
|
|
|
<value name="ANISOTROPIC" value="2"/>
|
|
|
|
|
<value name="MONO" value="6"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Texture LOD Bias" start="1" end="13" type="s4.8"/>
|
|
|
|
|
<field name="Anisotropic Algorithm" start="0" end="0" type="uint">
|
|
|
|
|
<value name="LEGACY" value="0"/>
|
|
|
|
|
<value name="EWA Approximation" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Min LOD" start="52" end="63" type="u4.8"/>
|
|
|
|
|
<field name="Max LOD" start="40" end="51" type="u4.8"/>
|
|
|
|
|
<field name="Shadow Function" start="33" end="35" type="uint">
|
|
|
|
|
<value name="PREFILTEROP ALWAYS" value="0"/>
|
|
|
|
|
<value name="PREFILTEROP NEVER" value="1"/>
|
|
|
|
|
<value name="PREFILTEROP LESS" value="2"/>
|
|
|
|
|
<value name="PREFILTEROP EQUAL" value="3"/>
|
|
|
|
|
<value name="PREFILTEROP LEQUAL" value="4"/>
|
|
|
|
|
<value name="PREFILTEROP GREATER" value="5"/>
|
|
|
|
|
<value name="PREFILTEROP NOTEQUAL" value="6"/>
|
|
|
|
|
<value name="PREFILTEROP GEQUAL" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Cube Surface Control Mode" start="32" end="32" type="uint">
|
|
|
|
|
<value name="PROGRAMMED" value="0"/>
|
|
|
|
|
<value name="OVERRIDE" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Border Color Pointer" start="69" end="95" type="offset"/>
|
|
|
|
|
<field name="ChromaKey Enable" start="121" end="121" type="bool"/>
|
|
|
|
|
<field name="ChromaKey Index" start="119" end="120" type="uint"/>
|
|
|
|
|
<field name="ChromaKey Mode" start="118" end="118" type="uint">
|
|
|
|
|
<value name="KEYFILTER_KILL_ON_ANY_MATCH" value="0"/>
|
|
|
|
|
<value name="KEYFILTER_REPLACE_BLACK" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Maximum Anisotropy" start="115" end="117" type="uint">
|
|
|
|
|
<value name="RATIO 2:1" value="0"/>
|
|
|
|
|
<value name="RATIO 4:1" value="1"/>
|
|
|
|
|
<value name="RATIO 6:1" value="2"/>
|
|
|
|
|
<value name="RATIO 8:1" value="3"/>
|
|
|
|
|
<value name="RATIO 10:1" value="4"/>
|
|
|
|
|
<value name="RATIO 12:1" value="5"/>
|
|
|
|
|
<value name="RATIO 14:1" value="6"/>
|
|
|
|
|
<value name="RATIO 16:1" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="R Address Min Filter Rounding Enable" start="109" end="109" type="bool"/>
|
|
|
|
|
<field name="R Address Mag Filter Rounding Enable" start="110" end="110" type="bool"/>
|
|
|
|
|
<field name="V Address Min Filter Rounding Enable" start="111" end="111" type="bool"/>
|
|
|
|
|
<field name="V Address Mag Filter Rounding Enable" start="112" end="112" type="bool"/>
|
|
|
|
|
<field name="U Address Min Filter Rounding Enable" start="113" end="113" type="bool"/>
|
|
|
|
|
<field name="U Address Mag Filter Rounding Enable" start="114" end="114" type="bool"/>
|
|
|
|
|
<field name="Trilinear Filter Quality" start="107" end="108" type="uint">
|
|
|
|
|
<value name="FULL" value="0"/>
|
|
|
|
|
<value name="TRIQUAL_HIGH/MAG_CLAMP_MIPFILTER" value="1"/>
|
|
|
|
|
<value name="MED" value="2"/>
|
|
|
|
|
<value name="LOW" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Non-normalized Coordinate Enable" start="106" end="106" type="bool"/>
|
2017-06-30 17:25:43 +01:00
|
|
|
<field name="TCX Address Control Mode" start="102" end="104" type="Texture Coordinate Mode"/>
|
|
|
|
|
<field name="TCY Address Control Mode" start="99" end="101" type="Texture Coordinate Mode"/>
|
|
|
|
|
<field name="TCZ Address Control Mode" start="96" end="98" type="Texture Coordinate Mode"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</struct>
|
|
|
|
|
|
2017-04-19 16:21:08 -07:00
|
|
|
<struct name="MI_MATH_ALU_INSTRUCTION" length="1">
|
|
|
|
|
<field name="ALU Opcode" start="20" end="31" type="uint" prefix="MI_ALU">
|
|
|
|
|
<value name="NOOP" value="0x000"/>
|
|
|
|
|
<value name="LOAD" value="0x080"/>
|
|
|
|
|
<value name="LOADINV" value="0x480"/>
|
|
|
|
|
<value name="LOAD0" value="0x081"/>
|
|
|
|
|
<value name="LOAD1" value="0x481"/>
|
|
|
|
|
<value name="ADD" value="0x100"/>
|
|
|
|
|
<value name="SUB" value="0x101"/>
|
|
|
|
|
<value name="AND" value="0x102"/>
|
|
|
|
|
<value name="OR" value="0x103"/>
|
|
|
|
|
<value name="XOR" value="0x104"/>
|
|
|
|
|
<value name="STORE" value="0x180"/>
|
|
|
|
|
<value name="STOREINV" value="0x580"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Operand 1" start="10" end="19" type="uint" prefix="MI_ALU">
|
|
|
|
|
<value name="REG0" value="0x00"/>
|
|
|
|
|
<value name="REG1" value="0x01"/>
|
|
|
|
|
<value name="REG2" value="0x02"/>
|
|
|
|
|
<value name="REG3" value="0x03"/>
|
|
|
|
|
<value name="REG4" value="0x04"/>
|
|
|
|
|
<value name="REG5" value="0x05"/>
|
|
|
|
|
<value name="REG6" value="0x06"/>
|
|
|
|
|
<value name="REG7" value="0x07"/>
|
|
|
|
|
<value name="REG8" value="0x08"/>
|
|
|
|
|
<value name="REG9" value="0x09"/>
|
|
|
|
|
<value name="REG10" value="0x0a"/>
|
|
|
|
|
<value name="REG11" value="0x0b"/>
|
|
|
|
|
<value name="REG12" value="0x0c"/>
|
|
|
|
|
<value name="REG13" value="0x0d"/>
|
|
|
|
|
<value name="REG14" value="0x0e"/>
|
|
|
|
|
<value name="REG15" value="0x0f"/>
|
|
|
|
|
<value name="SRCA" value="0x20"/>
|
|
|
|
|
<value name="SRCB" value="0x21"/>
|
|
|
|
|
<value name="ACCU" value="0x31"/>
|
|
|
|
|
<value name="ZF" value="0x32"/>
|
|
|
|
|
<value name="CF" value="0x33"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Operand 2" start="0" end="9" type="uint" prefix="MI_ALU">
|
|
|
|
|
<value name="REG0" value="0x00"/>
|
|
|
|
|
<value name="REG1" value="0x01"/>
|
|
|
|
|
<value name="REG2" value="0x02"/>
|
|
|
|
|
<value name="REG3" value="0x03"/>
|
|
|
|
|
<value name="REG4" value="0x04"/>
|
|
|
|
|
<value name="REG5" value="0x05"/>
|
|
|
|
|
<value name="REG6" value="0x06"/>
|
|
|
|
|
<value name="REG7" value="0x07"/>
|
|
|
|
|
<value name="REG8" value="0x08"/>
|
|
|
|
|
<value name="REG9" value="0x09"/>
|
|
|
|
|
<value name="REG10" value="0x0a"/>
|
|
|
|
|
<value name="REG11" value="0x0b"/>
|
|
|
|
|
<value name="REG12" value="0x0c"/>
|
|
|
|
|
<value name="REG13" value="0x0d"/>
|
|
|
|
|
<value name="REG14" value="0x0e"/>
|
|
|
|
|
<value name="REG15" value="0x0f"/>
|
|
|
|
|
<value name="SRCA" value="0x20"/>
|
|
|
|
|
<value name="SRCB" value="0x21"/>
|
|
|
|
|
<value name="ACCU" value="0x31"/>
|
|
|
|
|
<value name="ZF" value="0x32"/>
|
|
|
|
|
<value name="CF" value="0x33"/>
|
|
|
|
|
</field>
|
|
|
|
|
</struct>
|
|
|
|
|
|
2019-01-16 13:54:02 +02:00
|
|
|
<struct name="INLINE_DATA_DESCRIPTION_FOR_MFD_AVC_BSD_OBJECT" length="3">
|
|
|
|
|
<field name="Concealment Method" start="31" end="31" type="uint"/>
|
|
|
|
|
<field name="Init Current MB Number" start="30" end="30" type="uint"/>
|
|
|
|
|
<field name="Intra PredMode (4x4/8x8 Luma) Error Control" start="29" end="29" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment B Temporal Prediction Mode" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="MB Error Concealment B Temporal Motion Vectors Override Enable" start="25" end="25" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment B Temporal Weight Prediction Disable" start="24" end="24" type="bool"/>
|
|
|
|
|
<field name="Concealment Picture ID" start="16" end="21" type="uint"/>
|
|
|
|
|
<field name="BSD Premature Complete Error Handling" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="MPR Error Handling" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="Entropy Error Handling" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="MB Header Error Handling" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment B Spatial Prediction Mode" start="6" end="7" type="uint"/>
|
|
|
|
|
<field name="MB Error Concealment B Spatial Motion Vectors Override Disable" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment B Spatial Weight Prediction Disable" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment P Slice Motion Vectors Override Disable" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="MB Error Concealment P Slice Weight Prediction Disable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="First MB Byte Offset of Slice Data or Slice Header" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Fix Prev MB Skipped" start="39" end="39" type="bool"/>
|
|
|
|
|
<field name="Emulation Prevention Byte Present" start="36" end="36" type="bool"/>
|
|
|
|
|
<field name="Last Slice" start="35" end="35" type="bool"/>
|
|
|
|
|
<field name="First MB Bit Offset" start="32" end="34" type="uint"/>
|
|
|
|
|
<field name="I Slice Concealment Mode" start="95" end="95" type="uint">
|
|
|
|
|
<value name="Intra Concealment" value="1"/>
|
|
|
|
|
<value name="Inter Concealment" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Concealment Reference Picture + Field Bit" start="88" end="93" type="uint"/>
|
|
|
|
|
<field name="P Slice Concealment Mode" start="87" end="87" type="uint">
|
|
|
|
|
<value name="Intra Concealment" value="1"/>
|
|
|
|
|
<value name="Inter Concealment" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="P Slice Inter Concealment Mode" start="80" end="82" type="uint"/>
|
|
|
|
|
<field name="B Slice Concealment Mode" start="79" end="79" type="uint">
|
|
|
|
|
<value name="Intra Concealment" value="1"/>
|
|
|
|
|
<value name="Inter Concealment" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="B Slice Inter Direct Type Concealment Mode" start="76" end="77" type="uint"/>
|
|
|
|
|
<field name="B Slice Spatial Inter Concealment Mode" start="72" end="74" type="uint"/>
|
|
|
|
|
<field name="B Slice Temporal Inter Concealment Mode" start="68" end="70" type="uint"/>
|
|
|
|
|
<field name="Intra 8x8/4x4 Prediction Error Concealment Control" start="65" end="65" type="bool"/>
|
|
|
|
|
<field name="Intra Prediction Error Control" start="64" end="64" type="bool"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
|
|
|
|
<struct name="MFD_MPEG2_BSD_OBJECT_INLINE_DATA_DESCRIPTION" length="2">
|
|
|
|
|
<field name="Slice Horizontal Position" start="24" end="31" type="uint"/>
|
|
|
|
|
<field name="Slice Vertical Position" start="16" end="23" type="uint"/>
|
|
|
|
|
<field name="MB Count" start="8" end="15" type="uint"/>
|
|
|
|
|
<field name="Slice Concealment Override" start="7" end="7" type="uint"/>
|
|
|
|
|
<field name="Slice Concealment Type" start="6" end="6" type="uint"/>
|
|
|
|
|
<field name="Last Pic Slice" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="Last MB" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="First MB Bit Offset" start="0" end="2" type="uint"/>
|
|
|
|
|
<field name="Quantizer Scale Code" start="56" end="60" type="uint"/>
|
|
|
|
|
<field name="Next Slice Vertical Position" start="40" end="48" type="uint"/>
|
|
|
|
|
<field name="Next Slice Horizontal Position" start="32" end="39" type="uint"/>
|
|
|
|
|
</struct>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DPRIMITIVE" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="Indirect Parameter Enable" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="UAV Coherency Required" start="9" end="9" type="bool"/>
|
|
|
|
|
<field name="Predicate Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="End Offset Enable" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="Vertex Access Type" start="40" end="40" type="uint">
|
|
|
|
|
<value name="SEQUENTIAL" value="0"/>
|
|
|
|
|
<value name="RANDOM" value="1"/>
|
|
|
|
|
</field>
|
2016-11-28 16:44:22 -08:00
|
|
|
<field name="Primitive Topology Type" start="32" end="37" type="3D_Prim_Topo_Type"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Vertex Count Per Instance" start="64" end="95" type="uint"/>
|
|
|
|
|
<field name="Start Vertex Location" start="96" end="127" type="uint"/>
|
|
|
|
|
<field name="Instance Count" start="128" end="159" type="uint"/>
|
|
|
|
|
<field name="Start Instance Location" start="160" end="191" type="uint"/>
|
|
|
|
|
<field name="Base Vertex Location" start="192" end="223" type="int"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_AA_LINE_PARAMETERS" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="10"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="AA Coverage Bias" start="48" end="55" type="u0.8"/>
|
|
|
|
|
<field name="AA Coverage Slope" start="32" end="39" type="u0.8"/>
|
|
|
|
|
<field name="AA Coverage EndCap Bias" start="80" end="87" type="u0.8"/>
|
|
|
|
|
<field name="AA Coverage EndCap Slope" start="64" end="71" type="u0.8"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_DS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="70"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint" default="0"/>
|
|
|
|
|
<field name="Binding Table Block Clear" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Binding Table Edit Target" start="32" end="33" type="uint">
|
|
|
|
|
<value name="All Cores" value="3"/>
|
|
|
|
|
<value name="Core 1" value="2"/>
|
|
|
|
|
<value name="Core 0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Entry [n]" start="0" end="31" type="BINDING_TABLE_EDIT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_GS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="68"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint" default="0"/>
|
|
|
|
|
<field name="Binding Table Block Clear" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Binding Table Edit Target" start="32" end="33" type="uint">
|
|
|
|
|
<value name="All Cores" value="3"/>
|
|
|
|
|
<value name="Core 1" value="2"/>
|
|
|
|
|
<value name="Core 0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Entry [n]" start="0" end="31" type="BINDING_TABLE_EDIT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_HS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="69"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint" default="0"/>
|
|
|
|
|
<field name="Binding Table Block Clear" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Binding Table Edit Target" start="32" end="33" type="uint">
|
|
|
|
|
<value name="All Cores" value="3"/>
|
|
|
|
|
<value name="Core 1" value="2"/>
|
|
|
|
|
<value name="Core 0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Entry [n]" start="0" end="31" type="BINDING_TABLE_EDIT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_PS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="71"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint" default="0"/>
|
|
|
|
|
<field name="Binding Table Block Clear" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Binding Table Edit Target" start="32" end="33" type="uint">
|
|
|
|
|
<value name="All Cores" value="3"/>
|
|
|
|
|
<value name="Core 1" value="2"/>
|
|
|
|
|
<value name="Core 0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Entry [n]" start="0" end="31" type="BINDING_TABLE_EDIT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_EDIT_VS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="67"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint" default="0"/>
|
|
|
|
|
<field name="Binding Table Block Clear" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Binding Table Edit Target" start="32" end="33" type="uint">
|
|
|
|
|
<value name="All Cores" value="3"/>
|
|
|
|
|
<value name="Core 1" value="2"/>
|
|
|
|
|
<value name="Core 0" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Entry [n]" start="0" end="31" type="BINDING_TABLE_EDIT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POINTERS_DS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="40"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to DS Binding Table" start="37" end="47" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POINTERS_GS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="41"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to GS Binding Table" start="37" end="47" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POINTERS_HS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="39"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to HS Binding Table" start="37" end="47" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POINTERS_PS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="42"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to PS Binding Table" start="37" end="47" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POINTERS_VS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="38"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to VS Binding Table" start="37" end="47" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BINDING_TABLE_POOL_ALLOC" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="25"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Binding Table Pool Base Address" start="44" end="63" type="address"/>
|
|
|
|
|
<field name="Binding Table Pool Enable" start="43" end="43" type="uint"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="39" end="42" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Binding Table Pool Upper Bound" start="76" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_BLEND_STATE_POINTERS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="36"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Blend State Pointer" start="38" end="63" type="offset"/>
|
2016-02-15 17:57:03 -08:00
|
|
|
<field start="32" end="32" type="mbo"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CC_STATE_POINTERS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="14"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Color Calc State Pointer" start="38" end="63" type="offset"/>
|
2016-02-15 17:57:03 -08:00
|
|
|
<field start="32" end="32" type="mbo"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CHROMA_KEY" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="ChromaKey Table Index" start="62" end="63" type="uint"/>
|
|
|
|
|
<field name="ChromaKey Low Value" start="64" end="95" type="uint"/>
|
|
|
|
|
<field name="ChromaKey High Value" start="96" end="127" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CLEAR_PARAMS" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Depth Clear Value" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Depth Clear Value Valid" start="64" end="64" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CLIP" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="18"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="Front Winding" start="52" end="52" type="uint"/>
|
|
|
|
|
<field name="Vertex Sub Pixel Precision Select" start="51" end="51" type="uint"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Early Cull Enable" start="50" end="50" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Cull Mode" start="48" end="49" type="uint" prefix="CULLMODE">
|
|
|
|
|
<value name="BOTH" value="0"/>
|
|
|
|
|
<value name="NONE" value="1"/>
|
|
|
|
|
<value name="FRONT" value="2"/>
|
|
|
|
|
<value name="BACK" value="3"/>
|
|
|
|
|
</field>
|
2017-03-16 12:31:42 -07:00
|
|
|
<field name="Statistics Enable" start="42" end="42" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="User Clip Distance Cull Test Enable Bitmask" start="32" end="39" type="uint"/>
|
|
|
|
|
<field name="Clip Enable" start="95" end="95" type="bool"/>
|
|
|
|
|
<field name="API Mode" start="94" end="94" type="uint">
|
|
|
|
|
<value name="APIMODE_OGL" value="0"/>
|
2016-07-18 13:56:23 -07:00
|
|
|
<value name="APIMODE_D3D" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Viewport XY Clip Test Enable" start="92" end="92" type="bool"/>
|
|
|
|
|
<field name="Viewport Z Clip Test Enable" start="91" end="91" type="bool"/>
|
|
|
|
|
<field name="Guardband Clip Test Enable" start="90" end="90" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="User Clip Distance Clip Test Enable Bitmask" start="80" end="87" type="uint"/>
|
|
|
|
|
<field name="Clip Mode" start="77" end="79" type="uint">
|
|
|
|
|
<value name="CLIPMODE_NORMAL" value="0"/>
|
|
|
|
|
<value name="CLIPMODE_REJECT_ALL" value="3"/>
|
|
|
|
|
<value name="CLIPMODE_ACCEPT_ALL" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Perspective Divide Disable" start="73" end="73" type="bool"/>
|
|
|
|
|
<field name="Non-Perspective Barycentric Enable" start="72" end="72" type="bool"/>
|
|
|
|
|
<field name="Triangle Strip/List Provoking Vertex Select" start="68" end="69" type="uint">
|
|
|
|
|
<value name="Vertex 0" value="0"/>
|
|
|
|
|
<value name="Vertex 1" value="1"/>
|
|
|
|
|
<value name="Vertex 2" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Line Strip/List Provoking Vertex Select" start="66" end="67" type="uint">
|
|
|
|
|
<value name="Vertex 0" value="0"/>
|
|
|
|
|
<value name="Vertex 1" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Triangle Fan Provoking Vertex Select" start="64" end="65" type="uint">
|
|
|
|
|
<value name="Vertex 0" value="0"/>
|
|
|
|
|
<value name="Vertex 1" value="1"/>
|
|
|
|
|
<value name="Vertex 2" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Minimum Point Width" start="113" end="123" type="u8.3"/>
|
|
|
|
|
<field name="Maximum Point Width" start="102" end="112" type="u8.3"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Force Zero RTA Index Enable" start="101" end="101" type="bool"/>
|
|
|
|
|
<field name="Maximum VP Index" start="96" end="99" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CONSTANT_DS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="26"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Constant Body" start="32" end="223" type="3DSTATE_CONSTANT_BODY"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CONSTANT_GS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="22"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Constant Body" start="32" end="223" type="3DSTATE_CONSTANT_BODY"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CONSTANT_HS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="25"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Constant Body" start="32" end="223" type="3DSTATE_CONSTANT_BODY"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CONSTANT_PS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="23"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Constant Body" start="32" end="223" type="3DSTATE_CONSTANT_BODY"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_CONSTANT_VS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="21"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Constant Body" start="32" end="223" type="3DSTATE_CONSTANT_BODY"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_DEPTH_BUFFER" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="5"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Surface Type" start="61" end="63" type="uint">
|
|
|
|
|
<value name="SURFTYPE_1D" value="0"/>
|
|
|
|
|
<value name="SURFTYPE_2D" value="1"/>
|
|
|
|
|
<value name="SURFTYPE_3D" value="2"/>
|
|
|
|
|
<value name="SURFTYPE_CUBE" value="3"/>
|
|
|
|
|
<value name="SURFTYPE_NULL" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Depth Write Enable" start="60" end="60" type="bool"/>
|
|
|
|
|
<field name="Stencil Write Enable" start="59" end="59" type="bool"/>
|
|
|
|
|
<field name="Hierarchical Depth Buffer Enable" start="54" end="54" type="bool"/>
|
|
|
|
|
<field name="Surface Format" start="50" end="52" type="uint">
|
|
|
|
|
<value name="D32_FLOAT" value="1"/>
|
|
|
|
|
<value name="D24_UNORM_X8_UINT" value="3"/>
|
|
|
|
|
<value name="D16_UNORM" value="5"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Surface Pitch" start="32" end="49" type="uint"/>
|
|
|
|
|
<field name="Surface Base Address" start="64" end="95" type="address"/>
|
|
|
|
|
<field name="Height" start="114" end="127" type="uint"/>
|
|
|
|
|
<field name="Width" start="100" end="113" type="uint"/>
|
|
|
|
|
<field name="LOD" start="96" end="99" type="uint"/>
|
|
|
|
|
<field name="Depth" start="149" end="159" type="uint">
|
|
|
|
|
<value name="SURFTYPE_CUBE (must be zero)" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Minimum Array Element" start="138" end="148" type="uint"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="128" end="131" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Depth Coordinate Offset Y" start="176" end="191" type="int"/>
|
|
|
|
|
<field name="Depth Coordinate Offset X" start="160" end="175" type="int"/>
|
|
|
|
|
<field name="Render Target View Extent" start="213" end="223" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_DEPTH_STENCIL_STATE_POINTERS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="37"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to DEPTH_STENCIL_STATE" start="38" end="63" type="offset"/>
|
2016-02-15 17:57:03 -08:00
|
|
|
<field start="32" end="32" type="mbo"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_DRAWING_RECTANGLE" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="Core Mode Select" start="14" end="15" type="uint">
|
|
|
|
|
<value name="Legacy" value="0"/>
|
|
|
|
|
<value name="Core 0 Enabled" value="1"/>
|
|
|
|
|
<value name="Core 1 Enabled" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="Clipped Drawing Rectangle Y Min" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Clipped Drawing Rectangle X Min" start="32" end="47" type="uint"/>
|
|
|
|
|
<field name="Clipped Drawing Rectangle Y Max" start="80" end="95" type="uint"/>
|
|
|
|
|
<field name="Clipped Drawing Rectangle X Max" start="64" end="79" type="uint"/>
|
|
|
|
|
<field name="Drawing Rectangle Origin Y" start="112" end="127" type="int"/>
|
|
|
|
|
<field name="Drawing Rectangle Origin X" start="96" end="111" type="int"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_DS" bias="2" length="6" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="29"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
|
|
|
|
|
<field name="Kernel Start Pointer" start="38" end="63" type="offset"/>
|
|
|
|
|
<field name="Single Domain Point Dispatch" start="95" end="95" type="uint"/>
|
|
|
|
|
<field name="Vector Mask Enable" start="94" end="94" type="bool"/>
|
|
|
|
|
<field name="Sampler Count" start="91" end="93" type="uint">
|
|
|
|
|
<value name="No Samplers" value="0"/>
|
|
|
|
|
<value name="1-4 Samplers" value="1"/>
|
|
|
|
|
<value name="5-8 Samplers" value="2"/>
|
|
|
|
|
<value name="9-12 Samplers" value="3"/>
|
|
|
|
|
<value name="13-16 Samplers" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Entry Count" start="82" end="89" type="uint"/>
|
|
|
|
|
<field name="Thread Dispatch Priority" start="81" end="81" type="uint">
|
|
|
|
|
<value name="High" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="80" end="80" type="uint">
|
|
|
|
|
<value name="IEEE-754" value="0"/>
|
|
|
|
|
<value name="Alternate" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Accesses UAV" start="78" end="78" type="bool"/>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="77" end="77" type="bool"/>
|
|
|
|
|
<field name="Software Exception Enable" start="71" end="71" type="bool"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="106" end="127" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/>
|
|
|
|
|
<field name="Dispatch GRF Start Register For URB Data" start="148" end="152" type="uint"/>
|
|
|
|
|
<field name="Patch URB Entry Read Length" start="139" end="145" type="uint"/>
|
|
|
|
|
<field name="Patch URB Entry Read Offset" start="132" end="137" type="uint"/>
|
|
|
|
|
<field name="Maximum Number of Threads" start="181" end="189" type="uint"/>
|
|
|
|
|
<field name="Statistics Enable" start="170" end="170" type="bool"/>
|
|
|
|
|
<field name="Compute W Coordinate Enable" start="162" end="162" type="bool"/>
|
|
|
|
|
<field name="DS Cache Disable" start="161" end="161" type="bool"/>
|
2017-03-31 15:30:49 -07:00
|
|
|
<field name="Enable" start="160" end="160" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_CONSTANT_DS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="55"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Constant Buffer Valid" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Binding Table Block" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Gather Buffer Offset" start="70" end="86" type="offset"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="Entry_0" start="0" end="15" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
<field name="Entry_1" start="16" end="31" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_CONSTANT_GS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="53"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Constant Buffer Valid" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Binding Table Block" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Gather Buffer Offset" start="70" end="86" type="offset"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="Entry_0" start="0" end="15" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
<field name="Entry_1" start="16" end="31" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_CONSTANT_HS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="54"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Constant Buffer Valid" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Binding Table Block" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Gather Buffer Offset" start="70" end="86" type="offset"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="Entry_0" start="0" end="15" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
<field name="Entry_1" start="16" end="31" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_CONSTANT_PS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="56"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Constant Buffer Valid" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Binding Table Block" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Gather Buffer Offset" start="70" end="86" type="offset"/>
|
|
|
|
|
<field name="Constant Buffer Dx9 Enable" start="68" end="68" type="bool"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="Entry_0" start="0" end="15" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
<field name="Entry_1" start="16" end="31" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_CONSTANT_VS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="52"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Valid" start="48" end="63" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Binding Table Block" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Gather Buffer Offset" start="70" end="86" type="offset"/>
|
|
|
|
|
<field name="Constant Buffer Dx9 Enable" start="68" end="68" type="bool"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="Entry_0" start="0" end="15" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
<field name="Entry_1" start="16" end="31" type="GATHER_CONSTANT_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GATHER_POOL_ALLOC" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="26"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Gather Pool Base Address" start="44" end="63" type="address"/>
|
|
|
|
|
<field name="Gather Pool Enable" start="43" end="43" type="bool"/>
|
2016-02-15 17:57:03 -08:00
|
|
|
<field start="36" end="37" type="mbo"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="32" end="35" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Gather Pool Upper Bound" start="76" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_GS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="17"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Kernel Start Pointer" start="38" end="63" type="offset"/>
|
2016-10-14 22:23:16 -07:00
|
|
|
<field name="Single Program Flow" start="95" end="95" type="bool"/>
|
2016-10-14 22:28:24 -07:00
|
|
|
<field name="Vector Mask Enable" start="94" end="94" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Sampler Count" start="91" end="93" type="uint">
|
|
|
|
|
<value name="No Samplers" value="0"/>
|
|
|
|
|
<value name="1-4 Samplers" value="1"/>
|
|
|
|
|
<value name="5-8 Samplers" value="2"/>
|
|
|
|
|
<value name="9-12 Samplers" value="3"/>
|
|
|
|
|
<value name="13-16 Samplers" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Entry Count" start="82" end="89" type="uint"/>
|
|
|
|
|
<field name="Thread Priority" start="81" end="81" type="uint">
|
|
|
|
|
<value name="Normal Priority" value="0"/>
|
|
|
|
|
<value name="High Priority" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="80" end="80" type="uint">
|
|
|
|
|
<value name="IEEE-754" value="0"/>
|
2016-09-26 11:04:50 -07:00
|
|
|
<value name="Alternate" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="77" end="77" type="bool"/>
|
|
|
|
|
<field name="GS accesses UAV" start="76" end="76" type="uint"/>
|
|
|
|
|
<field name="Mask Stack Exception Enable" start="75" end="75" type="bool"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Software Exception Enable" start="71" end="71" type="bool"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="106" end="127" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/>
|
|
|
|
|
<field name="Output Vertex Size" start="151" end="156" type="uint"/>
|
2016-11-28 16:44:22 -08:00
|
|
|
<field name="Output Topology" start="145" end="150" type="3D_Prim_Topo_Type"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Vertex URB Entry Read Length" start="139" end="144" type="uint"/>
|
2016-10-14 22:31:48 -07:00
|
|
|
<field name="Include Vertex Handles" start="138" end="138" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Vertex URB Entry Read Offset" start="132" end="137" type="uint"/>
|
2016-10-21 13:08:48 -07:00
|
|
|
<field name="Dispatch GRF Start Register For URB Data" start="128" end="131" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Maximum Number of Threads" start="184" end="191" type="uint"/>
|
|
|
|
|
<field name="Control Data Header Size" start="180" end="183" type="uint"/>
|
|
|
|
|
<field name="Instance Control" start="175" end="179" type="uint"/>
|
|
|
|
|
<field name="Default StreamID" start="173" end="174" type="uint"/>
|
|
|
|
|
<field name="Dispatch Mode" start="171" end="172" type="uint" prefix="DISPATCH_MODE">
|
|
|
|
|
<value name="SINGLE" value="0"/>
|
|
|
|
|
<value name="DUAL_INSTANCE" value="1"/>
|
|
|
|
|
<value name="DUAL_OBJECT" value="2"/>
|
|
|
|
|
</field>
|
2016-11-12 09:05:59 -08:00
|
|
|
<field name="Statistics Enable" start="170" end="170" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="GS Invocations Increment Value" start="165" end="169" type="uint"/>
|
2016-10-14 22:31:48 -07:00
|
|
|
<field name="Include Primitive ID" start="164" end="164" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Hint" start="163" end="163" type="uint"/>
|
|
|
|
|
<field name="Reorder Mode" start="162" end="162" type="uint">
|
2016-11-12 09:05:59 -08:00
|
|
|
<value name="LEADING" value="0"/>
|
|
|
|
|
<value name="TRAILING" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Discard Adjacency" start="161" end="161" type="bool"/>
|
2017-03-31 15:30:49 -07:00
|
|
|
<field name="Enable" start="160" end="160" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Control Data Format" start="223" end="223" type="uint">
|
|
|
|
|
<value name="GSCTL_CUT" value="0"/>
|
|
|
|
|
<value name="GSCTL_SID" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Semaphore Handle" start="192" end="204" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_HIER_DEPTH_BUFFER" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="7"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="57" end="60" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Pitch" start="32" end="48" type="uint"/>
|
|
|
|
|
<field name="Surface Base Address" start="64" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_HS" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="27"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Sampler Count" start="59" end="61" type="uint">
|
|
|
|
|
<value name="No Samplers" value="0"/>
|
|
|
|
|
<value name="1-4 Samplers" value="1"/>
|
|
|
|
|
<value name="5-8 Samplers" value="2"/>
|
|
|
|
|
<value name="9-12 Samplers" value="3"/>
|
|
|
|
|
<value name="13-16 Samplers" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Entry Count" start="50" end="57" type="uint"/>
|
|
|
|
|
<field name="Thread Dispatch Priority" start="49" end="49" type="uint">
|
|
|
|
|
<value name="High" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="48" end="48" type="uint">
|
|
|
|
|
<value name="IEEE-754" value="0"/>
|
2016-09-26 11:04:50 -07:00
|
|
|
<value name="Alternate" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="45" end="45" type="bool"/>
|
|
|
|
|
<field name="Software Exception Enable" start="44" end="44" type="bool"/>
|
|
|
|
|
<field name="Maximum Number of Threads" start="32" end="39" type="uint"/>
|
2017-03-31 15:30:49 -07:00
|
|
|
<field name="Enable" start="95" end="95" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Statistics Enable" start="93" end="93" type="bool"/>
|
|
|
|
|
<field name="Instance Count" start="64" end="67" type="uint"/>
|
|
|
|
|
<field name="Kernel Start Pointer" start="102" end="127" type="offset"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="138" end="159" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Per-Thread Scratch Space" start="128" end="131" type="uint"/>
|
2016-10-14 22:23:16 -07:00
|
|
|
<field name="Single Program Flow" start="187" end="187" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Vector Mask Enable" start="186" end="186" type="bool"/>
|
|
|
|
|
<field name="HS accesses UAV" start="185" end="185" type="bool"/>
|
2016-10-14 22:31:48 -07:00
|
|
|
<field name="Include Vertex Handles" start="184" end="184" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Dispatch GRF Start Register For URB Data" start="179" end="183" type="uint"/>
|
|
|
|
|
<field name="Vertex URB Entry Read Length" start="171" end="176" type="uint"/>
|
|
|
|
|
<field name="Vertex URB Entry Read Offset" start="164" end="169" type="uint"/>
|
|
|
|
|
<field name="Semaphore Handle" start="192" end="204" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_INDEX_BUFFER" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="10"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="12" end="15" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Index Format" start="8" end="9" type="uint" prefix="INDEX">
|
|
|
|
|
<value name="BYTE" value="0"/>
|
|
|
|
|
<value name="WORD" value="1"/>
|
|
|
|
|
<value name="DWORD" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Buffer Starting Address" start="32" end="63" type="address"/>
|
|
|
|
|
<field name="Buffer Ending Address" start="64" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_LINE_STIPPLE" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Modify Enable (Current Repeat Counter, Current Stipple Index)" start="63" end="63" type="bool"/>
|
|
|
|
|
<field name="Current Repeat Counter" start="53" end="61" type="uint"/>
|
|
|
|
|
<field name="Current Stipple Index" start="48" end="51" type="uint"/>
|
|
|
|
|
<field name="Line Stipple Pattern" start="32" end="47" type="uint"/>
|
|
|
|
|
<field name="Line Stipple Inverse Repeat Count" start="79" end="95" type="u1.16"/>
|
|
|
|
|
<field name="Line Stipple Repeat Count" start="64" end="72" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_MONOFILTER_SIZE" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="17"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Monochrome Filter Width" start="35" end="37" type="uint"/>
|
|
|
|
|
<field name="Monochrome Filter Height" start="32" end="34" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_MULTISAMPLE" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="13"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="Multi Sample Enable" start="37" end="37" type="bool"/>
|
|
|
|
|
<field name="Pixel Location" start="36" end="36" type="uint">
|
2017-04-19 16:04:12 -07:00
|
|
|
<value name="CENTER" value="0"/>
|
|
|
|
|
<value name="UL_CORNER" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Number of Multisamples" start="33" end="35" type="uint">
|
|
|
|
|
<value name="NUMSAMPLES_1" value="0"/>
|
|
|
|
|
<value name="NUMSAMPLES_4" value="2"/>
|
|
|
|
|
<value name="NUMSAMPLES_8" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Sample3 X Offset" start="92" end="95" type="u0.4"/>
|
|
|
|
|
<field name="Sample3 Y Offset" start="88" end="91" type="u0.4"/>
|
|
|
|
|
<field name="Sample2 X Offset" start="84" end="87" type="u0.4"/>
|
|
|
|
|
<field name="Sample2 Y Offset" start="80" end="83" type="u0.4"/>
|
|
|
|
|
<field name="Sample1 X Offset" start="76" end="79" type="u0.4"/>
|
|
|
|
|
<field name="Sample1 Y Offset" start="72" end="75" type="u0.4"/>
|
|
|
|
|
<field name="Sample0 X Offset" start="68" end="71" type="u0.4"/>
|
|
|
|
|
<field name="Sample0 Y Offset" start="64" end="67" type="u0.4"/>
|
|
|
|
|
<field name="Sample7 X Offset" start="124" end="127" type="u0.4"/>
|
|
|
|
|
<field name="Sample7 Y Offset" start="120" end="123" type="u0.4"/>
|
|
|
|
|
<field name="Sample6 X Offset" start="116" end="119" type="u0.4"/>
|
|
|
|
|
<field name="Sample6 Y Offset" start="112" end="115" type="u0.4"/>
|
|
|
|
|
<field name="Sample5 X Offset" start="108" end="111" type="u0.4"/>
|
|
|
|
|
<field name="Sample5 Y Offset" start="104" end="107" type="u0.4"/>
|
|
|
|
|
<field name="Sample4 X Offset" start="100" end="103" type="u0.4"/>
|
|
|
|
|
<field name="Sample4 Y Offset" start="96" end="99" type="u0.4"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_POLY_STIPPLE_OFFSET" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<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="0"/>
|
|
|
|
|
<field name="Polygon Stipple X Offset" start="40" end="44" type="uint"/>
|
|
|
|
|
<field name="Polygon Stipple Y Offset" start="32" end="36" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_POLY_STIPPLE_PATTERN" bias="2" length="33" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="7"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="31"/>
|
|
|
|
|
<group count="32" start="32" size="32">
|
|
|
|
|
<field name="Pattern Row" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PS" bias="2" length="8" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="32"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="6"/>
|
2017-03-24 14:25:57 -07:00
|
|
|
<field name="Kernel Start Pointer 0" start="38" end="63" type="offset"/>
|
2016-10-14 22:23:16 -07:00
|
|
|
<field name="Single Program Flow" start="95" end="95" type="bool"/>
|
2016-10-14 22:28:24 -07:00
|
|
|
<field name="Vector Mask Enable" start="94" end="94" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Sampler Count" start="91" end="93" type="uint"/>
|
|
|
|
|
<field name="Denormal Mode" start="90" end="90" type="uint">
|
|
|
|
|
<value name="FTZ" value="0"/>
|
|
|
|
|
<value name="RET" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Entry Count" start="82" end="89" type="uint"/>
|
|
|
|
|
<field name="Thread Priority" start="81" end="81" type="uint">
|
|
|
|
|
<value name="High" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="80" end="80" type="uint">
|
2016-09-26 11:01:40 -07:00
|
|
|
<value name="IEEE-754" value="0"/>
|
2016-09-26 11:04:50 -07:00
|
|
|
<value name="Alternate" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Rounding Mode" start="78" end="79" type="uint">
|
|
|
|
|
<value name="RTNE" value="0"/>
|
|
|
|
|
<value name="RU" value="1"/>
|
|
|
|
|
<value name="RD" value="2"/>
|
|
|
|
|
<value name="RTZ" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="77" end="77" type="bool"/>
|
|
|
|
|
<field name="Mask Stack Exception Enable" start="75" end="75" type="bool"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Software Exception Enable" start="71" end="71" type="bool"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="106" end="127" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Per Thread Scratch Space" start="96" end="99" type="uint"/>
|
|
|
|
|
<field name="Maximum Number of Threads" start="151" end="159" type="uint"/>
|
|
|
|
|
<field name="Sample Mask" start="140" end="147" type="uint"/>
|
|
|
|
|
<field name="Push Constant Enable" start="139" end="139" type="bool"/>
|
|
|
|
|
<field name="Attribute Enable" start="138" end="138" type="bool"/>
|
|
|
|
|
<field name="oMask Present to RenderTarget" start="137" end="137" type="bool"/>
|
|
|
|
|
<field name="Render Target Fast Clear Enable" start="136" end="136" type="bool"/>
|
|
|
|
|
<field name="Dual Source Blend Enable" start="135" end="135" type="bool"/>
|
|
|
|
|
<field name="Render Target Resolve Enable" start="134" end="134" type="bool"/>
|
|
|
|
|
<field name="PS Accesses UAV" start="133" end="133" type="bool"/>
|
|
|
|
|
<field name="Position XY Offset Select" start="131" end="132" type="uint">
|
|
|
|
|
<value name="POSOFFSET_NONE" value="0"/>
|
|
|
|
|
<value name="POSOFFSET_CENTROID" value="2"/>
|
|
|
|
|
<value name="POSOFFSET_SAMPLE" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="32 Pixel Dispatch Enable" start="130" end="130" type="bool"/>
|
|
|
|
|
<field name="16 Pixel Dispatch Enable" start="129" end="129" type="bool"/>
|
|
|
|
|
<field name="8 Pixel Dispatch Enable" start="128" end="128" type="bool"/>
|
2017-03-24 14:25:57 -07:00
|
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 0" start="176" end="182" type="uint"/>
|
|
|
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 1" start="168" end="174" type="uint"/>
|
|
|
|
|
<field name="Dispatch GRF Start Register For Constant/Setup Data 2" start="160" end="166" type="uint"/>
|
|
|
|
|
<field name="Kernel Start Pointer 1" start="198" end="223" type="offset"/>
|
|
|
|
|
<field name="Kernel Start Pointer 2" start="230" end="255" type="offset"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_DS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="20"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Offset" start="48" end="52" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Size" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_GS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="21"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Offset" start="48" end="52" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Size" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_HS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="19"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Offset" start="48" end="52" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Size" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_PS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="22"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Offset" start="48" end="52" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Size" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_PUSH_CONSTANT_ALLOC_VS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="18"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Constant Buffer Offset" start="48" end="52" type="uint"/>
|
|
|
|
|
<field name="Constant Buffer Size" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_RAST_MULTISAMPLE" bias="2" length="6" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="14"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
|
|
|
|
|
<field name="Number of Rasterization Multisamples" start="33" end="35" type="uint" prefix="NRM">
|
|
|
|
|
<value name="NUMRASTSAMPLES_1" value="0"/>
|
|
|
|
|
<value name="NUMRASTSAMPLES_2" value="1"/>
|
|
|
|
|
<value name="NUMRASTSAMPLES_4" value="2"/>
|
|
|
|
|
<value name="NUMRASTSAMPLES_8" value="3"/>
|
|
|
|
|
<value name="NUMRASTSAMPLES_16" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Sample3 X Offset" start="92" end="95" type="u0.4"/>
|
|
|
|
|
<field name="Sample3 Y Offset" start="88" end="91" type="u0.4"/>
|
|
|
|
|
<field name="Sample2 X Offset" start="84" end="87" type="u0.4"/>
|
|
|
|
|
<field name="Sample2 Y Offset" start="80" end="83" type="u0.4"/>
|
|
|
|
|
<field name="Sample1 X Offset" start="76" end="79" type="u0.4"/>
|
|
|
|
|
<field name="Sample1 Y Offset" start="72" end="75" type="u0.4"/>
|
|
|
|
|
<field name="Sample0 X Offset" start="68" end="71" type="u0.4"/>
|
|
|
|
|
<field name="Sample0 Y Offset" start="64" end="67" type="u0.4"/>
|
|
|
|
|
<field name="Sample7 X Offset" start="124" end="127" type="u0.4"/>
|
|
|
|
|
<field name="Sample7 Y Offset" start="120" end="123" type="u0.4"/>
|
|
|
|
|
<field name="Sample6 X Offset" start="116" end="119" type="u0.4"/>
|
|
|
|
|
<field name="Sample6 Y Offset" start="112" end="115" type="u0.4"/>
|
|
|
|
|
<field name="Sample5 X Offset" start="108" end="111" type="u0.4"/>
|
|
|
|
|
<field name="Sample5 Y Offset" start="104" end="107" type="u0.4"/>
|
|
|
|
|
<field name="Sample4 X Offset" start="100" end="103" type="u0.4"/>
|
|
|
|
|
<field name="Sample4 Y Offset" start="96" end="99" type="u0.4"/>
|
|
|
|
|
<field name="Sample11 X Offset" start="156" end="159" type="u0.4"/>
|
|
|
|
|
<field name="Sample11 Y Offset" start="152" end="155" type="u0.4"/>
|
|
|
|
|
<field name="Sample10 X Offset" start="148" end="151" type="u0.4"/>
|
|
|
|
|
<field name="Sample10 Y Offset" start="144" end="147" type="u0.4"/>
|
|
|
|
|
<field name="Sample9 X Offset" start="140" end="143" type="u0.4"/>
|
|
|
|
|
<field name="Sample9 Y Offset" start="136" end="139" type="u0.4"/>
|
|
|
|
|
<field name="Sample8 X Offset" start="132" end="135" type="u0.4"/>
|
|
|
|
|
<field name="Sample8 Y Offset" start="128" end="131" type="u0.4"/>
|
|
|
|
|
<field name="Sample15 X Offset" start="188" end="191" type="u0.4"/>
|
|
|
|
|
<field name="Sample15 Y Offset" start="184" end="187" type="u0.4"/>
|
|
|
|
|
<field name="Sample14 X Offset" start="180" end="183" type="u0.4"/>
|
|
|
|
|
<field name="Sample14 Y Offset" start="176" end="179" type="u0.4"/>
|
|
|
|
|
<field name="Sample13 X Offset" start="172" end="175" type="u0.4"/>
|
|
|
|
|
<field name="Sample13 Y Offset" start="168" end="171" type="u0.4"/>
|
|
|
|
|
<field name="Sample12 X Offset" start="164" end="167" type="u0.4"/>
|
|
|
|
|
<field name="Sample12 Y Offset" start="160" end="163" type="u0.4"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_PALETTE_LOAD0" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint"/>
|
|
|
|
|
<group count="0" start="32" size="32">
|
|
|
|
|
<field name="Entry" start="0" end="31" type="PALETTE_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_PALETTE_LOAD1" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="12"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<group count="0" start="32" size="32">
|
|
|
|
|
<field name="Palette Alpha[0:N-1]" start="24" end="31" type="uint"/>
|
|
|
|
|
<field name="Palette Red[0:N-1]" start="16" end="23" type="uint"/>
|
|
|
|
|
<field name="Palette Green[0:N-1]" start="8" end="15" type="uint"/>
|
|
|
|
|
<field name="Palette Blue[0:N-1]" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_STATE_POINTERS_DS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="45"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to DS Sampler State" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_STATE_POINTERS_GS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="46"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to GS Sampler State" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_STATE_POINTERS_HS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="44"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to HS Sampler State" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_STATE_POINTERS_PS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="47"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to PS Sampler State" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLER_STATE_POINTERS_VS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="43"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Pointer to VS Sampler State" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SAMPLE_MASK" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="24"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Sample Mask" start="32" end="39" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SBE" bias="2" length="14" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="31"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="12"/>
|
|
|
|
|
<field name="Attribute Swizzle Control Mode" start="60" end="60" type="uint"/>
|
|
|
|
|
<field name="Number of SF Output Attributes" start="54" end="59" type="uint"/>
|
|
|
|
|
<field name="Attribute Swizzle Enable" start="53" end="53" type="bool"/>
|
|
|
|
|
<field name="Point Sprite Texture Coordinate Origin" start="52" end="52" type="uint">
|
|
|
|
|
<value name="UPPERLEFT" value="0"/>
|
|
|
|
|
<value name="LOWERLEFT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Vertex URB Entry Read Length" start="43" end="47" type="uint"/>
|
|
|
|
|
<field name="Vertex URB Entry Read Offset" start="36" end="41" type="uint"/>
|
2016-02-29 16:47:39 -08:00
|
|
|
<group count="16" start="64" size="16">
|
|
|
|
|
<field name="Attribute" start="0" end="15" type="SF_OUTPUT_ATTRIBUTE_DETAIL"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</group>
|
|
|
|
|
<field name="Point Sprite Texture Coordinate Enable" start="320" end="351" type="uint"/>
|
2016-04-09 17:02:21 -07:00
|
|
|
<field name="Constant Interpolation Enable" start="352" end="383" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Attribute 7 WrapShortest Enables" start="412" end="415" type="uint"/>
|
|
|
|
|
<field name="Attribute 6 WrapShortest Enables" start="408" end="411" type="uint"/>
|
|
|
|
|
<field name="Attribute 5 WrapShortest Enables" start="404" end="407" type="uint"/>
|
|
|
|
|
<field name="Attribute 4 WrapShortest Enables" start="400" end="403" type="uint"/>
|
|
|
|
|
<field name="Attribute 3 WrapShortest Enables" start="396" end="399" type="uint"/>
|
|
|
|
|
<field name="Attribute 2 WrapShortest Enables" start="392" end="395" type="uint"/>
|
|
|
|
|
<field name="Attribute 1 WrapShortest Enables" start="388" end="391" type="uint"/>
|
|
|
|
|
<field name="Attribute 0 WrapShortest Enables" start="384" end="387" type="uint"/>
|
|
|
|
|
<field name="Attribute 15 WrapShortest Enables" start="444" end="447" type="uint"/>
|
|
|
|
|
<field name="Attribute 14 WrapShortest Enables" start="440" end="443" type="uint"/>
|
|
|
|
|
<field name="Attribute 13 WrapShortest Enables" start="436" end="439" type="uint"/>
|
|
|
|
|
<field name="Attribute 12 WrapShortest Enables" start="432" end="435" type="uint"/>
|
|
|
|
|
<field name="Attribute 11 WrapShortest Enables" start="428" end="431" type="uint"/>
|
|
|
|
|
<field name="Attribute 10 WrapShortest Enables" start="424" end="427" type="uint"/>
|
|
|
|
|
<field name="Attribute 9 WrapShortest Enables" start="420" end="423" type="uint"/>
|
|
|
|
|
<field name="Attribute 8 WrapShortest Enables" start="416" end="419" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SCISSOR_STATE_POINTERS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="15"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Scissor Rect Pointer" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SF" bias="2" length="7" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="19"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="5"/>
|
|
|
|
|
<field name="Depth Buffer Surface Format" start="44" end="46" type="uint">
|
|
|
|
|
<value name="D32_FLOAT_S8X24_UINT" value="0"/>
|
|
|
|
|
<value name="D32_FLOAT" value="1"/>
|
|
|
|
|
<value name="D24_UNORM_S8_UINT" value="2"/>
|
|
|
|
|
<value name="D24_UNORM_X8_UINT" value="3"/>
|
|
|
|
|
<value name="D16_UNORM" value="5"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Legacy Global Depth Bias Enable" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="Statistics Enable" start="42" end="42" type="bool"/>
|
|
|
|
|
<field name="Global Depth Offset Enable Solid" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="Global Depth Offset Enable Wireframe" start="40" end="40" type="bool"/>
|
|
|
|
|
<field name="Global Depth Offset Enable Point" start="39" end="39" type="bool"/>
|
|
|
|
|
<field name="FrontFace Fill Mode" start="37" end="38" type="uint" prefix="FILL_MODE">
|
|
|
|
|
<value name="SOLID" value="0"/>
|
|
|
|
|
<value name="WIREFRAME" value="1"/>
|
|
|
|
|
<value name="POINT" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="BackFace Fill Mode" start="35" end="36" type="uint" prefix="FILL_MODE">
|
|
|
|
|
<value name="SOLID" value="0"/>
|
|
|
|
|
<value name="WIREFRAME" value="1"/>
|
|
|
|
|
<value name="POINT" value="2"/>
|
|
|
|
|
</field>
|
2016-08-06 08:24:00 -07:00
|
|
|
<field name="Viewport Transform Enable" start="33" end="33" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Front Winding" start="32" end="32" type="uint"/>
|
|
|
|
|
<field name="Anti-Aliasing Enable" start="95" end="95" type="bool"/>
|
|
|
|
|
<field name="Cull Mode" start="93" end="94" type="uint" prefix="CULLMODE">
|
|
|
|
|
<value name="BOTH" value="0"/>
|
|
|
|
|
<value name="NONE" value="1"/>
|
|
|
|
|
<value name="FRONT" value="2"/>
|
|
|
|
|
<value name="BACK" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Line Width" start="82" end="91" type="u3.7"/>
|
2016-11-12 10:46:02 -08:00
|
|
|
<field name="Line End Cap Antialiasing Region Width" start="80" end="81" type="uint">
|
|
|
|
|
<value name="0.5 pixels" value="0"/>
|
|
|
|
|
<value name="1.0 pixels" value="1"/>
|
|
|
|
|
<value name="2.0 pixels" value="2"/>
|
|
|
|
|
<value name="4.0 pixels" value="3"/>
|
|
|
|
|
</field>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Line Stipple Enable" start="78" end="78" type="bool"/>
|
|
|
|
|
<field name="Scissor Rectangle Enable" start="75" end="75" type="bool"/>
|
|
|
|
|
<field name="RT Independent Rasterization Enable" start="74" end="74" type="bool"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Multisample Rasterization Mode" start="72" end="73" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Last Pixel Enable" start="127" end="127" type="bool"/>
|
|
|
|
|
<field name="Triangle Strip/List Provoking Vertex Select" start="125" end="126" type="uint">
|
|
|
|
|
<value name="Vertex 0" value="0"/>
|
|
|
|
|
<value name="Vertex 1" value="1"/>
|
|
|
|
|
<value name="Vertex 2" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Line Strip/List Provoking Vertex Select" start="123" end="124" type="uint"/>
|
|
|
|
|
<field name="Triangle Fan Provoking Vertex Select" start="121" end="122" type="uint">
|
|
|
|
|
<value name="Vertex 0" value="0"/>
|
|
|
|
|
<value name="Vertex 1" value="1"/>
|
|
|
|
|
<value name="Vertex 2" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="AA Line Distance Mode" start="110" end="110" type="uint">
|
|
|
|
|
<value name="AALINEDISTANCE_TRUE" value="1"/>
|
|
|
|
|
</field>
|
2019-02-22 16:16:24 +01:00
|
|
|
<field name="Vertex Sub Pixel Precision Select" start="108" end="108" type="uint">
|
|
|
|
|
<value name="8 Bit" value="0"/>
|
|
|
|
|
<value name="4 Bit" value="1"/>
|
|
|
|
|
</field>
|
2016-08-06 08:24:00 -07:00
|
|
|
<field name="Point Width Source" start="107" end="107" type="uint">
|
|
|
|
|
<value name="Vertex" value="0"/>
|
|
|
|
|
<value name="State" value="1"/>
|
|
|
|
|
</field>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Point Width" start="96" end="106" type="u8.3"/>
|
|
|
|
|
<field name="Global Depth Offset Constant" start="128" end="159" type="float"/>
|
|
|
|
|
<field name="Global Depth Offset Scale" start="160" end="191" type="float"/>
|
|
|
|
|
<field name="Global Depth Offset Clamp" start="192" end="223" type="float"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SO_BUFFER" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="24"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="SO Buffer Index" start="61" end="62" type="uint"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="57" end="60" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Pitch" start="32" end="43" type="uint"/>
|
|
|
|
|
<field name="Surface Base Address" start="66" end="95" type="address"/>
|
|
|
|
|
<field name="Surface End Address" start="98" end="127" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_SO_DECL_LIST" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="23"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="8" type="uint"/>
|
|
|
|
|
<field name="Stream to Buffer Selects [3]" start="44" end="47" type="uint"/>
|
|
|
|
|
<field name="Stream to Buffer Selects [2]" start="40" end="43" type="uint"/>
|
|
|
|
|
<field name="Stream to Buffer Selects [1]" start="36" end="39" type="uint"/>
|
|
|
|
|
<field name="Stream to Buffer Selects [0]" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="Num Entries [3]" start="88" end="95" type="uint"/>
|
|
|
|
|
<field name="Num Entries [2]" start="80" end="87" type="uint"/>
|
|
|
|
|
<field name="Num Entries [1]" start="72" end="79" type="uint"/>
|
|
|
|
|
<field name="Num Entries [0]" start="64" end="71" type="uint"/>
|
|
|
|
|
<group count="0" start="96" size="64">
|
|
|
|
|
<field name="Entry" start="0" end="63" type="SO_DECL_ENTRY"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_STENCIL_BUFFER" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="6"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
2016-10-14 22:37:40 -07:00
|
|
|
<field name="Stencil Buffer Enable" start="63" end="63" type="bool"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="MOCS" start="57" end="60" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface Pitch" start="32" end="48" type="uint"/>
|
|
|
|
|
<field name="Surface Base Address" start="64" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_STREAMOUT" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="30"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
2016-10-14 22:35:36 -07:00
|
|
|
<field name="SO Function Enable" start="63" end="63" type="bool"/>
|
|
|
|
|
<field name="Rendering Disable" start="62" end="62" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Render Stream Select" start="59" end="60" type="uint"/>
|
|
|
|
|
<field name="Reorder Mode" start="58" end="58" type="uint">
|
|
|
|
|
<value name="LEADING" value="0"/>
|
|
|
|
|
<value name="TRAILING" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="SO Statistics Enable" start="57" end="57" type="bool"/>
|
2016-10-14 22:46:50 -07:00
|
|
|
<field name="SO Buffer Enable [3]" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="SO Buffer Enable [2]" start="42" end="42" type="bool"/>
|
|
|
|
|
<field name="SO Buffer Enable [1]" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="SO Buffer Enable [0]" start="40" end="40" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Stream 3 Vertex Read Offset" start="93" end="93" type="uint"/>
|
|
|
|
|
<field name="Stream 3 Vertex Read Length" start="88" end="92" type="uint"/>
|
|
|
|
|
<field name="Stream 2 Vertex Read Offset" start="85" end="85" type="uint"/>
|
|
|
|
|
<field name="Stream 2 Vertex Read Length" start="80" end="84" type="uint"/>
|
|
|
|
|
<field name="Stream 1 Vertex Read Offset" start="77" end="77" type="uint"/>
|
|
|
|
|
<field name="Stream 1 Vertex Read Length" start="72" end="76" type="uint"/>
|
|
|
|
|
<field name="Stream 0 Vertex Read Offset" start="69" end="69" type="uint"/>
|
|
|
|
|
<field name="Stream 0 Vertex Read Length" start="64" end="68" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_TE" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="28"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="Partitioning" start="44" end="45" type="uint">
|
|
|
|
|
<value name="INTEGER" value="0"/>
|
|
|
|
|
<value name="ODD_FRACTIONAL" value="1"/>
|
|
|
|
|
<value name="EVEN_FRACTIONAL" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Output Topology" start="40" end="41" type="uint" prefix="OUTPUT">
|
|
|
|
|
<value name="POINT" value="0"/>
|
|
|
|
|
<value name="LINE" value="1"/>
|
|
|
|
|
<value name="TRI_CW" value="2"/>
|
|
|
|
|
<value name="TRI_CCW" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="TE Domain" start="36" end="37" type="uint">
|
|
|
|
|
<value name="QUAD" value="0"/>
|
|
|
|
|
<value name="TRI" value="1"/>
|
|
|
|
|
<value name="ISOLINE" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="TE Mode" start="33" end="34" type="uint">
|
|
|
|
|
<value name="HW_TESS" value="0"/>
|
|
|
|
|
<value name="SW_TESS" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="TE Enable" start="32" end="32" type="bool"/>
|
|
|
|
|
<field name="Maximum Tessellation Factor Odd" start="64" end="95" type="float"/>
|
|
|
|
|
<field name="Maximum Tessellation Factor Not Odd" start="96" end="127" type="float"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_URB_DS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="50"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="DS URB Starting Address" start="57" end="62" type="uint"/>
|
|
|
|
|
<field name="DS URB Entry Allocation Size" start="48" end="56" type="uint"/>
|
|
|
|
|
<field name="DS Number of URB Entries" start="32" end="47" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_URB_GS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="51"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="GS URB Starting Address" start="57" end="62" type="uint"/>
|
|
|
|
|
<field name="GS URB Entry Allocation Size" start="48" end="56" type="uint"/>
|
|
|
|
|
<field name="GS Number of URB Entries" start="32" end="47" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_URB_HS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="49"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="HS URB Starting Address" start="57" end="62" type="uint"/>
|
|
|
|
|
<field name="HS URB Entry Allocation Size" start="48" end="56" type="uint"/>
|
|
|
|
|
<field name="HS Number of URB Entries" start="32" end="47" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_URB_VS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="48"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="VS URB Starting Address" start="57" end="62" type="uint"/>
|
|
|
|
|
<field name="VS URB Entry Allocation Size" start="48" end="56" type="uint"/>
|
|
|
|
|
<field name="VS Number of URB Entries" start="32" end="47" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VERTEX_BUFFERS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
|
|
|
|
|
<group count="0" start="32" size="128">
|
|
|
|
|
<field name="Vertex Buffer State" start="0" end="127" type="VERTEX_BUFFER_STATE"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VERTEX_ELEMENTS" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="9"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<group count="0" start="32" size="64">
|
|
|
|
|
<field name="Element" start="0" end="63" type="VERTEX_ELEMENT_STATE"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VF" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="12"/>
|
|
|
|
|
<field name="Indexed Draw Cut Index Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Cut Index" start="32" end="63" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VF_STATISTICS" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<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="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"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VIEWPORT_STATE_POINTERS_CC" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="35"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="CC Viewport Pointer" start="37" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="33"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="SF Clip Viewport Pointer" start="38" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_VS" bias="2" length="6" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="16"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="4"/>
|
|
|
|
|
<field name="Kernel Start Pointer" start="38" end="63" type="offset"/>
|
|
|
|
|
<field name="Single Vertex Dispatch" start="95" end="95" type="bool"/>
|
2016-10-14 22:28:24 -07:00
|
|
|
<field name="Vector Mask Enable" start="94" end="94" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Sampler Count" start="91" end="93" type="uint">
|
|
|
|
|
<value name="No Samplers" value="0"/>
|
|
|
|
|
<value name="1-4 Samplers" value="1"/>
|
|
|
|
|
<value name="5-8 Samplers" value="2"/>
|
|
|
|
|
<value name="9-12 Samplers" value="3"/>
|
|
|
|
|
<value name="13-16 Samplers" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Binding Table Entry Count" start="82" end="89" type="uint"/>
|
|
|
|
|
<field name="Thread Priority" start="81" end="81" type="uint">
|
|
|
|
|
<value name="Normal Priority" value="0"/>
|
|
|
|
|
<value name="High Priority" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Floating Point Mode" start="80" end="80" type="uint">
|
|
|
|
|
<value name="IEEE-754" value="0"/>
|
|
|
|
|
<value name="Alternate" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Illegal Opcode Exception Enable" start="77" end="77" type="bool"/>
|
|
|
|
|
<field name="VS accesses UAV" start="76" end="76" type="bool"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="Software Exception Enable" start="71" end="71" type="bool"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="106" end="127" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Per-Thread Scratch Space" start="96" end="99" type="uint"/>
|
2016-10-21 13:08:48 -07:00
|
|
|
<field name="Dispatch GRF Start Register For URB Data" start="148" end="152" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Vertex URB Entry Read Length" start="139" end="144" type="uint"/>
|
|
|
|
|
<field name="Vertex URB Entry Read Offset" start="132" end="137" type="uint"/>
|
|
|
|
|
<field name="Maximum Number of Threads" start="183" end="191" type="uint"/>
|
|
|
|
|
<field name="Statistics Enable" start="170" end="170" type="bool"/>
|
|
|
|
|
<field name="Vertex Cache Disable" start="161" end="161" type="bool"/>
|
2017-03-22 16:26:07 -07:00
|
|
|
<field name="Enable" start="160" end="160" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="3DSTATE_WM" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<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="20"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Statistics Enable" start="63" end="63" type="bool"/>
|
|
|
|
|
<field name="Depth Buffer Clear" start="62" end="62" type="bool"/>
|
|
|
|
|
<field name="Thread Dispatch Enable" start="61" end="61" type="bool"/>
|
|
|
|
|
<field name="Depth Buffer Resolve Enable" start="60" end="60" type="bool"/>
|
|
|
|
|
<field name="Hierarchical Depth Buffer Resolve Enable" start="59" end="59" type="bool"/>
|
|
|
|
|
<field name="Legacy Diamond Line Rasterization" start="58" end="58" type="bool"/>
|
2016-11-12 10:46:02 -08:00
|
|
|
<field name="Pixel Shader Kills Pixel" start="57" end="57" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Pixel Shader Computed Depth Mode" start="55" end="56" type="uint">
|
|
|
|
|
<value name="PSCDEPTH_OFF" value="0"/>
|
|
|
|
|
<value name="PSCDEPTH_ON" value="1"/>
|
|
|
|
|
<value name="PSCDEPTH_ON_GE" value="2"/>
|
|
|
|
|
<value name="PSCDEPTH_ON_LE" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Early Depth/Stencil Control" start="53" end="54" type="uint">
|
|
|
|
|
<value name="EDSC_NORMAL" value="0"/>
|
|
|
|
|
<value name="EDSC_PSEXEC" value="1"/>
|
|
|
|
|
<value name="EDSC_PREPS" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Pixel Shader Uses Source Depth" start="52" end="52" type="bool"/>
|
|
|
|
|
<field name="Pixel Shader Uses Source W" start="51" end="51" type="bool"/>
|
|
|
|
|
<field name="Position ZW Interpolation Mode" start="49" end="50" type="uint">
|
|
|
|
|
<value name="INTERP_PIXEL" value="0"/>
|
|
|
|
|
<value name="INTERP_CENTROID" value="2"/>
|
|
|
|
|
<value name="INTERP_SAMPLE" value="3"/>
|
|
|
|
|
</field>
|
2016-11-14 21:10:11 -08:00
|
|
|
<field name="Barycentric Interpolation Mode" start="43" end="48" type="uint">
|
|
|
|
|
<value name="BIM_PERSPECTIVE_PIXEL" value="1"/>
|
|
|
|
|
<value name="BIM_PERSPECTIVE_CENTROID" value ="2"/>
|
|
|
|
|
<value name="BIM_PERSPECTIVE_SAMPLE" value="4"/>
|
|
|
|
|
<value name="BIM_LINEAR_PIXEL" value="8"/>
|
|
|
|
|
<value name="BIM_LINEAR_CENTROID" value="16"/>
|
|
|
|
|
<value name="BIM_LINEAR_SAMPLE" value="32"/>
|
|
|
|
|
</field>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Pixel Shader Uses Input Coverage Mask" start="42" end="42" type="bool"/>
|
|
|
|
|
<field name="Line End Cap Antialiasing Region Width" start="40" end="41" type="uint"/>
|
2016-11-12 10:46:02 -08:00
|
|
|
<field name="Line Antialiasing Region Width" start="38" end="39" type="uint">
|
|
|
|
|
<value name="0.5 pixels" value="0"/>
|
|
|
|
|
<value name="1.0 pixels" value="1"/>
|
|
|
|
|
<value name="2.0 pixels" value="2"/>
|
|
|
|
|
<value name="4.0 pixels" value="3"/>
|
|
|
|
|
</field>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="RT Independent Rasterization Enable" start="37" end="37" type="bool"/>
|
|
|
|
|
<field name="Polygon Stipple Enable" start="36" end="36" type="bool"/>
|
|
|
|
|
<field name="Line Stipple Enable" start="35" end="35" type="bool"/>
|
|
|
|
|
<field name="Point Rasterization Rule" start="34" end="34" type="uint">
|
|
|
|
|
<value name="RASTRULE_UPPER_LEFT" value="0"/>
|
|
|
|
|
<value name="RASTRULE_UPPER_RIGHT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Multisample Rasterization Mode" start="32" end="33" type="uint">
|
|
|
|
|
<value name="MSRASTMODE_OFF_PIXEL" value="0"/>
|
|
|
|
|
<value name="MSRASTMODE_OFF_PATTERN" value="1"/>
|
|
|
|
|
<value name="MSRASTMODE_ON_PIXEL" value="2"/>
|
|
|
|
|
<value name="MSRASTMODE_ON_PATTERN" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Multisample Dispatch Mode" start="95" end="95" type="uint">
|
|
|
|
|
<value name="MSDISPMODE_PERSAMPLE" value="0"/>
|
|
|
|
|
<value name="MSDISPMODE_PERPIXEL" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="PS UAV-only" start="94" end="94" type="uint">
|
|
|
|
|
<value name="OFF" value="0"/>
|
|
|
|
|
<value name="ON" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="GPGPU_CSR_BASE_ADDRESS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="GPGPU CSR Base Address" start="44" end="63" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="GPGPU_OBJECT" bias="2" length="8" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="4"/>
|
|
|
|
|
<field name="Predicate Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="6"/>
|
|
|
|
|
<field name="Shared Local Memory Fixed Offset" start="39" end="39" type="uint"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
<field name="Shared Local Memory Offset" start="92" end="95" type="uint"/>
|
|
|
|
|
<field name="End of Thread Group" start="88" end="88" type="uint"/>
|
|
|
|
|
<field name="Slice Destination Select" start="83" end="83" type="uint">
|
|
|
|
|
<value name="Slice 0" value="0"/>
|
|
|
|
|
<value name="Slice 1" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Half-Slice Destination Select" start="81" end="82" type="uint">
|
|
|
|
|
<value name="Half-Slice 1" value="2"/>
|
|
|
|
|
<value name="Half-Slice 0" value="1"/>
|
|
|
|
|
<value name="Either Half-Slice" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Indirect Data Length" start="64" end="80" type="uint"/>
|
|
|
|
|
<field name="Indirect Data Start Address" start="96" end="127" type="offset"/>
|
|
|
|
|
<field name="Thread Group ID X" start="128" end="159" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Y" start="160" end="191" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Z" start="192" end="223" type="uint"/>
|
|
|
|
|
<field name="Execution Mask" start="224" end="255" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="GPGPU_WALKER" bias="2" length="11" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="16" end="23" type="uint" default="5"/>
|
|
|
|
|
<field name="Indirect Parameter Enable" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="Predicate Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="9"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
<field name="SIMD Size" start="94" end="95" type="uint">
|
|
|
|
|
<value name="SIMD8" value="0"/>
|
|
|
|
|
<value name="SIMD16" value="1"/>
|
|
|
|
|
<value name="SIMD32" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Thread Depth Counter Maximum" start="80" end="85" type="uint"/>
|
|
|
|
|
<field name="Thread Height Counter Maximum" start="72" end="77" type="uint"/>
|
|
|
|
|
<field name="Thread Width Counter Maximum" start="64" end="69" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Starting X" start="96" end="127" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID X Dimension" start="128" end="159" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Starting Y" start="160" end="191" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Y Dimension" start="192" end="223" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Starting Z" start="224" end="255" type="uint"/>
|
|
|
|
|
<field name="Thread Group ID Z Dimension" start="256" end="287" type="uint"/>
|
|
|
|
|
<field name="Right Execution Mask" start="288" end="319" type="uint"/>
|
|
|
|
|
<field name="Bottom Execution Mask" start="320" end="351" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_CURBE_LOAD" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="2"/>
|
|
|
|
|
<field name="CURBE Total Data Length" start="64" end="80" type="uint"/>
|
|
|
|
|
<field name="CURBE Data Start Address" start="96" end="127" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_INTERFACE_DESCRIPTOR_LOAD" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="2"/>
|
|
|
|
|
<field name="Interface Descriptor Total Length" start="64" end="80" type="uint"/>
|
|
|
|
|
<field name="Interface Descriptor Data Start Address" start="96" end="127" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_OBJECT" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Media Command Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="Media Command Sub-Opcode" start="16" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="4"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
<field name="Children Present" start="95" end="95" type="bool"/>
|
|
|
|
|
<field name="Thread Synchronization" start="88" end="88" type="uint">
|
|
|
|
|
<value name="No thread synchronization" value="0"/>
|
|
|
|
|
<value name="Thread dispatch is synchronized by the 'spawn root thread' message" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Use Scoreboard" start="85" end="85" type="uint">
|
|
|
|
|
<value name="Not using scoreboard" value="0"/>
|
|
|
|
|
<value name="Using scoreboard" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Slice Destination Select" start="83" end="83" type="uint">
|
|
|
|
|
<value name="Slice 0" value="0"/>
|
|
|
|
|
<value name="Slice 1" value="1"/>
|
|
|
|
|
<value name="Either Slice" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Half-Slice Destination Select" start="81" end="82" type="uint">
|
|
|
|
|
<value name="Half-Slice 1" value="2"/>
|
|
|
|
|
<value name="Half-Slice 0" value="1"/>
|
|
|
|
|
<value name="Either half-slice" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Indirect Data Length" start="64" end="80" type="uint"/>
|
|
|
|
|
<field name="Indirect Data Start Address" start="96" end="127" type="address"/>
|
|
|
|
|
<field name="Scoredboard Y" start="144" end="152" type="uint"/>
|
|
|
|
|
<field name="Scoreboard X" start="128" end="136" type="uint"/>
|
|
|
|
|
<field name="Scoreboard Color" start="176" end="179" type="uint"/>
|
|
|
|
|
<field name="Scoreboard Mask" start="160" end="167" type="uint"/>
|
|
|
|
|
<group count="0" start="192" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_OBJECT_PRT" bias="2" length="16" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="14"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
<field name="Children Present" start="95" end="95" type="bool"/>
|
|
|
|
|
<field name="PRT_Fence Needed" start="87" end="87" type="bool"/>
|
|
|
|
|
<field name="PRT_FenceType" start="86" end="86" type="uint">
|
|
|
|
|
<value name="Root thread queue" value="0"/>
|
|
|
|
|
<value name="VFE state flush" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="12" start="128" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_OBJECT_WALKER" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="15"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
<field name="Children Present" start="95" end="95" type="uint"/>
|
|
|
|
|
<field name="Thread Synchronization" start="88" end="88" type="uint">
|
|
|
|
|
<value name="No thread synchronization" value="0"/>
|
|
|
|
|
<value name="Thread dispatch is synchronized by the 'spawn root thread' message" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Use Scoreboard" start="85" end="85" type="uint">
|
|
|
|
|
<value name="Not using scoreboard" value="0"/>
|
|
|
|
|
<value name="Using scoreboard" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Indirect Data Length" start="64" end="80" type="uint"/>
|
|
|
|
|
<field name="Indirect Data Start Address" start="96" end="127" type="offset"/>
|
|
|
|
|
<field name="Scoreboard Mask" start="160" end="167" type="uint"/>
|
|
|
|
|
<field name="Dual Mode" start="223" end="223" type="uint"/>
|
|
|
|
|
<field name="Repel" start="222" end="222" type="uint"/>
|
|
|
|
|
<field name="Quad Mode" start="221" end="221" type="uint"/>
|
|
|
|
|
<field name="Color Count Minus One" start="216" end="219" type="uint"/>
|
|
|
|
|
<field name="Middle Loop Extra Steps" start="208" end="212" type="uint"/>
|
|
|
|
|
<field name="Local Mid-Loop Unit Y" start="204" end="205" type="int"/>
|
|
|
|
|
<field name="Mid-Loop Unit X" start="200" end="201" type="int"/>
|
|
|
|
|
<field name="Global Loop Exec Count" start="240" end="249" type="uint"/>
|
|
|
|
|
<field name="Local Loop Exec Count" start="224" end="233" type="uint"/>
|
|
|
|
|
<field name="Block Resolution Y" start="272" end="280" type="uint"/>
|
|
|
|
|
<field name="Block Resolution X" start="256" end="264" type="uint"/>
|
|
|
|
|
<field name="Local Start Y" start="304" end="312" type="uint"/>
|
|
|
|
|
<field name="Local Start X" start="288" end="296" type="uint"/>
|
|
|
|
|
<field name="Local Outer Loop Stride Y" start="368" end="377" type="int"/>
|
|
|
|
|
<field name="Local Outer Loop Stride X" start="352" end="361" type="int"/>
|
|
|
|
|
<field name="Local Inner Loop Unit Y" start="400" end="409" type="int"/>
|
|
|
|
|
<field name="Local Inner Loop Unit X" start="384" end="393" type="int"/>
|
|
|
|
|
<field name="Global Resolution Y" start="432" end="440" type="uint"/>
|
|
|
|
|
<field name="Global Resolution X" start="416" end="424" type="uint"/>
|
|
|
|
|
<field name="Global Start Y" start="464" end="473" type="int"/>
|
|
|
|
|
<field name="Global Start X" start="448" end="457" type="int"/>
|
|
|
|
|
<field name="Global Outer Loop Stride Y" start="496" end="505" type="int"/>
|
|
|
|
|
<field name="Global Outer Loop Stride X" start="480" end="489" type="int"/>
|
|
|
|
|
<field name="Global Inner Loop Unit Y" start="528" end="537" type="int"/>
|
|
|
|
|
<field name="Global Inner Loop Unit X" start="512" end="521" type="int"/>
|
|
|
|
|
<group count="0" start="544" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_STATE_FLUSH" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="0"/>
|
|
|
|
|
<field name="Disable Preemption" start="40" end="40" type="bool"/>
|
|
|
|
|
<field name="Flush to GO" start="39" end="39" type="bool"/>
|
|
|
|
|
<field name="Watermark Required" start="38" end="38" type="uint"/>
|
|
|
|
|
<field name="Interface Descriptor Offset" start="32" end="37" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MEDIA_VFE_STATE" bias="2" length="8" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode" start="16" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="15" type="uint" default="6"/>
|
2016-06-16 14:58:25 -07:00
|
|
|
<field name="Scratch Space Base Pointer" start="42" end="63" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Stack Size" start="36" end="39" type="uint"/>
|
|
|
|
|
<field name="Per Thread Scratch Space" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="Maximum Number of Threads" start="80" end="95" type="uint"/>
|
|
|
|
|
<field name="Number of URB Entries" start="72" end="79" type="uint"/>
|
|
|
|
|
<field name="Reset Gateway Timer" start="71" end="71" type="uint">
|
|
|
|
|
<value name="Maintaining the existing timestamp state" value="0"/>
|
|
|
|
|
<value name="Resetting relative timer and latching the global timestamp" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Bypass Gateway Control" start="70" end="70" type="uint">
|
|
|
|
|
<value name="Maintaining OpenGateway/ForwardMsg/CloseGateway protocol (legacy mode)" value="0"/>
|
|
|
|
|
<value name="Bypassing OpenGateway/CloseGateway protocol" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="GPGPU Mode" start="66" end="66" type="uint"/>
|
|
|
|
|
<field name="Half-Slice Disable" start="96" end="97" type="uint"/>
|
|
|
|
|
<field name="URB Entry Allocation Size" start="144" end="159" type="uint"/>
|
|
|
|
|
<field name="CURBE Allocation Size" start="128" end="143" type="uint"/>
|
|
|
|
|
<field name="Scoreboard Enable" start="191" end="191" type="uint">
|
|
|
|
|
<value name="Scoreboard disabled" value="0"/>
|
|
|
|
|
<value name="Scoreboard enabled" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Scoreboard Type" start="190" end="190" type="uint">
|
|
|
|
|
<value name="Stalling Scoreboard" value="0"/>
|
|
|
|
|
<value name="Non-Stalling Scoreboard" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Scoreboard Mask" start="160" end="167" type="uint"/>
|
|
|
|
|
<field name="Scoreboard 3 Delta Y" start="220" end="223" type="int"/>
|
|
|
|
|
<field name="Scoreboard 3 Delta X" start="216" end="219" type="int"/>
|
|
|
|
|
<field name="Scoreboard 2 Delta Y" start="212" end="215" type="int"/>
|
|
|
|
|
<field name="Scoreboard 2 Delta X" start="208" end="211" type="int"/>
|
|
|
|
|
<field name="Scoreboard 1 Delta Y" start="204" end="207" type="int"/>
|
|
|
|
|
<field name="Scoreboard 1 Delta X" start="200" end="203" type="int"/>
|
|
|
|
|
<field name="Scoreboard 0 Delta Y" start="196" end="199" type="int"/>
|
|
|
|
|
<field name="Scoreboard 0 Delta X" start="192" end="195" type="int"/>
|
|
|
|
|
<field name="Scoreboard 7 Delta Y" start="252" end="255" type="int"/>
|
|
|
|
|
<field name="Scoreboard 7 Delta X" start="248" end="251" type="int"/>
|
|
|
|
|
<field name="Scoreboard 6 Delta Y" start="244" end="247" type="int"/>
|
|
|
|
|
<field name="Scoreboard 6 Delta X" start="240" end="243" type="int"/>
|
|
|
|
|
<field name="Scoreboard 5 Delta Y" start="236" end="239" type="int"/>
|
|
|
|
|
<field name="Scoreboard 5 Delta X" start="232" end="235" type="int"/>
|
|
|
|
|
<field name="Scoreboard 4 Delta Y" start="228" end="231" type="int"/>
|
|
|
|
|
<field name="Scoreboard 4 Delta X" start="224" end="227" type="int"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2019-01-16 13:54:02 +02:00
|
|
|
<instruction name="MFC_AVC_PAK_OBJECT" bias="2" length="12" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="9"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="10"/>
|
|
|
|
|
<field name="Indirect PAK-MV Data Length" start="32" end="41" type="uint"/>
|
|
|
|
|
<field name="Indirect PAK-MV Data Start Address Offset" start="64" end="92" type="offset"/>
|
|
|
|
|
<group count="8" start="96" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFC_MPEG2_PAK_OBJECT" bias="2" length="9" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="3"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="9"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="7"/>
|
|
|
|
|
<group count="8" start="32" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFC_MPEG2_SLICEGROUP_STATE" bias="2" length="8" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="3"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="6"/>
|
|
|
|
|
<field name="Rate Control Counter Enable" start="63" end="63" type="bool"/>
|
|
|
|
|
<field name="Reset Rate Control Counter" start="62" end="62" type="bool"/>
|
|
|
|
|
<field name="Rate Control Triggle Mode" start="60" end="61" type="uint">
|
|
|
|
|
<value name="Always Rate Control" value="0"/>
|
|
|
|
|
<value name="Gentle Rate Control" value="1"/>
|
|
|
|
|
<value name="Loose Rate Control" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Rate Control Stable Tolerance" start="56" end="59" type="uint"/>
|
|
|
|
|
<field name="Rate Control Panic Enable" start="55" end="55" type="bool"/>
|
|
|
|
|
<field name="Rate Control Panic Type" start="54" end="54" type="uint">
|
|
|
|
|
<value name="QP Panic" value="0"/>
|
|
|
|
|
<value name="CBP Panic" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB Type Skip Conversion Disable" start="52" end="52" type="bool"/>
|
|
|
|
|
<field name="Last Slice" start="51" end="51" type="bool"/>
|
|
|
|
|
<field name="Compressed BitStream Output Disable" start="50" end="50" type="bool"/>
|
|
|
|
|
<field name="Header Insertion Present" start="49" end="49" type="bool"/>
|
|
|
|
|
<field name="Slice Data Insertion Present" start="48" end="48" type="bool"/>
|
|
|
|
|
<field name="Tail Insertion Present" start="47" end="47" type="bool"/>
|
|
|
|
|
<field name="First Slice Header Disable" start="46" end="46" type="bool"/>
|
|
|
|
|
<field name="Intra Slice" start="45" end="45" type="bool"/>
|
|
|
|
|
<field name="Intra Slice Flag" start="44" end="44" type="bool"/>
|
|
|
|
|
<field name="Slice ID" start="36" end="39" type="uint"/>
|
|
|
|
|
<field name="Stream ID" start="32" end="33" type="uint"/>
|
|
|
|
|
<field name="Next Slice Group MB Y Count" start="88" end="95" type="uint"/>
|
|
|
|
|
<field name="Next Slice Group MB X Count" start="80" end="87" type="uint"/>
|
|
|
|
|
<field name="First MB Y Count" start="72" end="79" type="uint"/>
|
|
|
|
|
<field name="First MB X Count" start="64" end="71" type="uint"/>
|
|
|
|
|
<field name="Slice Group Skip" start="104" end="104" type="bool"/>
|
|
|
|
|
<field name="Slice Group QP" start="96" end="101" type="uint"/>
|
|
|
|
|
<field name="Indirect PAK-BSE Data Start Address" start="128" end="156" type="offset"/>
|
|
|
|
|
<field name="QP Max Negative Modifier Magnitude" start="184" end="191" type="uint"/>
|
|
|
|
|
<field name="QP Max Positive Modifier Magnitude" start="176" end="183" type="uint"/>
|
|
|
|
|
<field name="Shrink Resistance" start="172" end="175" type="uint"/>
|
|
|
|
|
<field name="Shrink Init" start="168" end="171" type="uint"/>
|
|
|
|
|
<field name="Grow Resistance" start="164" end="167" type="uint"/>
|
|
|
|
|
<field name="Grow Init" start="160" end="163" type="uint"/>
|
|
|
|
|
<field name="Correct 6" start="212" end="215" type="uint"/>
|
|
|
|
|
<field name="Correct 5" start="208" end="211" type="uint"/>
|
|
|
|
|
<field name="Correct 4" start="204" end="207" type="uint"/>
|
|
|
|
|
<field name="Correct 3" start="200" end="203" type="uint"/>
|
|
|
|
|
<field name="Correct 2" start="196" end="199" type="uint"/>
|
|
|
|
|
<field name="Correct 1" start="192" end="195" type="uint"/>
|
|
|
|
|
<field name="CV7" start="252" end="255" type="uint"/>
|
|
|
|
|
<field name="CV6" start="248" end="251" type="uint"/>
|
|
|
|
|
<field name="CV5" start="244" end="247" type="uint"/>
|
|
|
|
|
<field name="CV4" start="240" end="243" type="uint"/>
|
|
|
|
|
<field name="CV3" start="236" end="239" type="uint"/>
|
|
|
|
|
<field name="CV2" start="232" end="235" type="uint"/>
|
|
|
|
|
<field name="CV1" start="228" end="231" type="uint"/>
|
|
|
|
|
<field name="CV0" start="224" end="227" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_AVC_BSD_OBJECT" bias="2" length="6" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="4"/>
|
|
|
|
|
<field name="Indirect BSD Data Length" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Indirect BSD Data Start Address" start="64" end="92" type="address"/>
|
|
|
|
|
<field name="Inline Data" start="96" end="191" type="INLINE_DATA_DESCRIPTION_FOR_MFD_AVC_BSD_OBJECT"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_AVC_DPB_STATE" bias="2" length="27" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="6"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="9"/>
|
|
|
|
|
<group count="16" start="48" size="1">
|
|
|
|
|
<field name="Long Term Frame" start="0" end="0" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="32" size="1">
|
|
|
|
|
<field name="Non-Existing Frame" start="0" end="0" type="uint">
|
|
|
|
|
<value name="INVALID" value="1"/>
|
|
|
|
|
<value name="VALID" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="64" size="2">
|
|
|
|
|
<field name="Used for Reference" start="0" end="1" type="uint">
|
|
|
|
|
<value name="NOT_REFERENCE" value="0"/>
|
|
|
|
|
<value name="TOP_FIELD" value="1"/>
|
|
|
|
|
<value name="BOTTOM_FIELD" value="2"/>
|
|
|
|
|
<value name="FRAME" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="96" size="16">
|
|
|
|
|
<field name="LTST Frame Number List" start="0" end="15" type="uint" prefix="LTST">
|
|
|
|
|
<value name="Long Term Frame" value="1"/>
|
|
|
|
|
<value name="Short Term Frame" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="352" size="16">
|
|
|
|
|
<field name="View ID" start="0" end="15" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="608" size="8">
|
|
|
|
|
<field name="L0 View Order" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="736" size="8">
|
|
|
|
|
<field name="L1 View Order" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_AVC_PICID_STATE" bias="2" length="10" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="5"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="8"/>
|
|
|
|
|
<field name="PictureID Remapping Disable" start="32" end="32" type="uint">
|
|
|
|
|
<value name="Use 16 bits Picture ID" value="0"/>
|
|
|
|
|
<value name="Use 4 bits FrameStoreID" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="16" start="64" size="16">
|
|
|
|
|
<field name="Picture ID" start="0" end="15" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_AVC_SLICEADDR" bias="2" length="3" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="7"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="1"/>
|
|
|
|
|
<field name="Indirect BSD Data Length" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Indirect BSD Data Start Address" start="64" end="92" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_IT_OBJECT" bias="2" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="9"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="6"/>
|
|
|
|
|
<field name="Indirect IT-MV Data Length" start="32" end="41" type="uint"/>
|
|
|
|
|
<field name="Indirect IT-MV Data Start Address Offset" start="64" end="92" type="offset"/>
|
|
|
|
|
<field name="Indirect IT-COEFF Data Length" start="96" end="107" type="uint"/>
|
|
|
|
|
<field name="Indirect IT-COEFF Data Start Address Offset" start="128" end="156" type="offset"/>
|
|
|
|
|
<field name="Indirect IT-DBLK Control Data Length" start="160" end="165" type="uint"/>
|
|
|
|
|
<field name="Indirect IT-DBLK Control Data Start Address Offset" start="192" end="220" type="offset"/>
|
|
|
|
|
<group count="0" start="224" size="32">
|
|
|
|
|
<field name="Inline Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_JPEG_BSD_OBJECT" bias="2" length="6" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="7"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="4"/>
|
|
|
|
|
<field name="Indirect Data Length" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Indirect Data Start Address" start="64" end="92" type="offset"/>
|
|
|
|
|
<field name="Scan Horizontal Position" start="112" end="124" type="uint"/>
|
|
|
|
|
<field name="Scan Vertical Position" start="96" end="108" type="uint"/>
|
|
|
|
|
<field name="Interleaved" start="158" end="158" type="bool"/>
|
|
|
|
|
<field name="Scan Components" start="155" end="157" type="uint"/>
|
|
|
|
|
<field name="MCU Count" start="128" end="153" type="uint"/>
|
|
|
|
|
<field name="Restart Interval" start="160" end="175" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_MPEG2_BSD_OBJECT" bias="2" length="5" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="3"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="3"/>
|
|
|
|
|
<field name="Indirect BSD Data Length" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Indirect BSD Data Start Address" start="64" end="92" type="offset"/>
|
|
|
|
|
<field name="Inline Data" start="96" end="159" type="MFD_MPEG2_BSD_OBJECT_INLINE_DATA_DESCRIPTION"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_VC1_BSD_OBJECT" bias="2" length="5" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="3"/>
|
|
|
|
|
<field name="Indirect BSD Data Length" start="32" end="55" type="uint"/>
|
|
|
|
|
<field name="Indirect BSD Data Start Address" start="64" end="92" type="offset"/>
|
|
|
|
|
<field name="Slice Start Vertical Position" start="112" end="119" type="uint"/>
|
|
|
|
|
<field name="Next Slice Vertical Position" start="96" end="104" type="uint"/>
|
|
|
|
|
<field name="First MB Byte Offset of Slice Data or Slice Header" start="144" end="159" type="uint"/>
|
|
|
|
|
<field name="Emulation Prevention Byte Present" start="132" end="132" type="uint"/>
|
|
|
|
|
<field name="First MB Bit Offset" start="128" end="130" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_VC1_LONG_PIC_STATE" bias="2" length="6" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="1"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="4"/>
|
|
|
|
|
<field name="Picture Height In MBs" start="48" end="55" type="uint"/>
|
|
|
|
|
<field name="Picture Width In MBs" start="32" end="39" type="uint"/>
|
|
|
|
|
<field name="Bitplane Buffer Pitch" start="88" end="95" type="uint"/>
|
|
|
|
|
<field name="DMV Surface Valid" start="79" end="79" type="bool"/>
|
|
|
|
|
<field name="Implicit Quantizer" start="78" end="78" type="bool"/>
|
|
|
|
|
<field name="Interpolation Rounder Control" start="77" end="77" type="bool"/>
|
|
|
|
|
<field name="Sync Marker" start="76" end="76" type="bool"/>
|
|
|
|
|
<field name="MV Mode" start="72" end="75" type="uint"/>
|
|
|
|
|
<field name="Range Reduction Scale" start="71" end="71" type="uint"/>
|
|
|
|
|
<field name="Range Reduction Enable" start="70" end="70" type="bool"/>
|
|
|
|
|
<field name="Loop Filter Enable" start="69" end="69" type="bool"/>
|
|
|
|
|
<field name="Overlap Smoothing Enable" start="68" end="68" type="bool"/>
|
|
|
|
|
<field name="Second Field" start="67" end="67" type="bool"/>
|
|
|
|
|
<field name="VC1 Profile" start="64" end="64" type="uint">
|
|
|
|
|
<value name="Simple/Main Profile" value="0"/>
|
|
|
|
|
<value name="Advanced Profile" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="CONDOVER" start="125" end="126" type="uint"/>
|
|
|
|
|
<field name="Picure Type" start="122" end="124" type="uint"/>
|
|
|
|
|
<field name="Frame Coding Mode" start="120" end="121" type="uint">
|
|
|
|
|
<value name="Progressive Frame Picture" value="0"/>
|
|
|
|
|
<value name="Interlaced Frame Picture" value="1"/>
|
|
|
|
|
<value name="Field Picture with Top Field First" value="2"/>
|
|
|
|
|
<value name="Field Picture with Bottom Field First" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Alternative PQ Value" start="112" end="116" type="uint"/>
|
|
|
|
|
<field name="PQ Value" start="104" end="108" type="uint"/>
|
|
|
|
|
<field name="B Scale Factor" start="96" end="103" type="uint"/>
|
|
|
|
|
<field name="Unified MV Mode" start="156" end="157" type="uint">
|
|
|
|
|
<value name="1-MV half-pel bilinear" value="3"/>
|
|
|
|
|
<value name="1-MV" value="1"/>
|
|
|
|
|
<value name="1-MV half-pel" value="2"/>
|
|
|
|
|
<value name="Mixed MV" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Four MV Switch" start="155" end="155" type="uint">
|
|
|
|
|
<value name="Only 1-MV" value="0"/>
|
|
|
|
|
<value name="1, 2, or 4 MVs" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Fast UV Motion Compensation" start="154" end="154" type="uint">
|
|
|
|
|
<value name="No Rounding" value="0"/>
|
|
|
|
|
<value name="Quarter-Pel offsets to Half/Full pel positions" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Reference Field Picture Polarity" start="153" end="153" type="uint">
|
|
|
|
|
<value name="Top (even) Field" value="0"/>
|
|
|
|
|
<value name="Bottom (odd) Field" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Number of References" start="152" end="152" type="uint">
|
|
|
|
|
<value name="One field referenced" value="0"/>
|
|
|
|
|
<value name="Two fields referenced" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Backward Reference Distance" start="148" end="151" type="uint"/>
|
|
|
|
|
<field name="Forward Reference Distance" start="144" end="147" type="uint"/>
|
|
|
|
|
<field name="Extended DMV Range" start="138" end="139" type="uint"/>
|
|
|
|
|
<field name="Extended MV Range" start="136" end="137" type="uint"/>
|
|
|
|
|
<field name="Alternative PQ Edge Mask" start="132" end="135" type="uint"/>
|
|
|
|
|
<field name="Alternative PQ Configuration" start="130" end="131" type="uint"/>
|
|
|
|
|
<field name="Half QP" start="129" end="129" type="bool"/>
|
|
|
|
|
<field name="PQ Uniform" start="128" end="128" type="bool"/>
|
|
|
|
|
<field name="Bitplane Buffer Present" start="191" end="191" type="bool"/>
|
|
|
|
|
<field name="FORWARDMB Raw" start="190" end="190" type="bool"/>
|
|
|
|
|
<field name="MVTYPEMB Raw" start="189" end="189" type="bool"/>
|
|
|
|
|
<field name="SKIPMB Raw" start="188" end="188" type="bool"/>
|
|
|
|
|
<field name="DIRECTMB Raw" start="187" end="187" type="bool"/>
|
|
|
|
|
<field name="OVERFLAGS Raw" start="186" end="186" type="bool"/>
|
|
|
|
|
<field name="ACPRED Raw" start="185" end="185" type="bool"/>
|
|
|
|
|
<field name="FIELDTX Raw" start="184" end="184" type="bool"/>
|
|
|
|
|
<field name="MV Table" start="180" end="182" type="uint"/>
|
|
|
|
|
<field name="4-MV Block Pattern Table" start="178" end="179" type="uint"/>
|
|
|
|
|
<field name="2-MV Block Pattern Table" start="176" end="177" type="uint"/>
|
|
|
|
|
<field name="Picture-level Transform Type" start="172" end="173" type="uint">
|
|
|
|
|
<value name="8x8 Transform" value="0"/>
|
|
|
|
|
<value name="8x4 Transform" value="1"/>
|
|
|
|
|
<value name="4x8 Transform" value="2"/>
|
|
|
|
|
<value name="4x4 Transform" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB Transform Type" start="171" end="171" type="bool"/>
|
|
|
|
|
<field name="MB Mode Table" start="168" end="170" type="uint"/>
|
|
|
|
|
<field name="Picture-level Transform Luma AC Coding Set Index" start="166" end="167" type="uint"/>
|
|
|
|
|
<field name="Picture-level Transform Chroma AC Coding Set Index" start="164" end="165" type="uint"/>
|
|
|
|
|
<field name="Intra Transform DC Table" start="163" end="163" type="uint"/>
|
|
|
|
|
<field name="Coded Block Pattern Table" start="160" end="162" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFD_VC1_SHORT_PIC_STATE" bias="2" length="5" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="3"/>
|
|
|
|
|
<field name="Picture Height" start="48" end="55" type="uint"/>
|
|
|
|
|
<field name="Picture Width" start="32" end="39" type="uint"/>
|
|
|
|
|
<field name="Bitplane Buffer Pitch" start="88" end="95" type="uint"/>
|
|
|
|
|
<field name="Interpolation Rounder Control" start="87" end="87" type="bool"/>
|
|
|
|
|
<field name="MV Mode" start="80" end="83" type="uint"/>
|
|
|
|
|
<field name="DMV Surface Valid" start="79" end="79" type="bool"/>
|
|
|
|
|
<field name="VC1 Profile" start="75" end="75" type="uint">
|
|
|
|
|
<value name="Simple/Main Profile" value="0"/>
|
|
|
|
|
<value name="Advanced Profile" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Backward Prediction Present" start="69" end="69" type="bool"/>
|
|
|
|
|
<field name="Intra Picture" start="68" end="68" type="bool"/>
|
|
|
|
|
<field name="Second Field" start="67" end="67" type="bool"/>
|
|
|
|
|
<field name="Picture Structure" start="64" end="65" type="uint"/>
|
|
|
|
|
<field name="Overlap Smoothing Enable" start="126" end="126" type="bool"/>
|
|
|
|
|
<field name="Range Reduction Scale" start="125" end="125" type="uint"/>
|
|
|
|
|
<field name="Range Reduction Enable" start="124" end="124" type="uint"/>
|
|
|
|
|
<field name="Progressive Pic Type" start="118" end="119" type="uint"/>
|
|
|
|
|
<field name="P-Pic Ref Distance" start="112" end="116" type="uint"/>
|
|
|
|
|
<field name="QUANTIZER" start="110" end="111" type="uint"/>
|
|
|
|
|
<field name="MULTIRES Present" start="109" end="109" type="bool"/>
|
|
|
|
|
<field name="SYNCMARKER Present" start="108" end="108" type="bool"/>
|
|
|
|
|
<field name="RANGERED Present" start="107" end="107" type="bool"/>
|
|
|
|
|
<field name="MAXBFRAMES" start="104" end="106" type="uint"/>
|
|
|
|
|
<field name="PANSCAN Present" start="103" end="103" type="bool"/>
|
|
|
|
|
<field name="REFDIST_FLAG" start="102" end="102" type="bool"/>
|
|
|
|
|
<field name="Loop Filter Enable" start="101" end="101" type="bool"/>
|
|
|
|
|
<field name="Fast UV Motion Compensation" start="100" end="100" type="uint">
|
|
|
|
|
<value name="No Rounding" value="0"/>
|
|
|
|
|
<value name="Quarter-Pel offsets to Half/Full pel positions" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="EXTENDED_MV Present" start="99" end="99" type="bool"/>
|
|
|
|
|
<field name="DQUANT" start="97" end="98" type="uint"/>
|
|
|
|
|
<field name="variable-sized transform coding" start="96" end="96" type="bool"/>
|
|
|
|
|
<field name="BFraction Enumeration" start="152" end="156" type="uint"/>
|
|
|
|
|
<field name="4-MV Allowed" start="136" end="136" type="bool"/>
|
|
|
|
|
<field name="POSTPROC" start="135" end="135" type="bool"/>
|
|
|
|
|
<field name="PULLDOWN" start="134" end="134" type="bool"/>
|
|
|
|
|
<field name="INTERLACE" start="133" end="133" type="bool"/>
|
|
|
|
|
<field name="TFCNTRFLAG" start="132" end="132" type="bool"/>
|
|
|
|
|
<field name="FINTERFLAG" start="131" end="131" type="bool"/>
|
|
|
|
|
<field name="REFPIC" start="130" end="130" type="bool"/>
|
|
|
|
|
<field name="PSF" start="129" end="129" type="bool"/>
|
|
|
|
|
<field name="EXTENDED_DMV Present" start="128" end="128" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_AVC_DIRECTMODE_STATE" bias="2" length="71" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="69"/>
|
|
|
|
|
<group count="34" start="1184" size="32">
|
|
|
|
|
<field name="POC List" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_AVC_IMG_STATE" bias="2" length="14" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="12"/>
|
|
|
|
|
<field name="Frame Size" start="32" end="47" type="uint"/>
|
|
|
|
|
<field name="Frame Height" start="80" end="87" type="uint"/>
|
|
|
|
|
<field name="Frame Width" start="64" end="71" type="uint"/>
|
|
|
|
|
<field name="Second Chroma QP Offset" start="120" end="124" type="uint"/>
|
|
|
|
|
<field name="First Chroma QP Offset" start="112" end="116" type="uint"/>
|
|
|
|
|
<field name="Weighted Prediction Enable" start="108" end="108" type="bool"/>
|
|
|
|
|
<field name="Weighted BiPrediction IDC" start="106" end="107" type="uint">
|
|
|
|
|
<value name="DEFAULT" value="0"/>
|
|
|
|
|
<value name="EXPLICIT" value="1"/>
|
|
|
|
|
<value name="IMPLICIT" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Image Structure" start="104" end="105" type="uint">
|
|
|
|
|
<value name="Frame Picture" value="0"/>
|
|
|
|
|
<value name="Top Field Picture" value="1"/>
|
|
|
|
|
<value name="Bottom Field Picture" value="3"/>
|
|
|
|
|
<value name="Invalid, not allowed." value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Minimum Frame Size" start="144" end="159" type="uint"/>
|
|
|
|
|
<field name="MB Status Read" start="143" end="143" type="bool"/>
|
|
|
|
|
<field name="Load Bitstream Pointer Per Slice" start="142" end="142" type="bool"/>
|
|
|
|
|
<field name="MV Unpacked Enable" start="140" end="140" type="bool"/>
|
|
|
|
|
<field name="Chroma Format IDC" start="138" end="139" type="uint">
|
|
|
|
|
<value name="Monochrome picture" value="0"/>
|
|
|
|
|
<value name="4:2:0 picture" value="1"/>
|
|
|
|
|
<value name="4:2:2 picture (not supported)" value="2"/>
|
|
|
|
|
<value name="4:4:4 picture (not supported)" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB MV Format" start="136" end="136" type="uint">
|
|
|
|
|
<value name="IGNORE" value="0"/>
|
|
|
|
|
<value name="FOLLOW" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Entropy Coding Sync Enable" start="135" end="135" type="bool"/>
|
|
|
|
|
<field name="Non-Reference Picture" start="134" end="134" type="bool"/>
|
|
|
|
|
<field name="Constrained Intra Prediction" start="133" end="133" type="bool"/>
|
|
|
|
|
<field name="Direct 8x8 Inference" start="132" end="132" type="bool"/>
|
|
|
|
|
<field name="8x8 IDCT Transform Mode" start="131" end="131" type="bool"/>
|
|
|
|
|
<field name="Frame MB Only" start="130" end="130" type="bool"/>
|
|
|
|
|
<field name="MBAFF Mode" start="129" end="129" type="bool"/>
|
|
|
|
|
<field name="Field Picure" start="128" end="128" type="bool"/>
|
|
|
|
|
<field name="Trellis Quantization Enable" start="191" end="191" type="bool"/>
|
|
|
|
|
<field name="Trellis Quantization Rounding" start="188" end="190" type="uint"/>
|
|
|
|
|
<field name="Trellis Quantization Chroma Disable" start="187" end="187" type="bool"/>
|
|
|
|
|
<field name="Non First Pass" start="176" end="176" type="uint"/>
|
|
|
|
|
<field name="Inter MB Force CBP to Zero Control" start="172" end="172" type="bool"/>
|
|
|
|
|
<field name="Minimum Frame Size Units" start="170" end="171" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="16 bytes" value="1"/>
|
|
|
|
|
<value name="4Kb" value="2"/>
|
|
|
|
|
<value name="16Kb" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB Level Rate Control" start="169" end="169" type="bool"/>
|
|
|
|
|
<field name="Force IPCM Control" start="167" end="167" type="bool"/>
|
|
|
|
|
<field name="Frame Bitrate Min Report" start="163" end="163" type="bool"/>
|
|
|
|
|
<field name="Frame Bitrate Max Report" start="162" end="162" type="bool"/>
|
|
|
|
|
<field name="Inter MB Max Bit Control" start="161" end="161" type="bool"/>
|
|
|
|
|
<field name="Intra MB Max Bit Control" start="160" end="160" type="bool"/>
|
|
|
|
|
<field name="Inter MB Conformance Max Size" start="208" end="219" type="uint"/>
|
|
|
|
|
<field name="Intra MB Conformance Max Size" start="192" end="203" type="uint"/>
|
|
|
|
|
<field name="Slice Delta QP Max[3]" start="280" end="287" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Max[2]" start="272" end="279" type="uint"/>
|
|
|
|
|
<field name="Slice Delta QP Max[1]" start="264" end="271" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Max[0]" start="256" end="263" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[3]" start="312" end="319" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[2]" start="304" end="311" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[1]" start="296" end="303" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[0]" start="288" end="295" type="int"/>
|
|
|
|
|
<field name="Frame Bitrate Max Unit" start="351" end="351" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Max Unit Mode" start="350" end="350" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="New mode" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Frame Bitrate Max" start="336" end="349" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Unit" start="335" end="335" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Unit Mode" start="334" end="334" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="New mode" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Frame Bitrate Min" start="320" end="333" type="uint"/>
|
|
|
|
|
<field name="Slice Stats Stream-Out Enable" start="383" end="383" type="bool"/>
|
|
|
|
|
<field name="Frame Bitrate Max Delta" start="368" end="382" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Delta" start="352" end="366" type="uint"/>
|
|
|
|
|
<field name="Current Picture Has Performed MMCO5" start="445" end="445" type="bool"/>
|
|
|
|
|
<field name="Number of Reference Frames" start="440" end="444" type="uint"/>
|
|
|
|
|
<field name="Number of Active Reference Pictures from L1" start="432" end="437" type="uint"/>
|
|
|
|
|
<field name="Number of Active Reference Pictures from L0" start="424" end="429" type="uint"/>
|
|
|
|
|
<field name="Initial QP Value" start="416" end="423" type="int"/>
|
|
|
|
|
<field name="Log2 Max Pic Order Count LSB" start="472" end="479" type="uint"/>
|
|
|
|
|
<field name="Log2 Max Frame Number" start="464" end="471" type="uint"/>
|
|
|
|
|
<field name="Deblocking Filter Control Present" start="463" end="463" type="bool"/>
|
|
|
|
|
<field name="Number of Slice Groups" start="460" end="462" type="uint"/>
|
|
|
|
|
<field name="Redundant Pic Count Present" start="459" end="459" type="bool"/>
|
|
|
|
|
<field name="Slice Group Map Type" start="456" end="458" type="uint"/>
|
|
|
|
|
<field name="Pic Order Count Type" start="450" end="451" type="uint"/>
|
|
|
|
|
<field name="Delta Pic Order Always Zero" start="449" end="449" type="bool"/>
|
|
|
|
|
<field name="Pic Order Present" start="448" end="448" type="bool"/>
|
|
|
|
|
<field name="Current Picture Frame Number" start="496" end="511" type="uint"/>
|
|
|
|
|
<field name="Slice Group Change Rate" start="480" end="495" type="uint"/>
|
|
|
|
|
<field name="Inter View Order Disable" start="543" end="543" type="bool"/>
|
|
|
|
|
<field name="Max View IDXL1" start="530" end="533" type="uint"/>
|
|
|
|
|
<field name="Max View IDXL0" start="524" end="527" type="uint"/>
|
|
|
|
|
<field name="Current Frame View ID" start="512" end="521" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_AVC_REF_IDX_STATE" bias="2" length="10" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="8"/>
|
|
|
|
|
<field name="Reference Picture List Select" start="32" end="32" type="uint"/>
|
|
|
|
|
<group count="32" start="64" size="8">
|
|
|
|
|
<field name="Reference List Entry" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_AVC_SLICE_STATE" bias="2" length="10" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="8"/>
|
|
|
|
|
<field name="Slice Type" start="32" end="35" type="uint">
|
|
|
|
|
<value name="P Slice" value="0"/>
|
|
|
|
|
<value name="B Slice" value="1"/>
|
|
|
|
|
<value name="I Slice" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Number of Reference Pictures in Inter-prediction List 1" start="88" end="93" type="uint"/>
|
|
|
|
|
<field name="Number of Reference Pictures in Inter-prediction List 0" start="80" end="85" type="uint"/>
|
|
|
|
|
<field name="Log2 Weight Denominator Chroma" start="72" end="74" type="uint"/>
|
|
|
|
|
<field name="Log2 Weight Denominator Luma" start="64" end="66" type="uint"/>
|
|
|
|
|
<field name="Weighted Prediction Indicator" start="126" end="127" type="uint"/>
|
|
|
|
|
<field name="Direct Prediction Type" start="125" end="125" type="uint">
|
|
|
|
|
<value name="Temporal" value="0"/>
|
|
|
|
|
<value name="Spatial" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Disable Deblocking Filter Indicator" start="123" end="124" type="uint"/>
|
|
|
|
|
<field name="CABAC Init IDC" start="120" end="121" type="uint"/>
|
|
|
|
|
<field name="Slice Quantization Parameter" start="112" end="117" type="uint"/>
|
|
|
|
|
<field name="Slice Beta Offset Div2" start="104" end="107" type="int"/>
|
|
|
|
|
<field name="Slice Alpha C0 Offset Div2" start="96" end="99" type="int"/>
|
|
|
|
|
<field name="Slice Vertical Position" start="152" end="159" type="uint"/>
|
|
|
|
|
<field name="Slice Horizontal Position" start="144" end="151" type="uint"/>
|
|
|
|
|
<field name="Slice Start MB Number" start="128" end="142" type="uint"/>
|
|
|
|
|
<field name="Next Slice Vertical Position" start="176" end="183" type="uint"/>
|
|
|
|
|
<field name="Next Slice Horizontal Position" start="160" end="167" type="uint"/>
|
|
|
|
|
<field name="Rate Control Counter Enable" start="223" end="223" type="uint"/>
|
|
|
|
|
<field name="Reset Rate Control Counter" start="222" end="222" type="bool"/>
|
|
|
|
|
<field name="Rate Control Triggle Mode" start="220" end="221" type="uint">
|
|
|
|
|
<value name="Always Rate Control" value="0"/>
|
|
|
|
|
<value name="Gentle Rate Control" value="1"/>
|
|
|
|
|
<value name="Loose Rate Control" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Rate Control Stable Tolerance" start="216" end="219" type="uint"/>
|
|
|
|
|
<field name="Rate Control Panic Enable" start="215" end="215" type="bool"/>
|
|
|
|
|
<field name="Rate Control Panic Type" start="214" end="214" type="uint">
|
|
|
|
|
<value name="QP Panic" value="0"/>
|
|
|
|
|
<value name="CBP Panic" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB Type Direct Conversion Disable" start="213" end="213" type="bool"/>
|
|
|
|
|
<field name="MB Type Skip Conversion Disable" start="212" end="212" type="bool"/>
|
|
|
|
|
<field name="Last Slice Group" start="211" end="211" type="bool"/>
|
|
|
|
|
<field name="Header Insertion Present" start="209" end="209" type="bool"/>
|
|
|
|
|
<field name="Slice Data Insertion Present" start="208" end="208" type="bool"/>
|
|
|
|
|
<field name="Tail Insertion Present" start="207" end="207" type="bool"/>
|
|
|
|
|
<field name="Emulation Byte Slice Insert Enable" start="205" end="205" type="bool"/>
|
|
|
|
|
<field name="CABAC Zero Word Insertion Enable" start="204" end="204" type="bool"/>
|
|
|
|
|
<field name="Slice ID" start="196" end="199" type="uint"/>
|
|
|
|
|
<field name="Stream ID" start="192" end="193" type="uint"/>
|
|
|
|
|
<field name="Indirect PAK-BSE Data Start Address" start="224" end="252" type="offset"/>
|
|
|
|
|
<field name="QP Max Negative Modifier Magnitude" start="280" end="287" type="uint"/>
|
|
|
|
|
<field name="QP Max Positive Modifier Magnitude" start="272" end="279" type="uint"/>
|
|
|
|
|
<field name="Shrink Resistance" start="268" end="271" type="uint"/>
|
|
|
|
|
<field name="Shrink Init" start="264" end="267" type="uint"/>
|
|
|
|
|
<field name="Grow Resistance" start="260" end="263" type="uint"/>
|
|
|
|
|
<field name="Grow Init" start="256" end="259" type="uint"/>
|
|
|
|
|
<field name="Round Inter Enable" start="319" end="319" type="bool"/>
|
|
|
|
|
<field name="Round Inter" start="316" end="318" type="uint">
|
|
|
|
|
<value name="+1/16" value="0"/>
|
|
|
|
|
<value name="+2/16" value="1"/>
|
|
|
|
|
<value name="+3/16" value="2"/>
|
|
|
|
|
<value name="+4/16" value="3"/>
|
|
|
|
|
<value name="+5/16" value="4"/>
|
|
|
|
|
<value name="+6/16" value="5"/>
|
|
|
|
|
<value name="+7/16" value="6"/>
|
|
|
|
|
<value name="+8/16" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Round Intra Enable" start="315" end="315" type="bool"/>
|
|
|
|
|
<field name="Round Intra" start="312" end="314" type="uint">
|
|
|
|
|
<value name="+1/16" value="0"/>
|
|
|
|
|
<value name="+2/16" value="1"/>
|
|
|
|
|
<value name="+3/16" value="2"/>
|
|
|
|
|
<value name="+4/16" value="3"/>
|
|
|
|
|
<value name="+5/16" value="4"/>
|
|
|
|
|
<value name="+6/16" value="5"/>
|
|
|
|
|
<value name="+7/16" value="6"/>
|
|
|
|
|
<value name="+8/16" value="7"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Correct 6" start="308" end="311" type="uint"/>
|
|
|
|
|
<field name="Correct 5" start="304" end="307" type="uint"/>
|
|
|
|
|
<field name="Correct 4" start="300" end="303" type="uint"/>
|
|
|
|
|
<field name="Correct 3" start="296" end="299" type="uint"/>
|
|
|
|
|
<field name="Correct 2" start="292" end="295" type="uint"/>
|
|
|
|
|
<field name="Correct 1" start="288" end="291" type="uint"/>
|
|
|
|
|
<field name="CV7" start="348" end="351" type="uint"/>
|
|
|
|
|
<field name="CV6" start="344" end="347" type="uint"/>
|
|
|
|
|
<field name="CV5" start="340" end="343" type="uint"/>
|
|
|
|
|
<field name="CV4" start="336" end="339" type="uint"/>
|
|
|
|
|
<field name="CV3" start="332" end="335" type="uint"/>
|
|
|
|
|
<field name="CV2" start="328" end="331" type="uint"/>
|
|
|
|
|
<field name="CV1" start="324" end="327" type="uint"/>
|
|
|
|
|
<field name="CV0" start="320" end="323" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_AVC_WEIGHTOFFSET_STATE" bias="2" length="98" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="5"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="96"/>
|
|
|
|
|
<field name="Weight and Offset Select" start="32" end="32" type="uint">
|
|
|
|
|
<value name="L0 table" value="0"/>
|
|
|
|
|
<value name="L1 table" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="96" start="64" size="32">
|
|
|
|
|
<field name="Weight Offset" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_BSP_BUF_BASE_ADDR_STATE" bias="2" length="10" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="4"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="8"/>
|
|
|
|
|
<field name="BSD/MPC Row Store Scratch Buffer - Address" start="38" end="63" type="uint"/>
|
|
|
|
|
<field name="BSD/MPC Row Store Scratch Buffer - Arbitration Priority Control" start="36" end="37" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second Highest priority" value="1"/>
|
|
|
|
|
<value name="Third Highest Priority" value="2"/>
|
|
|
|
|
<value name="Lowest Priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="BSD/MPC Row Store Scratch Buffer - MOCS" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="MPR Row Store Scratch Buffer - Address" start="134" end="159" type="uint"/>
|
|
|
|
|
<field name="MPR Row Store Scratch Buffer - Arbitration Priority Control" start="132" end="133" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MPR Row Store Scratch Buffer - MOCS" start="128" end="131" type="uint"/>
|
|
|
|
|
<field name="Bitplane Read Buffer - Address" start="230" end="255" type="uint"/>
|
|
|
|
|
<field name="Bitplane Read Buffer - Arbitration Priority Control" start="228" end="229" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Bitplane Read Buffer - MOCS" start="224" end="227" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_DBK_OBJECT" bias="2" length="13" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="9"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="11"/>
|
|
|
|
|
<field name="Pre Deblocking Source - Address" start="38" end="63" type="address"/>
|
|
|
|
|
<field name="Pre Deblocking Source - Arbitration Priority Control" start="36" end="37" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Pre Deblocking Source - MOCS" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="Deblocking Control - Address" start="134" end="159" type="address"/>
|
|
|
|
|
<field name="Deblocking Control - Arbitration Priority Control" start="132" end="133" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Deblocking Control - MOCS" start="128" end="131" type="uint"/>
|
|
|
|
|
<field name="Deblocking Destination - Address" start="230" end="255" type="address"/>
|
|
|
|
|
<field name="Deblocking Destination - Arbitration Priority Control" start="228" end="229" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Deblocking Destination - MOCS" start="224" end="227" type="uint"/>
|
|
|
|
|
<field name="Deblock Row Store - Address" start="326" end="351" type="address"/>
|
|
|
|
|
<field name="Deblock Row Store - Arbitration Priority Control" start="324" end="325" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Deblock Row Store - MOCS" start="320" end="323" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_FQM_STATE" bias="2" length="34" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="32"/>
|
|
|
|
|
<field name="AVC" start="32" end="33" type="uint">
|
|
|
|
|
<value name="AVC_4x4_Intra_MATRIX" value="0"/>
|
|
|
|
|
<value name="AVC_4x4_Inter_MATRIX" value="1"/>
|
|
|
|
|
<value name="AVC_8x8_Intra_MATRIX" value="2"/>
|
|
|
|
|
<value name="AVC_8x8_Inter_MATRIX" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MPEG2" start="32" end="33" type="uint">
|
|
|
|
|
<value name="MPEG_INTRA_QUANTIZER_MATRIX" value="0"/>
|
|
|
|
|
<value name="MPEG_NON_INTRA_QUANTIZER_MATRIX" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Forward Quantizer Matrix" start="64" end="1087" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_IND_OBJ_BASE_ADDR_STATE" bias="2" length="26" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="24"/>
|
|
|
|
|
<field name="MFX Indirect Bitstream Object - Address" start="44" end="63" type="address"/>
|
|
|
|
|
<field name="MFX Indirect Bitstream Object - Arbitration Priority Control" start="36" end="37" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MFX Indirect Bitstream Object - MOCS" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="MFX Indirect Bitstream Object - Access Upper Bound" start="140" end="159" type="address"/>
|
|
|
|
|
<field name="MFX Indirect MV Object - Address" start="204" end="223" type="address"/>
|
|
|
|
|
<field name="MFX Indirect MV Object - Arbitration Priority Control" start="196" end="197" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MFX Indirect MV Object - MOCS" start="192" end="195" type="uint"/>
|
|
|
|
|
<field name="MFX Indirect MV Object - Access Upper Bound" start="300" end="319" type="address"/>
|
|
|
|
|
<field name="MFD Indirect IT-COEFF Object - Address" start="364" end="383" type="address"/>
|
|
|
|
|
<field name="MFD Indirect IT-COEFF Object - Arbitration Priority Control" start="356" end="357" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MFD Indirect IT-COEFF Object - MOCS" start="352" end="355" type="uint"/>
|
|
|
|
|
<field name="MFD Indirect IT-COEFF Object - Access Upper Bound" start="460" end="479" type="address"/>
|
|
|
|
|
<field name="MFD Indirect IT-DBLK Object - Address" start="524" end="543" type="address"/>
|
|
|
|
|
<field name="MFD Indirect IT-DBLK Object - Arbitration Priority Control" start="516" end="517" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MFD Indirect IT-DBLK Object - MOCS" start="512" end="515" type="uint"/>
|
|
|
|
|
<field name="MFD Indirect IT-DBLK Object - Access Upper Bound" start="620" end="639" type="address"/>
|
|
|
|
|
<field name="MFC Indirect PAK-BSE Object - Address" start="684" end="703" type="address"/>
|
|
|
|
|
<field name="MFC Indirect PAK-BSE Object - Arbitration Priority Control" start="676" end="677" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MFC Indirect PAK-BSE Object - MOCS" start="672" end="675" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_JPEG_HUFF_TABLE_STATE" bias="2" length="831" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="7"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="829"/>
|
|
|
|
|
<field name="Huffman Table ID" start="32" end="32" type="uint"/>
|
|
|
|
|
<group count="12" start="64" size="8">
|
|
|
|
|
<field name="DC_BITS" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="12" start="160" size="8">
|
|
|
|
|
<field name="DC_HUFFVAL" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="16" start="256" size="8">
|
|
|
|
|
<field name="AC_BITS" start="0" end="15" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="160" start="384" size="8">
|
|
|
|
|
<field name="AC_HUFFVAL" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
<group count="2" start="1664" size="8">
|
|
|
|
|
<field name="AC_HUFFVAL2" start="0" end="7" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_JPEG_PIC_STATE" bias="2" length="3" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="7"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="1"/>
|
|
|
|
|
<field name="Vertical Up-Sampling Enable" start="52" end="52" type="bool"/>
|
|
|
|
|
<field name="Vertical Down-Sampling Enable" start="49" end="49" type="bool"/>
|
|
|
|
|
<field name="Average Down Sampling" start="48" end="48" type="uint"/>
|
|
|
|
|
<field name="Output Format YUV" start="40" end="43" type="uint"/>
|
|
|
|
|
<field name="Rotation" start="36" end="37" type="uint"/>
|
|
|
|
|
<field name="Input Format YUV" start="32" end="34" type="uint"/>
|
|
|
|
|
<field name="Frame Height In Blocks" start="80" end="92" type="uint"/>
|
|
|
|
|
<field name="Frame Width In Blocks" start="64" end="76" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_MPEG2_PIC_STATE" bias="2" length="2" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="3"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="0"/>
|
|
|
|
|
<field name="F_code[1][1]" start="60" end="63" type="uint"/>
|
|
|
|
|
<field name="F_code[1][0]" start="56" end="59" type="uint"/>
|
|
|
|
|
<field name="F_code[0][1]" start="52" end="55" type="uint"/>
|
|
|
|
|
<field name="F_code[0][0]" start="48" end="51" type="uint"/>
|
|
|
|
|
<field name="Intra DC Precision" start="46" end="47" type="uint"/>
|
|
|
|
|
<field name="Picture Structure" start="44" end="45" type="uint">
|
|
|
|
|
<value name="MPEG_TOP_FIELD" value="1"/>
|
|
|
|
|
<value name="MPEG_BOTTOM_FIELD" value="2"/>
|
|
|
|
|
<value name="MPEG_FRAME" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Top Field First" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="Frame Prediction Frame DCT" start="42" end="42" type="uint"/>
|
|
|
|
|
<field name="Concealment MV" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="Quantizer Scale Type" start="40" end="40" type="uint">
|
|
|
|
|
<value name="MPEG_QSCALE_LINEAR" value="0"/>
|
|
|
|
|
<value name="MPEG_QSCALE_NONLINEAR" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Intra VLC Format" start="39" end="39" type="uint"/>
|
|
|
|
|
<field name="Scan Order" start="38" end="38" type="uint">
|
|
|
|
|
<value name="MPEG_ZIGZAG_SCAN" value="0"/>
|
|
|
|
|
<value name="MPEG_ALTERNATE_VERTICAL_SCAN" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="I Slice Concealment Mode" start="95" end="95" type="uint" prefix="MPEG2_CM">
|
|
|
|
|
<value name="Intra Concealment" value="0"/>
|
|
|
|
|
<value name="Inter Concealment" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="P/B Slice Concealment Mode" start="92" end="93" type="uint" prefix="MPEG2_CM">
|
|
|
|
|
<value name="INTER" value="0"/>
|
|
|
|
|
<value name="LEFT" value="1"/>
|
|
|
|
|
<value name="ZERO" value="2"/>
|
|
|
|
|
<value name="INTRA" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="P/B Slice Predicted Bi-direction MV Type Override" start="89" end="90" type="uint" prefix="MPEG2_MVTO">
|
|
|
|
|
<value name="BID" value="0"/>
|
|
|
|
|
<value name="RESERVED" value="1"/>
|
|
|
|
|
<value name="FWD" value="2"/>
|
|
|
|
|
<value name="BWD" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="P/B Slice Predicted MV Override" start="88" end="88" type="uint">
|
|
|
|
|
<value name="Predicted" value="0"/>
|
|
|
|
|
<value name="ZERO" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Load Bitstream Pointer Per Slice" start="78" end="78" type="bool"/>
|
|
|
|
|
<field name="Picture Coding Type" start="73" end="74" type="uint">
|
|
|
|
|
<value name="MPEG_I_PICTURE" value="1"/>
|
|
|
|
|
<value name="MPEG_P_PICTURE" value="2"/>
|
|
|
|
|
<value name="MPEG_B_PICTURE" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Mismatch Control Disable" start="65" end="65" type="bool"/>
|
|
|
|
|
<field name="Disable Mismatch" start="64" end="64" type="bool"/>
|
|
|
|
|
<field name="Slice Concealment Disable" start="127" end="127" type="bool"/>
|
|
|
|
|
<field name="Frame Height In MBs" start="112" end="119" type="uint"/>
|
|
|
|
|
<field name="Frame Width In MBs" start="96" end="103" type="uint"/>
|
|
|
|
|
<field name="Minimum Frame Size" start="144" end="159" type="uint"/>
|
|
|
|
|
<field name="Round Inter AC," start="140" end="142" type="uint"/>
|
|
|
|
|
<field name="Round Intra AC" start="136" end="138" type="uint"/>
|
|
|
|
|
<field name="Round Inter DC" start="132" end="134" type="uint"/>
|
|
|
|
|
<field name="Round Intra DC" start="129" end="130" type="uint"/>
|
|
|
|
|
<field name="Frame Size Control" start="176" end="176" type="uint"/>
|
|
|
|
|
<field name="Inter MB Force CBP to Zero Control" start="172" end="172" type="uint"/>
|
|
|
|
|
<field name="Minimum Frame Size Units" start="170" end="171" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="16 bytes" value="1"/>
|
|
|
|
|
<value name="4Kb" value="2"/>
|
|
|
|
|
<value name="16Kb" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MBRateControlMask" start="169" end="169" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Report" start="163" end="163" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Max Report" start="162" end="162" type="uint"/>
|
|
|
|
|
<field name="Inter MB Max Bit Control" start="161" end="161" type="uint"/>
|
|
|
|
|
<field name="Intra MB Max Bit Control" start="160" end="160" type="uint"/>
|
|
|
|
|
<field name="Inter MB Conformance Max Size" start="208" end="219" type="uint"/>
|
|
|
|
|
<field name="Intra MB Conformance Max Size" start="192" end="203" type="uint"/>
|
|
|
|
|
<field name="Slice Delta QP Max[3]" start="280" end="287" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Max[2]" start="272" end="279" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Max[1]" start="264" end="271" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Max[0]" start="256" end="263" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[3]" start="312" end="319" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[2]" start="304" end="311" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[1]" start="296" end="303" type="int"/>
|
|
|
|
|
<field name="Slice Delta QP Min[0]" start="288" end="295" type="int"/>
|
|
|
|
|
<field name="Frame Bitrate Max Unit" start="351" end="351" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Max Unit Mode" start="350" end="350" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="New mode" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Frame Bitrate Max" start="336" end="349" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Unit" start="335" end="335" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Unit Mode" start="334" end="334" type="uint">
|
|
|
|
|
<value name="Compatibility mode" value="0"/>
|
|
|
|
|
<value name="New Mode" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Frame Bitrate Min" start="320" end="333" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Max Delta" start="368" end="382" type="uint"/>
|
|
|
|
|
<field name="Frame Bitrate Min Delta" start="352" end="366" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_PAK_INSERT_OBJECT" bias="2" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="8"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="0"/>
|
|
|
|
|
<field name="Data Byte Offset" start="48" end="49" type="uint"/>
|
|
|
|
|
<field name="Header Length Excluded From Size" start="47" end="47" type="uint">
|
|
|
|
|
<value name="NO_ACCUMULATION" value="1"/>
|
|
|
|
|
<value name="ACCUMULATE" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Slice Header Indicator" start="46" end="46" type="uint">
|
|
|
|
|
<value name="SLICE_HEADER" value="1"/>
|
|
|
|
|
<value name="LEGACY" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Data Bits In Last DW" start="40" end="45" type="uint"/>
|
|
|
|
|
<field name="Skip Emulation Byte Count" start="36" end="39" type="uint"/>
|
|
|
|
|
<field name="Emulation Byte Bits Insert Enable" start="35" end="35" type="bool"/>
|
|
|
|
|
<field name="Last Header" start="34" end="34" type="bool"/>
|
|
|
|
|
<field name="End of Slice" start="33" end="33" type="bool"/>
|
|
|
|
|
<field name="Bitstream Start Reset" start="32" end="32" type="bool"/>
|
|
|
|
|
<group count="0" start="64" size="32">
|
|
|
|
|
<field name="Insert Data PayLoad" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_PIPE_BUF_ADDR_STATE" bias="2" length="61" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="59"/>
|
|
|
|
|
<field name="Pre Deblocking Destination - Address" start="38" end="63" type="address"/>
|
|
|
|
|
<field name="Pre Deblocking Destination - Arbitration Priority Control" start="36" end="37" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Pre Deblocking Destination - MOCS" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="Post Deblocking Destination - Address" start="134" end="159" type="address"/>
|
|
|
|
|
<field name="Post Deblocking Destination - Arbitration Priority Control" start="132" end="133" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Post Deblocking Destination - MOCS" start="128" end="131" type="uint"/>
|
|
|
|
|
<field name="Original Uncompressed Picture Source - Address" start="230" end="255" type="address"/>
|
|
|
|
|
<field name="Original Uncompressed Picture Source - Arbitration Priority Control" start="228" end="229" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Original Uncompressed Picture Source - MOCS" start="224" end="227" type="uint"/>
|
|
|
|
|
<field name="Stream-Out Data Destination - Address" start="326" end="351" type="address"/>
|
|
|
|
|
<field name="Stream-Out Data Destination - Arbitration Priority Control" start="324" end="325" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Stream-Out Data Destination - MOCS" start="320" end="323" type="uint"/>
|
|
|
|
|
<field name="Intra Row Store Scratch Buffer - Address" start="422" end="447" type="address"/>
|
|
|
|
|
<field name="Intra Row Store Scratch Buffer - Arbitration Priority Control" start="420" end="421" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Intra Row Store Scratch Buffer - MOCS" start="416" end="419" type="uint"/>
|
|
|
|
|
<field name="Deblocking Filter Row Store Scratch - Address" start="518" end="543" type="address"/>
|
|
|
|
|
<field name="Deblocking Filter Row Store Scratch - Arbitration Priority Control" start="516" end="517" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Deblocking Filter Row Store Scratch - MOCS" start="512" end="515" type="uint"/>
|
|
|
|
|
<group count="16" start="608" size="64">
|
|
|
|
|
<field name="Reference Picture - Address" start="0" end="63" type="address"/>
|
|
|
|
|
</group>
|
|
|
|
|
<field name="MB Status Buffer - Address" start="1670" end="1695" type="address"/>
|
|
|
|
|
<field name="MB Status Buffer - Arbitration Priority Control" start="1668" end="1669" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB Status Buffer - MOCS" start="1664" end="1667" type="uint"/>
|
|
|
|
|
<field name="MB ILDB Stream-Out Buffer - Address" start="1766" end="1791" type="address"/>
|
|
|
|
|
<field name="MB ILDB Stream-Out Buffer - Arbitration Priority Control" start="1764" end="1765" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MB ILDB Stream-Out Buffer - MOCS" start="1760" end="1763" type="uint"/>
|
|
|
|
|
<field name="Second MB ILDB Stream-Out Buffer - Address" start="1862" end="1887" type="address"/>
|
|
|
|
|
<field name="Second MB ILDB Stream-Out Buffer - Arbitration Priority Control" start="1860" end="1861" type="uint">
|
|
|
|
|
<value name="Highest Priority" value="0"/>
|
|
|
|
|
<value name="Second Highest Priority" value="1"/>
|
|
|
|
|
<value name="Third Highest Priority" value="2"/>
|
|
|
|
|
<value name="Lowest Priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_PIPE_MODE_SELECT" bias="2" length="5" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="3"/>
|
|
|
|
|
<field name="Extended Stream-Out Enable" start="50" end="50" type="bool"/>
|
|
|
|
|
<field name="Decoder Short Format Mode" start="49" end="49" type="uint">
|
|
|
|
|
<value name="Short Format Driver Interface" value="0"/>
|
|
|
|
|
<value name="Long Format Driver Interface" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Decoder Mode select" start="47" end="48" type="uint">
|
|
|
|
|
<value name="VLD Mode" value="0"/>
|
|
|
|
|
<value name="IT Mode" value="1"/>
|
|
|
|
|
<value name="Deblocker Mode" value="2"/>
|
|
|
|
|
<value name="Interlayer Mode" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Deblocker Stream-Out Enable" start="44" end="44" type="bool"/>
|
|
|
|
|
<field name="Pic Error/Status Report Enable" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="Stream-Out Enable" start="42" end="42" type="bool"/>
|
|
|
|
|
<field name="Post Deblocking Output Enable" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="Pre Deblocking Output Enable" start="40" end="40" type="bool"/>
|
|
|
|
|
<field name="Stitch Mode" start="37" end="37" type="bool"/>
|
|
|
|
|
<field name="Codec Select" start="36" end="36" type="uint">
|
|
|
|
|
<value name="Decode" value="0"/>
|
|
|
|
|
<value name="Encode" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Standard Select" start="32" end="35" type="uint" prefix="SS">
|
|
|
|
|
<value name="MPEG2" value="0"/>
|
|
|
|
|
<value name="VC1" value="1"/>
|
|
|
|
|
<value name="AVC" value="2"/>
|
|
|
|
|
<value name="JPEG" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Pic Status/Error Report ID" start="96" end="127" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_QM_STATE" bias="2" length="34" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="7"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="32"/>
|
|
|
|
|
<field name="AVC" start="32" end="33" type="uint">
|
|
|
|
|
<value name="AVC_4x4_Intra_MATRIX" value="0"/>
|
|
|
|
|
<value name="AVC_4x4_Inter_MATRIX" value="1"/>
|
|
|
|
|
<value name="AVC_8x8_Intra_MATRIX" value="2"/>
|
|
|
|
|
<value name="AVC_8x8_Inter_MATRIX" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="MPEG2" start="32" end="33" type="uint">
|
|
|
|
|
<value name="MPEG_INTRA_QUANTIZER_MATRIX" value="0"/>
|
|
|
|
|
<value name="MPEG_NON_INTRA_QUANTIZER_MATRIX" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Forward Quantizer Matrix" start="64" end="1087" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_STATE_POINTER" bias="2" length="2" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="6"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="0"/>
|
|
|
|
|
<field name="State Pointer" start="37" end="63" type="uint"/>
|
|
|
|
|
<field name="State Pointer Index" start="32" end="33" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_STITCH_OBJECT" bias="2" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="10"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="0"/>
|
|
|
|
|
<field name="Source Data Starting Byte Offset" start="48" end="49" type="uint"/>
|
|
|
|
|
<field name="Source Data Ending Bit Inclusion" start="40" end="45" type="uint"/>
|
|
|
|
|
<field name="Last Header" start="34" end="34" type="bool"/>
|
|
|
|
|
<field name="End of Slice" start="33" end="33" type="bool"/>
|
|
|
|
|
<field name="Indirect Data Length" start="64" end="82" type="uint"/>
|
|
|
|
|
<field name="Indirect Data Start Address" start="96" end="127" type="offset"/>
|
|
|
|
|
<group count="0" start="128" size="32">
|
|
|
|
|
<field name="Insert Data PayLoad" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_SURFACE_STATE" bias="2" length="6" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="1"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="4"/>
|
|
|
|
|
<field name="Height" start="82" end="95" type="uint"/>
|
|
|
|
|
<field name="Width" start="68" end="81" type="uint"/>
|
|
|
|
|
<field name="Cr(V)/Cb(U) Pixel Offset V Direction" start="64" end="65" type="uint"/>
|
|
|
|
|
<field name="Surface Format" start="124" end="127" type="uint">
|
|
|
|
|
<value name="YCRCB_NORMAL" value="0"/>
|
|
|
|
|
<value name="YCRCB_SWAPUVY" value="1"/>
|
|
|
|
|
<value name="YCRCB_SWAPUV" value="2"/>
|
|
|
|
|
<value name="YCRCB_SWAPY" value="3"/>
|
|
|
|
|
<value name="PLANAR_420_8" value="4"/>
|
|
|
|
|
<value name="PLANAR_411_8" value="5"/>
|
|
|
|
|
<value name="PLANAR_422_8" value="6"/>
|
|
|
|
|
<value name="STMM_DN_STATISTICS" value="7"/>
|
|
|
|
|
<value name="R10G10B10A2_UNORM" value="8"/>
|
|
|
|
|
<value name="R8G8B8A8_UNORM" value="9"/>
|
|
|
|
|
<value name="R8B8_UNORM (CrCb)" value="10"/>
|
|
|
|
|
<value name="R8_UNORM (Cr/Cb)" value="11"/>
|
|
|
|
|
<value name="Y8_UNORM" value="12"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Interleave Chroma" start="123" end="123" type="bool"/>
|
|
|
|
|
<field name="Surface Pitch" start="99" end="115" type="uint"/>
|
|
|
|
|
<field name="Half Pitch for Chroma" start="98" end="98" type="bool"/>
|
|
|
|
|
<field name="Tiled Surface" start="97" end="97" type="bool"/>
|
|
|
|
|
<field name="Tile Walk" start="96" end="96" type="uint" prefix="TW">
|
|
|
|
|
<value name="XMAJOR" value="0"/>
|
|
|
|
|
<value name="YMAJOR" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="X Offset for U(Cb)" start="144" end="158" type="uint"/>
|
|
|
|
|
<field name="Y Offset for U(Cb)" start="128" end="142" type="uint"/>
|
|
|
|
|
<field name="X Offset for V(Cr)" start="176" end="188" type="uint"/>
|
|
|
|
|
<field name="Y Offset for V(Cr)" start="160" end="175" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_VC1_DIRECTMODE_STATE" bias="2" length="7" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="5"/>
|
|
|
|
|
<field name="Direct MV Write Buffer - Address" start="38" end="63" type="address"/>
|
|
|
|
|
<field name="Direct MV Write Buffer - Arbitration Priority Control" start="36" end="37" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Direct MV Write Buffer - MOCS" start="32" end="35" type="uint"/>
|
|
|
|
|
<field name="Direct MV Read Buffer - Address" start="134" end="159" type="address"/>
|
|
|
|
|
<field name="Direct MV Read Buffer - Arbitration Priority Control" start="132" end="133" type="uint">
|
|
|
|
|
<value name="Highest priority" value="0"/>
|
|
|
|
|
<value name="Second highest priority" value="1"/>
|
|
|
|
|
<value name="Third highest priority" value="2"/>
|
|
|
|
|
<value name="Lowest priority" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Direct MV Read Buffer - MOCS" start="128" end="131" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_VC1_PRED_PIPE_STATE" bias="2" length="6" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Pipeline" start="27" end="28" type="uint" default="2"/>
|
|
|
|
|
<field name="Media Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="SubOpcode A" start="21" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="SubOpcode B" start="16" end="20" type="uint" default="1"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="11" type="uint" default="4"/>
|
|
|
|
|
<field name="Vin_intensitycomp_Double_FWDen" start="46" end="47" type="uint"/>
|
|
|
|
|
<field name="Vin_intensitycomp_Double_BWDen" start="44" end="45" type="uint"/>
|
|
|
|
|
<field name="Vin_intensitycomp_Single_FWDen" start="42" end="43" type="uint"/>
|
|
|
|
|
<field name="Vin_intensitycomp_Single_BWDen" start="40" end="41" type="uint"/>
|
|
|
|
|
<field name="Reference Frame Boundary Replication Mode" start="36" end="39" type="uint"/>
|
|
|
|
|
<field name="LumShift2 - single - FWD" start="88" end="93" type="uint"/>
|
|
|
|
|
<field name="LumShift1 - single - FWD" start="80" end="85" type="uint"/>
|
|
|
|
|
<field name="LumScale2 - single - FWD" start="72" end="77" type="uint"/>
|
|
|
|
|
<field name="LumScale1 - single - FWD" start="64" end="69" type="uint"/>
|
|
|
|
|
<field name="LumShift2 - double - FWD" start="120" end="125" type="uint"/>
|
|
|
|
|
<field name="LumShift1 - double - FWD" start="112" end="117" type="uint"/>
|
|
|
|
|
<field name="LumScale2 - double - FWD" start="104" end="109" type="uint"/>
|
|
|
|
|
<field name="LumScale1 - double - FWD" start="96" end="101" type="uint"/>
|
|
|
|
|
<field name="LumShift2 - single - BWD" start="152" end="157" type="uint"/>
|
|
|
|
|
<field name="LumShift1 - single - BWD" start="144" end="149" type="uint"/>
|
|
|
|
|
<field name="LumScale2 - single - BWD" start="136" end="141" type="uint"/>
|
|
|
|
|
<field name="LumScale1 - single - BWD" start="128" end="133" type="uint"/>
|
|
|
|
|
<field name="LumShift2 - double - BWD" start="184" end="189" type="uint"/>
|
|
|
|
|
<field name="LumShift1 - double - BWD" start="176" end="181" type="uint"/>
|
|
|
|
|
<field name="LumScale2 - double - BWD" start="168" end="173" type="uint"/>
|
|
|
|
|
<field name="LumScale1 - double - BWD" start="160" end="165" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MFX_WAIT" bias="1" length="1" engine="video">
|
|
|
|
|
<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="SubOpcode" start="16" end="26" type="uint" default="0"/>
|
|
|
|
|
<field name="MFX Sync Control Flag" start="8" end="8" type="uint"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="0"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2016-02-08 16:21:09 -08:00
|
|
|
<instruction name="MI_ARB_CHECK" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="5"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_ARB_ON_OFF" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="8"/>
|
|
|
|
|
<field name="Arbitration Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_BATCH_BUFFER_END" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="10"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_BATCH_BUFFER_START" bias="2" length="2">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="49"/>
|
2018-08-14 11:22:12 +01:00
|
|
|
<field name="Second Level Batch Buffer" start="22" end="22" type="uint">
|
|
|
|
|
<value name="First level batch" value="0"/>
|
|
|
|
|
<value name="Second level batch" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</field>
|
|
|
|
|
<field name="Add Offset Enable" start="16" end="16" type="bool"/>
|
|
|
|
|
<field name="Predication Enable" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="Non-Privileged" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="Clear Command Buffer Enable" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Resource Streamer Enable" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="Address Space Indicator" start="8" end="8" type="uint" prefix="ASI">
|
|
|
|
|
<value name="GGTT" value="0"/>
|
|
|
|
|
<value name="PPGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Batch Buffer Start Address" start="34" end="63" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_CLFLUSH" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="39"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="22" end="22" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="DWord Length" start="0" end="9" type="uint" default="1"/>
|
|
|
|
|
<field name="Page Base Address" start="44" end="63" type="address"/>
|
|
|
|
|
<field name="Starting Cacheline Offset" start="38" end="43" type="uint"/>
|
|
|
|
|
<field name="Page Base Address High" start="64" end="79" type="address"/>
|
|
|
|
|
<group count="0" start="96" size="32">
|
|
|
|
|
<field name="DW Representing a Half Cache Line" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_CONDITIONAL_BATCH_BUFFER_END" bias="2" length="2">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="54"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="22" end="22" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Compare Semaphore" start="21" end="21" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Compare Data Dword" start="32" end="63" type="uint"/>
|
|
|
|
|
<field name="Compare Address" start="67" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_FLUSH" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="4"/>
|
|
|
|
|
<field name="Indirect State Pointers Disable" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="Generic Media State Clear" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="Global Snapshot Count Reset" start="3" end="3" type="uint">
|
|
|
|
|
<value name="Don't Reset" value="0"/>
|
|
|
|
|
<value name="Reset" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Render Cache Flush Inhibit" start="2" end="2" type="uint">
|
|
|
|
|
<value name="Flush" value="0"/>
|
|
|
|
|
<value name="Don't Flush" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="State/Instruction Cache Invalidate" start="1" end="1" type="uint">
|
|
|
|
|
<value name="Don't Invalidate" value="0"/>
|
|
|
|
|
<value name="Invalidate" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2019-01-16 13:54:02 +02:00
|
|
|
<instruction name="MI_FLUSH_DW" bias="2" length="4" engine="video">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="38"/>
|
|
|
|
|
<field name="Store Data Index" start="21" end="21" type="bool"/>
|
|
|
|
|
<field name="TLB Invalidate" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="Synchronize GFDT Surface" start="17" end="17" type="bool"/>
|
|
|
|
|
<field name="Post-Sync Operation" start="14" end="15" type="uint"/>
|
|
|
|
|
<field name="Notify Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Video Pipeline Cache Invalidate" start="7" end="7" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint"/>
|
|
|
|
|
<field name="Address" start="35" end="63" type="address"/>
|
|
|
|
|
<field name="Destination Address Type" start="34" end="34" type="uint" prefix="DAT">
|
|
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<group count="2" start="64" size="32">
|
|
|
|
|
<field name="Immediate Data" start="0" end="31" type="uint"/>
|
|
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2016-02-08 16:21:09 -08:00
|
|
|
<instruction name="MI_LOAD_REGISTER_IMM" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="34"/>
|
|
|
|
|
<field name="Byte Write Disables" start="8" end="11" type="uint"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Register Offset" start="34" end="54" type="offset"/>
|
|
|
|
|
<field name="Data DWord" start="64" end="95" type="uint"/>
|
2018-04-03 11:21:31 +01:00
|
|
|
<group count="0" start="96" size="64">
|
|
|
|
|
<field name="Register Offset" start="2" end="22" type="offset"/>
|
|
|
|
|
<field name="Data DWord" start="32" end="63" type="uint"/>
|
|
|
|
|
</group>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_LOAD_REGISTER_MEM" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="41"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="22" end="22" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Async Mode Enable" start="21" end="21" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Register Address" start="34" end="54" type="offset"/>
|
|
|
|
|
<field name="Memory Address" start="66" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_LOAD_REGISTER_REG" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="42"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Source Register Address" start="34" end="54" type="offset"/>
|
|
|
|
|
<field name="Destination Register Address" start="66" end="86" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_LOAD_SCAN_LINES_EXCL" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="19"/>
|
|
|
|
|
<field name="Display (Plane) Select" start="19" end="21" type="uint">
|
|
|
|
|
<value name="Display Plane A" value="0"/>
|
|
|
|
|
<value name="Display Plane B" value="1"/>
|
|
|
|
|
<value name="Display Plane C" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="0"/>
|
|
|
|
|
<field name="Start Scan Line Number" start="48" end="60" type="uint"/>
|
|
|
|
|
<field name="End Scan Line Number" start="32" end="44" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_LOAD_SCAN_LINES_INCL" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="18"/>
|
|
|
|
|
<field name="Display (Plane) Select" start="19" end="21" type="uint">
|
|
|
|
|
<value name="Display Plane A" value="0"/>
|
|
|
|
|
<value name="Display Plane B" value="1"/>
|
|
|
|
|
<value name="Display Plane C" value="4"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="0"/>
|
|
|
|
|
<field name="Start Scan Line Number" start="48" end="60" type="uint"/>
|
|
|
|
|
<field name="End Scan Line Number" start="32" end="44" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_LOAD_URB_MEM" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="44"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="URB Address" start="34" end="46" type="uint"/>
|
|
|
|
|
<field name="Memory Address" start="70" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_MATH" bias="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="26"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="0"/>
|
2017-04-19 16:21:08 -07:00
|
|
|
<group count="0" start="32" size="32">
|
|
|
|
|
<field name="Instruction" start="0" end="31" type="MI_MATH_ALU_INSTRUCTION"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</group>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_NOOP" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="Identification Number Register Write Enable" start="22" end="22" type="bool"/>
|
|
|
|
|
<field name="Identification Number" start="0" end="21" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_PREDICATE" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="12"/>
|
|
|
|
|
<field name="Load Operation" start="6" end="7" type="uint" prefix="LOAD">
|
|
|
|
|
<value name="KEEP" value="0"/>
|
|
|
|
|
<value name="LOAD" value="2"/>
|
|
|
|
|
<value name="LOADINV" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Combine Operation" start="3" end="4" type="uint" prefix="COMBINE">
|
|
|
|
|
<value name="SET" value="0"/>
|
|
|
|
|
<value name="AND" value="1"/>
|
|
|
|
|
<value name="OR" value="2"/>
|
|
|
|
|
<value name="XOR" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Compare Operation" start="0" end="1" type="uint" prefix="COMPARE">
|
2019-01-18 16:12:06 +00:00
|
|
|
<value name="TRUE" value="0"/>
|
|
|
|
|
<value name="FALSE" value="1"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<value name="SRCS_EQUAL" value="2"/>
|
|
|
|
|
<value name="DELTAS_EQUAL" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_REPORT_HEAD" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="7"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_REPORT_PERF_COUNT" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="40"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="1"/>
|
|
|
|
|
<field name="Memory Address" start="38" end="63" type="address"/>
|
|
|
|
|
<field name="Core Mode Enable" start="36" end="36" type="uint"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="32" end="32" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Report ID" start="64" end="95" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_RS_CONTEXT" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="15"/>
|
|
|
|
|
<field name="Resource Streamer Save" start="0" end="0" type="uint" prefix="RS">
|
|
|
|
|
<value name="Restore" value="0"/>
|
|
|
|
|
<value name="Save" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_RS_CONTROL" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="6"/>
|
|
|
|
|
<field name="Resource Streamer Control" start="0" end="0" type="uint" prefix="RS">
|
|
|
|
|
<value name="Stop" value="0"/>
|
|
|
|
|
<value name="Start" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_RS_STORE_DATA_IMM" bias="2" length="4" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="43"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="2"/>
|
|
|
|
|
<field name="Destination Address" start="66" end="95" type="address"/>
|
|
|
|
|
<field name="Core Mode Enable" start="64" end="64" type="uint"/>
|
|
|
|
|
<field name="Data DWord 0" start="96" end="127" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_SEMAPHORE_MBOX" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="22"/>
|
|
|
|
|
<field name="Register Select" start="16" end="17" type="uint">
|
|
|
|
|
<value name="RVSYNC" value="0"/>
|
|
|
|
|
<value name="RVESYNC" value="1"/>
|
|
|
|
|
<value name="RBSYNC" value="2"/>
|
|
|
|
|
<value name="Use General Register Select" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="General Register Select" start="8" end="13" type="uint"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Semaphore Data Dword" start="32" end="63" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_SET_CONTEXT" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="24"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Logical Context Address" start="44" end="63" type="address"/>
|
|
|
|
|
<field name="Reserved, Must be 1" start="40" end="40" type="uint"/>
|
|
|
|
|
<field name="Core Mode Enable" start="36" end="36" type="bool"/>
|
|
|
|
|
<field name="Resource Streamer State Save Enable" start="35" end="35" type="bool"/>
|
|
|
|
|
<field name="Resource Streamer State Restore Enable" start="34" end="34" type="bool"/>
|
|
|
|
|
<field name="Force Restore" start="33" end="33" type="uint"/>
|
|
|
|
|
<field name="Restore Inhibit" start="32" end="32" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_SET_PREDICATE" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="1"/>
|
2018-05-07 11:40:24 -07:00
|
|
|
<field name="PREDICATE ENABLE" start="0" end="1" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_STORE_DATA_IMM" bias="2" length="4">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="32"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="22" end="22" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="DWord Length" start="0" end="5" type="uint" default="2"/>
|
2017-02-18 15:18:31 -08:00
|
|
|
<field name="Address" start="66" end="95" type="address"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Core Mode Enable" start="64" end="64" type="uint"/>
|
2017-03-14 16:22:00 -07:00
|
|
|
<field name="Immediate Data" start="96" end="159" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_STORE_DATA_INDEX" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="33"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Offset" start="34" end="43" type="uint"/>
|
|
|
|
|
<field name="Data DWord 0" start="64" end="95" type="uint"/>
|
|
|
|
|
<field name="Data DWord 1" start="96" end="127" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_STORE_REGISTER_MEM" bias="2" length="3">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="36"/>
|
2016-10-14 22:55:21 -07:00
|
|
|
<field name="Use Global GTT" start="22" end="22" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Predicate Enable" start="21" end="21" type="bool"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="Register Address" start="34" end="54" type="offset"/>
|
|
|
|
|
<field name="Memory Address" start="66" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_STORE_URB_MEM" bias="2" length="3" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="45"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="URB Address" start="34" end="46" type="uint"/>
|
|
|
|
|
<field name="Memory Address" start="70" end="95" type="address"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_SUSPEND_FLUSH" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="11"/>
|
|
|
|
|
<field name="Suspend Flush" start="0" end="0" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_TOPOLOGY_FILTER" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="13"/>
|
2016-11-28 16:44:22 -08:00
|
|
|
<field name="Topology Filter Value" start="0" end="5" type="3D_Prim_Topo_Type"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_URB_ATOMIC_ALLOC" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="9"/>
|
|
|
|
|
<field name="URB Atomic Storage Offset" start="12" end="19" type="uint"/>
|
|
|
|
|
<field name="URB Atomic Storage Size" start="0" end="8" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="MI_URB_CLEAR" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="25"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="URB Clear Length" start="48" end="61" type="uint"/>
|
|
|
|
|
<field name="URB Address" start="32" end="46" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
|
|
|
|
<instruction name="MI_USER_INTERRUPT" bias="1" length="1">
|
|
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="2"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2019-01-16 13:54:02 +02:00
|
|
|
<instruction name="MI_WAIT_FOR_EVENT" bias="1" length="1" engine="render|blitter|video">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="0"/>
|
|
|
|
|
<field name="MI Command Opcode" start="23" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="Display Pipe C Horizontal Blank Wait Enable" start="22" end="22" type="bool"/>
|
|
|
|
|
<field name="Display Pipe C Vertical Blank Wait Enable" start="21" end="21" type="bool"/>
|
|
|
|
|
<field name="Display Sprite C Flip Pending Wait Enable" start="20" end="20" type="bool"/>
|
|
|
|
|
<field name="Condition Code Wait Select" start="16" end="19" type="uint">
|
|
|
|
|
<value name="Not enabled" value="0"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Display Plane C Flip Pending Wait Enable" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="Display Pipe C Scan Line Wait Enable" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="Display Pipe B Horizontal Blank Wait Enable" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="Display Pipe B Vertical Blank Wait Enable" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Display Sprite B Flip Pending Wait Enable" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="Display Plane B Flip Pending Wait Enable" start="9" end="9" type="bool"/>
|
|
|
|
|
<field name="Display Pipe B Scan Line Wait Enable" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Display Pipe A Horizontal Blank Wait Enable" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="Display Pipe A Vertical Blank Wait Enable" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="Display Sprite A Flip Pending Wait Enable" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="Display Plane A Flip Pending Wait Enable" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="Display Pipe A Scan Line Wait Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="PIPELINE_SELECT" bias="1" length="1" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<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="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="4"/>
|
|
|
|
|
<field name="Pipeline Selection" start="0" end="1" type="uint">
|
|
|
|
|
<value name="3D" value="0"/>
|
|
|
|
|
<value name="Media" value="1"/>
|
|
|
|
|
<value name="GPGPU" value="2"/>
|
|
|
|
|
</field>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="PIPE_CONTROL" bias="2" length="5" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="3"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="2"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="0"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="3"/>
|
|
|
|
|
<field name="Destination Address Type" start="56" end="56" type="uint" prefix="DAT">
|
|
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="LRI Post Sync Operation" start="55" end="55" type="uint">
|
|
|
|
|
<value name="No LRI Operation" value="0"/>
|
|
|
|
|
<value name="MMIO Write Immediate Data" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Store Data Index" start="53" end="53" type="uint"/>
|
2016-05-20 12:07:53 -07:00
|
|
|
<field name="Command Streamer Stall Enable" start="52" end="52" type="bool"/>
|
2016-10-14 23:09:38 -07:00
|
|
|
<field name="Global Snapshot Count Reset" start="51" end="51" type="bool"/>
|
|
|
|
|
<field name="TLB Invalidate" start="50" end="50" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Generic Media State Clear" start="48" end="48" type="bool"/>
|
|
|
|
|
<field name="Post Sync Operation" start="46" end="47" type="uint">
|
|
|
|
|
<value name="No Write" value="0"/>
|
|
|
|
|
<value name="Write Immediate Data" value="1"/>
|
|
|
|
|
<value name="Write PS Depth Count" value="2"/>
|
|
|
|
|
<value name="Write Timestamp" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Depth Stall Enable" start="45" end="45" type="bool"/>
|
|
|
|
|
<field name="Render Target Cache Flush Enable" start="44" end="44" type="bool"/>
|
|
|
|
|
<field name="Instruction Cache Invalidate Enable" start="43" end="43" type="bool"/>
|
|
|
|
|
<field name="Texture Cache Invalidation Enable" start="42" end="42" type="bool"/>
|
|
|
|
|
<field name="Indirect State Pointers Disable" start="41" end="41" type="bool"/>
|
|
|
|
|
<field name="Notify Enable" start="40" end="40" type="bool"/>
|
|
|
|
|
<field name="Pipe Control Flush Enable" start="39" end="39" type="bool"/>
|
2017-03-24 14:26:20 -07:00
|
|
|
<field name="DC Flush Enable" start="37" end="37" type="bool"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="VF Cache Invalidation Enable" start="36" end="36" type="bool"/>
|
|
|
|
|
<field name="Constant Cache Invalidation Enable" start="35" end="35" type="bool"/>
|
|
|
|
|
<field name="State Cache Invalidation Enable" start="34" end="34" type="bool"/>
|
|
|
|
|
<field name="Stall At Pixel Scoreboard" start="33" end="33" type="bool"/>
|
|
|
|
|
<field name="Depth Cache Flush Enable" start="32" end="32" type="bool"/>
|
|
|
|
|
<field name="Address" start="66" end="95" type="address"/>
|
|
|
|
|
<field name="Immediate Data" start="96" end="159" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="STATE_BASE_ADDRESS" bias="2" length="10" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="8"/>
|
|
|
|
|
<field name="General State Base Address" start="44" end="63" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="General State MOCS" start="40" end="43" type="uint"/>
|
|
|
|
|
<field name="Stateless Data Port Access MOCS" start="36" end="39" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="General State Base Address Modify Enable" start="32" end="32" type="bool"/>
|
|
|
|
|
<field name="Surface State Base Address" start="76" end="95" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="Surface State MOCS" start="72" end="75" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Surface State Base Address Modify Enable" start="64" end="64" type="bool"/>
|
|
|
|
|
<field name="Dynamic State Base Address" start="108" end="127" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="Dynamic State MOCS" start="104" end="107" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Dynamic State Base Address Modify Enable" start="96" end="96" type="bool"/>
|
|
|
|
|
<field name="Indirect Object Base Address" start="140" end="159" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="Indirect Object MOCS" start="136" end="139" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Indirect Object Base Address Modify Enable" start="128" end="128" type="bool"/>
|
|
|
|
|
<field name="Instruction Base Address" start="172" end="191" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="Instruction MOCS" start="168" end="171" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Instruction Base Address Modify Enable" start="160" end="160" type="bool"/>
|
|
|
|
|
<field name="General State Access Upper Bound" start="204" end="223" type="address"/>
|
|
|
|
|
<field name="General State Access Upper Bound Modify Enable" start="192" end="192" type="bool"/>
|
|
|
|
|
<field name="Dynamic State Access Upper Bound" start="236" end="255" type="address"/>
|
|
|
|
|
<field name="Dynamic State Access Upper Bound Modify Enable" start="224" end="224" type="bool"/>
|
|
|
|
|
<field name="Indirect Object Access Upper Bound" start="268" end="287" type="address"/>
|
|
|
|
|
<field name="Indirect Object Access Upper Bound Modify Enable" start="256" end="256" type="bool"/>
|
|
|
|
|
<field name="Instruction Access Upper Bound" start="300" end="319" type="address"/>
|
|
|
|
|
<field name="Instruction Access Upper Bound Modify Enable" start="288" end="288" type="bool"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="STATE_PREFETCH" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<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="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="Prefetch Pointer" start="38" end="63" type="address"/>
|
|
|
|
|
<field name="Prefetch Count" start="32" end="34" type="uint"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="STATE_SIP" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="2"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="System Instruction Pointer" start="36" end="63" type="offset"/>
|
|
|
|
|
</instruction>
|
|
|
|
|
|
2018-11-08 17:23:08 +02:00
|
|
|
<instruction name="SWTESS_BASE_ADDRESS" bias="2" length="2" engine="render">
|
2016-02-08 16:21:09 -08:00
|
|
|
<field name="Command Type" start="29" end="31" type="uint" default="3"/>
|
|
|
|
|
<field name="Command SubType" start="27" end="28" type="uint" default="0"/>
|
|
|
|
|
<field name="3D Command Opcode" start="24" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="3D Command Sub Opcode" start="16" end="23" type="uint" default="3"/>
|
|
|
|
|
<field name="DWord Length" start="0" end="7" type="uint" default="0"/>
|
|
|
|
|
<field name="SW Tessellation Base Address" start="44" end="63" type="address"/>
|
genxml: Consistently use a numeric "MOCS" field
When we first started using genxml, we decided to represent MOCS as an
actual structure, and pack values. However, in many places, it was more
convenient to use a numeric value rather than treating it as a struct,
so we added secondary setters in a bunch of places as well.
We were not entirely consistent, either. Some places only had one.
Gen6 had both kinds of setters for STATE_BASE_ADDRESS, but newer gens
only had the struct-based setters. The names were sometimes "Constant
Buffer Object Control State" instead of "Memory", making it harder to
find. Many had prefixes like "Vertex Buffer MOCS"...in a vertex buffer
packet...which is a bit redundant.
On modern hardware, MOCS is simply an index into a table, but we were
still carrying around the structure with an "Index to MOCS Table" field,
in addition to the direct numeric setters. This is clunky - we really
just want a number on new hardware.
This patch eliminates the struct-based setters, and makes the numeric
setters be consistently called "MOCS". We leave the struct definition
around on Gen7-8 for reference purposes, but it is unused.
v2: Drop bonus "Depth Buffer MOCS" fields on Gen7.5 and Gen9
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
2018-12-11 00:34:11 -08:00
|
|
|
<field name="SW Tessellation MOCS" start="40" end="43" type="uint"/>
|
2016-02-08 16:21:09 -08:00
|
|
|
</instruction>
|
|
|
|
|
|
2017-03-15 15:18:21 -07:00
|
|
|
<register name="IA_VERTICES_COUNT" length="2" num="0x2310">
|
|
|
|
|
<field name="IA Vertices Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="IA_PRIMITIVES_COUNT" length="2" num="0x2318">
|
|
|
|
|
<field name="IA Primitives Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VS_INVOCATION_COUNT" length="2" num="0x2320">
|
|
|
|
|
<field name="VS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="HS_INVOCATION_COUNT" length="2" num="0x2300">
|
|
|
|
|
<field name="HS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="DS_INVOCATION_COUNT" length="2" num="0x2308">
|
|
|
|
|
<field name="DS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="GS_INVOCATION_COUNT" length="2" num="0x2328">
|
|
|
|
|
<field name="GS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="GS_PRIMITIVES_COUNT" length="2" num="0x2330">
|
|
|
|
|
<field name="GS Primitives Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="CL_INVOCATION_COUNT" length="2" num="0x2338">
|
|
|
|
|
<field name="CL Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="CL_PRIMITIVES_COUNT" length="2" num="0x2340">
|
|
|
|
|
<field name="CL Primitives Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="PS_INVOCATION_COUNT" length="2" num="0x2348">
|
|
|
|
|
<field name="PS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="CS_INVOCATION_COUNT" length="2" num="0x2290">
|
|
|
|
|
<field name="CS Invocation Count Report" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2017-03-09 11:58:19 +00:00
|
|
|
<register name="BCS_INSTDONE" length="1" num="0x2206c">
|
|
|
|
|
<field name="Ring Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Blitter IDLE" start="1" end="1" type="bool" default="1"/>
|
|
|
|
|
<field name="GAB IDLE" start="2" end="2" type="bool" default="1"/>
|
|
|
|
|
<field name="BCS Done" start="3" end="3" type="bool" default="1"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="INSTDONE_1" length="1" num="0x206c">
|
|
|
|
|
<field name="PRB0 Ring Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="VFG Done" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="VS Done" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="HS Done" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="TE Done" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="DS Done" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="GS Done" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="SOL Done" start="7" end="7" type="bool"/>
|
|
|
|
|
<field name="CL Done" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="SF Done" start="9" end="9" type="bool"/>
|
|
|
|
|
<field name="TDG Done" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="URBM Done" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="SVG Done" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="GAFS Done" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="VFE Done" start="16" end="16" type="bool"/>
|
|
|
|
|
<field name="TSG Done" start="17" end="17" type="bool"/>
|
|
|
|
|
<field name="GAFM Done" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="GAM Done" start="19" end="19" type="bool"/>
|
2018-01-07 22:29:34 -08:00
|
|
|
<field name="RS Done" start="20" end="20" type="bool"/>
|
|
|
|
|
<field name="CS Done" start="21" end="21" type="bool"/>
|
2017-03-09 11:58:19 +00:00
|
|
|
<field name="SDE Done" start="22" end="22" type="bool"/>
|
|
|
|
|
<field name="RCCFBC CS Done" start="23" end="23" type="bool"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VCS_INSTDONE" length="1" num="0x1206c">
|
|
|
|
|
<field name="Ring Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="USB Done" start="1" end="1" type="uint" default="1"/>
|
|
|
|
|
<field name="QRC Done" start="2" end="2" type="uint" default="1"/>
|
|
|
|
|
<field name="SEC Done" start="3" end="3" type="uint" default="1"/>
|
|
|
|
|
<field name="MPC Done" start="4" end="4" type="uint" default="1"/>
|
|
|
|
|
<field name="VFT Done" start="5" end="5" type="uint" default="1"/>
|
|
|
|
|
<field name="BSP Done" start="6" end="6" type="uint" default="1"/>
|
|
|
|
|
<field name="VLF Done" start="7" end="7" type="uint" default="1"/>
|
|
|
|
|
<field name="VOP Done" start="8" end="8" type="uint" default="1"/>
|
|
|
|
|
<field name="VMC Done" start="9" end="9" type="uint" default="1"/>
|
|
|
|
|
<field name="VIP Done" start="10" end="10" type="uint" default="1"/>
|
|
|
|
|
<field name="VIT Done" start="11" end="11" type="uint" default="1"/>
|
|
|
|
|
<field name="VDS Done" start="12" end="12" type="uint" default="1"/>
|
|
|
|
|
<field name="VMX Done" start="13" end="13" type="uint" default="1"/>
|
|
|
|
|
<field name="VCP Done" start="14" end="14" type="uint" default="1"/>
|
|
|
|
|
<field name="VCD Done" start="15" end="15" type="uint" default="1"/>
|
|
|
|
|
<field name="VAD Done" start="16" end="16" type="uint" default="1"/>
|
|
|
|
|
<field name="VMD Done" start="17" end="17" type="uint" default="1"/>
|
|
|
|
|
<field name="VIS Done" start="18" end="18" type="uint" default="1"/>
|
|
|
|
|
<field name="VAC Done" start="19" end="19" type="uint" default="1"/>
|
|
|
|
|
<field name="VAM Done" start="20" end="20" type="uint" default="1"/>
|
|
|
|
|
<field name="JPG Done" start="21" end="21" type="uint" default="1"/>
|
|
|
|
|
<field name="VBP Done" start="22" end="22" type="uint" default="1"/>
|
|
|
|
|
<field name="VHR Done" start="23" end="23" type="uint" default="1"/>
|
|
|
|
|
<field name="VCI Done" start="24" end="24" type="uint" default="1"/>
|
|
|
|
|
<field name="VCR Done" start="25" end="25" type="uint" default="1"/>
|
|
|
|
|
<field name="VIN Done" start="26" end="26" type="uint" default="1"/>
|
|
|
|
|
<field name="VPR Done" start="27" end="27" type="uint" default="1"/>
|
|
|
|
|
<field name="VTQ Done" start="28" end="28" type="uint" default="1"/>
|
|
|
|
|
<field name="Reserved" start="29" end="29" type="uint" default="1"/>
|
|
|
|
|
<field name="VCS Done" start="30" end="30" type="uint" default="1"/>
|
|
|
|
|
<field name="GAC Done" start="31" end="31" type="uint" default="1"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VECS_INSTDONE" length="1" num="0x1a06c">
|
|
|
|
|
<field name="Ring Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="VECS Done" start="30" end="30" type="uint" default="1"/>
|
|
|
|
|
<field name="GAM Done" start="31" end="31" type="uint" default="1"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2018-03-21 11:42:20 -07:00
|
|
|
<register name="SC_INSTDONE" length="1" num="0x7100">
|
|
|
|
|
<field name="SVL Done" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="WMFE Done" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="WMBE Done" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="HIZ Done" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="STC Done" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="IZ Done" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="SBE Done" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="RCZ Done" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="RCC Done" start="9" end="9" type="bool"/>
|
|
|
|
|
<field name="RCPBE Done" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="RCPFE Done" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="DAPB Done" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="DAPRBE Done" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="SARB Done" start="15" end="15" type="bool"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2018-03-21 11:42:21 -07:00
|
|
|
<register name="ROW_INSTDONE" length="1" num="0xe164">
|
|
|
|
|
<field name="BC Done" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="PSD Done" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="DC Done" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="DAPR Done" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="TDL Done" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="GW Done" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="IC Done" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="MA0 Done" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="EU00 Done SS0" start="16" end="16" type="bool"/>
|
|
|
|
|
<field name="EU01 Done SS0" start="17" end="17" type="bool"/>
|
|
|
|
|
<field name="EU02 Done SS0" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="EU03 Done SS0" start="19" end="19" type="bool"/>
|
|
|
|
|
<field name="EU04 Done SS0" start="20" end="20" type="bool"/>
|
|
|
|
|
<field name="EU10 Done SS0" start="21" end="21" type="bool"/>
|
|
|
|
|
<field name="EU11 Done SS0" start="22" end="22" type="bool"/>
|
|
|
|
|
<field name="EU12 Done SS0" start="23" end="23" type="bool"/>
|
|
|
|
|
<field name="EU13 Done SS0" start="24" end="24" type="bool"/>
|
|
|
|
|
<field name="EU14 Done SS0" start="25" end="25" type="bool"/>
|
|
|
|
|
<field name="MA1 Done SS0" start="26" end="26" type="bool"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2018-03-21 11:42:22 -07:00
|
|
|
<register name="SAMPLER_INSTDONE" length="1" num="0xe160">
|
|
|
|
|
<field name="IME Done" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="PL0 Done" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="SO0 Done" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="DG0 Done" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="FT0 Done" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="DM0 Done" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="SC Done" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="FL0 Done" start="7" end="7" type="bool"/>
|
|
|
|
|
<field name="QC Done" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="SVSM Done" start="9" end="9" type="bool"/>
|
|
|
|
|
<field name="SI0 Done" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="MT0 Done" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="AVS Done" start="12" end="12" type="bool"/>
|
|
|
|
|
<field name="IEF Done" start="13" end="13" type="bool"/>
|
|
|
|
|
<field name="CRE Done" start="14" end="14" type="bool"/>
|
|
|
|
|
<field name="SVSM ARB3" start="15" end="15" type="bool"/>
|
|
|
|
|
<field name="SVSM ARB2" start="16" end="16" type="bool"/>
|
|
|
|
|
<field name="SVSM ARB1" start="17" end="17" type="bool"/>
|
|
|
|
|
<field name="SVSM Adapter" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="FT1 Done" start="19" end="19" type="bool"/>
|
|
|
|
|
<field name="DM1 Done" start="20" end="20" type="bool"/>
|
|
|
|
|
<field name="MT1 Done" start="21" end="21" type="bool"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2016-03-24 00:29:50 -07:00
|
|
|
<register name="L3SQCREG1" length="1" num="0xb010">
|
|
|
|
|
<field name="Convert DC_UC" start="24" end="24" type="uint"/>
|
|
|
|
|
<field name="Convert IS_UC" start="25" end="25" type="uint"/>
|
|
|
|
|
<field name="Convert C_UC" start="26" end="26" type="uint"/>
|
|
|
|
|
<field name="Convert T_UC" start="27" end="27" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="L3CNTLREG2" length="1" num="0xb020">
|
|
|
|
|
<field name="SLM Enable" start="0" end="0" type="uint"/>
|
|
|
|
|
<field name="URB Allocation" start="1" end="6" type="uint"/>
|
|
|
|
|
<field name="URB Low Bandwidth" start="7" end="7" type="uint"/>
|
|
|
|
|
<field name="RO Allocation" start="14" end="19" type="uint"/>
|
|
|
|
|
<field name="RO Low Bandwidth" start="20" end="20" type="uint"/>
|
|
|
|
|
<field name="DC Allocation" start="21" end="26" type="uint"/>
|
|
|
|
|
<field name="DC Low Bandwidth" start="27" end="27" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="L3CNTLREG3" length="1" num="0xb024">
|
|
|
|
|
<field name="IS Allocation" start="1" end="6" type="uint"/>
|
|
|
|
|
<field name="IS Low Bandwidth" start="7" end="7" type="uint"/>
|
|
|
|
|
<field name="C Allocation" start="8" end="13" type="uint"/>
|
|
|
|
|
<field name="C Low Bandwidth" start="14" end="14" type="uint"/>
|
|
|
|
|
<field name="T Allocation" start="15" end="20" type="uint"/>
|
|
|
|
|
<field name="T Low Bandwidth" start="21" end="21" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2016-04-02 01:25:05 -07:00
|
|
|
<register name="SCRATCH1" length="1" num="0xb038">
|
|
|
|
|
<field name="L3 Atomic Disable" start="27" end="27" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="CHICKEN3" length="1" num="0xe49c">
|
|
|
|
|
<field name="L3 Atomic Disable" start="6" end="6" type="uint"/>
|
2016-09-12 12:58:38 -07:00
|
|
|
<field name="L3 Atomic Disable Mask" start="22" end="22" type="uint"/>
|
2016-04-02 01:25:05 -07:00
|
|
|
</register>
|
|
|
|
|
|
2018-09-14 14:45:12 -05:00
|
|
|
<register name="SO_NUM_PRIMS_WRITTEN0" length="2" num="0x5200">
|
|
|
|
|
<field name="Num Prims Written Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_NUM_PRIMS_WRITTEN1" length="2" num="0x5208">
|
|
|
|
|
<field name="Num Prims Written Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_NUM_PRIMS_WRITTEN2" length="2" num="0x5210">
|
|
|
|
|
<field name="Num Prims Written Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_NUM_PRIMS_WRITTEN3" length="2" num="0x5218">
|
|
|
|
|
<field name="Num Prims Written Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_PRIM_STORAGE_NEEDED0" length="2" num="0x5240">
|
|
|
|
|
<field name="Prim Storage Needed Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_PRIM_STORAGE_NEEDED1" length="2" num="0x5248">
|
|
|
|
|
<field name="Prim Storage Needed Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_PRIM_STORAGE_NEEDED2" length="2" num="0x5250">
|
|
|
|
|
<field name="Prim Storage Needed Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_PRIM_STORAGE_NEEDED3" length="2" num="0x5258">
|
|
|
|
|
<field name="Prim Storage Needed Count" start="0" end="63" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2016-10-18 19:02:07 -07:00
|
|
|
<register name="SO_WRITE_OFFSET0" length="1" num="0x5280">
|
|
|
|
|
<field name="Write Offset" start="2" end="31" type="offset"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_WRITE_OFFSET1" length="1" num="0x5284">
|
|
|
|
|
<field name="Write Offset" start="2" end="31" type="offset"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_WRITE_OFFSET2" length="1" num="0x5288">
|
|
|
|
|
<field name="Write Offset" start="2" end="31" type="offset"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="SO_WRITE_OFFSET3" length="1" num="0x528c">
|
|
|
|
|
<field name="Write Offset" start="2" end="31" type="offset"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2017-03-09 15:38:20 +00:00
|
|
|
<register name="GFX_ARB_ERROR_RPT" length="1" num="0x40a0">
|
|
|
|
|
<field name="TLB Page Fault Error" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Context Page Fault Error" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="Invalid Page Directory entry error" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="Hardware Status Page Fault Error" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="TLB Page VTD Translation Error" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="Context Page VTD Translation Error" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="Page Directory Entry VTD Translation Error" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="Hardware Status Page VTD Translation Error" start="7" end="7" type="bool"/>
|
|
|
|
|
<field name="Unloaded PD Error" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Pending Page Faults" start="9" end="15" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2017-03-10 14:27:23 +00:00
|
|
|
<register name="ERR_INT" length="1" num="0x44040">
|
|
|
|
|
<field name="Primary A GTT Fault Status" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Primary B GTT Fault Status" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="Sprite A GTT Fault Status" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="Sprite B GTT Fault Status" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="Cursor A GTT Fault Status" start="4" end="4" type="bool"/>
|
|
|
|
|
<field name="Cursor B GTT Fault Status" start="5" end="5" type="bool"/>
|
|
|
|
|
<field name="Invalid page table entry data" start="6" end="6" type="bool"/>
|
|
|
|
|
<field name="Invalid GTT page table entry" start="7" end="7" type="bool"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2017-03-10 14:27:53 +00:00
|
|
|
<register name="BCS_FAULT_REG" length="1" num="0x4294">
|
|
|
|
|
<field name="Valid Bit" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Fault Type" start="1" end="2" type="uint">
|
|
|
|
|
<value name="Page Fault" value="0"/>
|
|
|
|
|
<value name="Invalid PD Fault" value="1"/>
|
|
|
|
|
<value name="Unloaded PD Fault" value="2"/>
|
|
|
|
|
<value name="Invalid and Unloaded PD fault" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name= "SRCID of Fault" start="3" end="10" type="uint"/>
|
2018-05-05 19:36:25 +01:00
|
|
|
<field name="GTTSEL" start="11" end="11" type="uint">
|
2017-03-10 14:27:53 +00:00
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Virtual Address of Fault" start="12" end="31" type="address"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="RCS_FAULT_REG" length="1" num="0x4094">
|
|
|
|
|
<field name="Valid Bit" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Fault Type" start="1" end="2" type="uint">
|
|
|
|
|
<value name="Page Fault" value="0"/>
|
|
|
|
|
<value name="Invalid PD Fault" value="1"/>
|
|
|
|
|
<value name="Unloaded PD Fault" value="2"/>
|
|
|
|
|
<value name="Invalid and Unloaded PD fault" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name= "SRCID of Fault" start="3" end="10" type="uint"/>
|
2018-05-05 19:36:25 +01:00
|
|
|
<field name="GTTSEL" start="11" end="11" type="uint">
|
2017-03-10 14:27:53 +00:00
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Virtual Address of Fault" start="12" end="31" type="address"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VECS_FAULT_REG" length="1" num="0x4394">
|
|
|
|
|
<field name="Valid Bit" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Fault Type" start="1" end="2" type="uint">
|
|
|
|
|
<value name="Page Fault" value="0"/>
|
|
|
|
|
<value name="Invalid PD Fault" value="1"/>
|
|
|
|
|
<value name="Unloaded PD Fault" value="2"/>
|
|
|
|
|
<value name="Invalid and Unloaded PD fault" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name= "SRCID of Fault" start="3" end="10" type="uint"/>
|
2018-05-05 19:36:25 +01:00
|
|
|
<field name="GTTSEL" start="11" end="11" type="uint">
|
2017-03-10 14:27:53 +00:00
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Virtual Address of Fault" start="12" end="31" type="address"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VCS_FAULT_REG" length="1" num="0x4194">
|
|
|
|
|
<field name="Valid Bit" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Fault Type" start="1" end="2" type="uint">
|
|
|
|
|
<value name="Page Fault" value="0"/>
|
|
|
|
|
<value name="Invalid PD Fault" value="1"/>
|
|
|
|
|
<value name="Unloaded PD Fault" value="2"/>
|
|
|
|
|
<value name="Invalid and Unloaded PD fault" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name= "SRCID of Fault" start="3" end="10" type="uint"/>
|
2018-05-05 19:36:25 +01:00
|
|
|
<field name="GTTSEL" start="11" end="11" type="uint">
|
2017-03-10 14:27:53 +00:00
|
|
|
<value name="PPGTT" value="0"/>
|
|
|
|
|
<value name="GGTT" value="1"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Virtual Address of Fault" start="12" end="31" type="address"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2017-03-10 17:27:01 +00:00
|
|
|
<register name="BCS_RING_BUFFER_CTL" length="1" num="0x2203c">
|
|
|
|
|
<field name="Ring Buffer Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Automatic Report Head Pointer" start="1" end="2" type="uint">
|
|
|
|
|
<value name="MI_AUTOREPORT_OFF" value="0"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_64KB" value="1"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_4KB" value="2"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_128KB" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Disable Register Accesses" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Semaphore Wait" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="RBWait" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Buffer Length (in pages - 1)" start="12" end="20" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="RCS_RING_BUFFER_CTL" length="1" num="0x203c">
|
|
|
|
|
<field name="Ring Buffer Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Automatic Report Head Pointer" start="1" end="2" type="uint">
|
|
|
|
|
<value name="MI_AUTOREPORT_OFF" value="0"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_64KBMI_AUTOREPORT_4KB" value="1"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_128KB" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Semaphore Wait" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="RBWait" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Buffer Length (in pages - 1)" start="12" end="20" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VECS_RING_BUFFER_CTL" length="1" num="0x1A03c">
|
|
|
|
|
<field name="Ring Buffer Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Automatic Report Head Pointer" start="1" end="2" type="uint">
|
|
|
|
|
<value name="MI_AUTOREPORT_OFF" value="0"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_64KB" value="1"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_4KB" value="2"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_128KB" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Disable Register Accesses" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Semaphore Wait" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="RBWait" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Buffer Length (in pages - 1)" start="12" end="20" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
|
|
|
|
<register name="VCS_RING_BUFFER_CTL" length="1" num="0x1203c">
|
|
|
|
|
<field name="Ring Buffer Enable" start="0" end="0" type="bool"/>
|
|
|
|
|
<field name="Automatic Report Head Pointer" start="1" end="2" type="uint">
|
|
|
|
|
<value name="MI_AUTOREPORT_OFF" value="0"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_64KB" value="1"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_4KB" value="2"/>
|
|
|
|
|
<value name="MI_AUTOREPORT_128KB" value="3"/>
|
|
|
|
|
</field>
|
|
|
|
|
<field name="Disable Register Accesses" start="8" end="8" type="bool"/>
|
|
|
|
|
<field name="Semaphore Wait" start="10" end="10" type="bool"/>
|
|
|
|
|
<field name="RBWait" start="11" end="11" type="bool"/>
|
|
|
|
|
<field name="Buffer Length (in pages - 1)" start="12" end="20" type="uint"/>
|
|
|
|
|
</register>
|
|
|
|
|
|
2018-03-02 16:44:14 +00:00
|
|
|
<register name="INSTPM" length="1" num="0x20c0">
|
|
|
|
|
<field name="3D State Instruction Disable" start="1" end="1" type="bool"/>
|
|
|
|
|
<field name="3D Rendering Instruction Disable" start="2" end="2" type="bool"/>
|
|
|
|
|
<field name="Media Instruction Disable" start="3" end="3" type="bool"/>
|
|
|
|
|
<field name="CONSTANT_BUFFER Address Offset Disable" start="6" end="6" type="bool"/>
|
2018-06-15 11:43:45 -07:00
|
|
|
|
|
|
|
|
<field name="3D State Instruction Disable Mask" start="17" end="17" type="bool"/>
|
|
|
|
|
<field name="3D Rendering Instruction Disable Mask" start="18" end="18" type="bool"/>
|
|
|
|
|
<field name="Media Instruction Disable Mask" start="19" end="19" type="bool"/>
|
|
|
|
|
<field name="CONSTANT_BUFFER Address Offset Disable Mask" start="22" end="22" type="bool"/>
|
2018-03-02 16:44:14 +00:00
|
|
|
</register>
|
|
|
|
|
|
2016-02-08 16:21:09 -08:00
|
|
|
</genxml>
|