| <?xml version='1.0' encoding='utf-8'?> |
| <genxml name="GFX125" gen="12.5"> |
| <import name="gen120.xml"> |
| <exclude name="3D_CHICKEN3" /> |
| <exclude name="3DSTATE_PUSH_CONSTANT_ALLOC_PS" /> |
| <exclude name="GPGPU_WALKER" /> |
| <exclude name="GT_MODE" /> |
| <exclude name="MEDIA_CURBE_LOAD" /> |
| <exclude name="MEDIA_INTERFACE_DESCRIPTOR_LOAD" /> |
| <exclude name="MEDIA_OBJECT" /> |
| <exclude name="MEDIA_OBJECT_GRPID" /> |
| <exclude name="MEDIA_OBJECT_PRT" /> |
| <exclude name="MEDIA_OBJECT_WALKER" /> |
| <exclude name="MEDIA_STATE_FLUSH" /> |
| <exclude name="MEDIA_VFE_STATE" /> |
| </import> |
| <enum name="FRAME_BITRATE_UNITS" prefix="FRAME_BR"> |
| <value name="32BYTE_UNITS" value="0" /> |
| <value name="4KBYTE_UNITS" value="1" /> |
| </enum> |
| <enum name="L1_CACHE_CONTROL" prefix="L1CC"> |
| <value name="WBP" value="0" /> |
| <value name="UC" value="1" /> |
| <value name="WB" value="2" /> |
| <value name="WT" value="3" /> |
| <value name="WS" value="4" /> |
| </enum> |
| <enum name="PREF_SLM_ALLOCATION_SIZE"> |
| <value name="SLM_ENCODES_0K" value="8" /> |
| <value name="SLM_ENCODES_16K" value="9" /> |
| <value name="SLM_ENCODES_32K" value="10" /> |
| <value name="SLM_ENCODES_64K" value="11" /> |
| <value name="SLM_ENCODES_96K" value="12" /> |
| <value name="SLM_ENCODES_128K" value="13" /> |
| <value name="SLM_ENCODES_192K" value="14" /> |
| <value name="SLM_ENCODES_256K" value="15" /> |
| </enum> |
| <enum name="STATE_SURFACE_TYPE"> |
| <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_RES5" value="5" /> |
| <value name="SURFTYPE_SCRATCH" value="6" /> |
| <value name="SURFTYPE_NULL" value="7" /> |
| </enum> |
| <struct name="INTERFACE_DESCRIPTOR_DATA" length="8"> |
| <field name="Kernel Start Pointer" dword="0" bits="31:6" type="offset" /> |
| <field name="Software Exception Enable" dword="2" bits="7:7" type="bool" /> |
| <field name="Mask Stack Exception Enable" dword="2" bits="11:11" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="2" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="2" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Single Program Flow" dword="2" bits="18:18" type="bool" /> |
| <field name="Denorm Mode" dword="2" bits="19:19" type="uint"> |
| <value name="Ftz" value="0" /> |
| <value name="SetByKernel" value="1" /> |
| </field> |
| <field name="Thread Preemption Disable" dword="2" bits="20:20" type="uint" /> |
| <field name="Sampler Count" dword="3" bits="4:2" 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="Sampler State Pointer" dword="3" bits="31:5" type="offset" /> |
| <field name="Binding Table Entry Count" dword="4" bits="4:0" type="uint" /> |
| <field name="Binding Table Pointer" dword="4" bits="20:5" type="offset" /> |
| <field name="Number of Threads in GPGPU Thread Group" dword="5" bits="9:0" type="uint" /> |
| <field name="Shared Local Memory Size" dword="5" bits="20:16" type="uint"> |
| <value name="Encodes 0K" value="0" /> |
| <value name="Encodes 1K" value="1" /> |
| <value name="Encodes 2K" value="2" /> |
| <value name="Encodes 4K" value="3" /> |
| <value name="Encodes 8K" value="4" /> |
| <value name="Encodes 16K" value="5" /> |
| <value name="Encodes 32K" value="6" /> |
| <value name="Encodes 64K" value="7" /> |
| </field> |
| <field name="Barrier Enable" dword="5" bits="21:21" type="bool" /> |
| <field name="Rounding Mode" dword="5" bits="23:22" 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="Thread Group Dispatch Size" dword="5" bits="27:26" type="uint"> |
| <value name="TG size 8" value="0" /> |
| <value name="TG size 4" value="1" /> |
| <value name="TG size 2" value="2" /> |
| <value name="TG size 1" value="3" /> |
| </field> |
| <field name="Number Of Barriers" dword="5" bits="30:28" type="uint" prefix="BARRIER_SIZE"> |
| <value name="NONE" value="0" /> |
| <value name="B1" value="1" /> |
| <value name="B2" value="2" /> |
| <value name="B4" value="3" /> |
| <value name="B8" value="4" /> |
| <value name="B16" value="5" /> |
| <value name="B24" value="6" /> |
| <value name="B32" value="7" /> |
| </field> |
| <field name="BTD Mode" dword="5" bits="31:31" type="uint" /> |
| <field name="Preferred SLM Allocation Size" dword="6" bits="3:0" type="uint" /> |
| </struct> |
| <struct name="POSTSYNC_DATA" length="5"> |
| <field name="Operation" dword="0" bits="1:0" type="uint" default="0"> |
| <value name="No Write" value="0" /> |
| <value name="Write Immediate Data" value="1" /> |
| <value name="Write Timestamp" value="3" /> |
| </field> |
| <field name="HDC Pipeline Flush" dword="0" bits="2:2" type="bool" /> |
| <field name="L3 flush" dword="0" bits="3:3" type="bool" /> |
| <field name="MOCS" dword="0" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Destination Address" dword="1" bits="63:0" type="address" /> |
| <field name="Immediate Data" dword="3" bits="63:0" type="uint" /> |
| </struct> |
| <struct name="COMPUTE_WALKER_BODY" length="38"> |
| <field name="Indirect Data Length" dword="1" bits="16:0" type="uint" /> |
| <field name="L3 prefetch disable" dword="1" bits="17:17" type="bool" /> |
| <field name="Partition Type" dword="1" bits="31:30" type="uint"> |
| <value name="PartitionX" value="1" /> |
| <value name="PartitionY" value="2" /> |
| <value name="PartitionZ" value="3" /> |
| </field> |
| <field name="Indirect Data Start Address" dword="2" bits="31:6" type="offset" /> |
| <field name="Message SIMD" dword="3" bits="18:17" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="Tile Layout" dword="3" bits="21:19" type="uint"> |
| <value name="Linear" value="0" /> |
| <value name="TileY 32bpe" value="1" /> |
| <value name="TileY 64bpe" value="2" /> |
| <value name="TileY 128bpe" value="3" /> |
| </field> |
| <field name="Walk Order" dword="3" bits="24:22" type="uint"> |
| <value name="Walk 012" value="0" /> |
| <value name="Walk 021" value="1" /> |
| <value name="Walk 102" value="2" /> |
| <value name="Walk 120" value="3" /> |
| <value name="Walk 201" value="4" /> |
| <value name="Walk 210" value="5" /> |
| </field> |
| <field name="Emit Inline Parameter" dword="3" bits="25:25" type="bool" /> |
| <field name="Emit Local" dword="3" bits="28:26" type="uint"> |
| <value name="Emit None" value="0" /> |
| <value name="Emit X" value="1" /> |
| <value name="Emit XY" value="3" /> |
| <value name="Emit XYZ" value="7" /> |
| </field> |
| <field name="Generate Local ID" dword="3" bits="29:29" type="bool" /> |
| <field name="SIMD Size" dword="3" bits="31:30" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="Execution Mask" dword="4" bits="31:0" type="uint" /> |
| <field name="Local X Maximum" dword="5" bits="9:0" type="uint" /> |
| <field name="Local Y Maximum" dword="5" bits="19:10" type="uint" /> |
| <field name="Local Z Maximum" dword="5" bits="29:20" type="uint" /> |
| <field name="Thread Group ID X Dimension" dword="6" bits="31:0" type="uint" /> |
| <field name="Thread Group ID Y Dimension" dword="7" bits="31:0" type="uint" /> |
| <field name="Thread Group ID Z Dimension" dword="8" bits="31:0" type="uint" /> |
| <field name="Thread Group ID Starting X" dword="9" bits="31:0" type="uint" /> |
| <field name="Thread Group ID Starting Y" dword="10" bits="31:0" type="uint" /> |
| <field name="Thread Group ID Starting Z" dword="11" bits="31:0" type="uint" /> |
| <field name="Partition ID" dword="12" bits="31:0" type="uint" /> |
| <field name="Partition Size" dword="13" bits="31:0" type="uint" /> |
| <field name="Preempt X" dword="14" bits="31:0" type="uint" /> |
| <field name="Preempt Y" dword="15" bits="31:0" type="uint" /> |
| <field name="Preempt Z" dword="16" bits="31:0" type="uint" /> |
| <field name="Interface Descriptor" dword="17" bits="255:0" type="INTERFACE_DESCRIPTOR_DATA" /> |
| <field name="Post Sync" dword="25" bits="159:0" type="POSTSYNC_DATA" /> |
| <group count="8" dword="30" size="32"> |
| <field name="Inline Data" dword="0" bits="31:0" type="uint" /> |
| </group> |
| </struct> |
| <struct name="CPS_STATE" length="8"> |
| <field name="MinCPSizeX" dword="0" bits="10:0" type="s3.7" /> |
| <field name="Statistics Enable" dword="0" bits="11:11" type="bool" /> |
| <field name="Coarse Pixel Shading Mode" dword="0" bits="13:12" type="uint"> |
| <value name="CPS_MODE_NONE" value="0" /> |
| <value name="CPS_MODE_CONSTANT" value="1" /> |
| <value name="CPS_MODE_RADIAL" value="2" /> |
| </field> |
| <field name="ScaleAxis" dword="0" bits="14:14" type="uint"> |
| <value name="X axis" value="0" /> |
| <value name="Y axis" value="1" /> |
| </field> |
| <field name="MinCPSizeY" dword="0" bits="25:15" type="s3.7" /> |
| <field name="Combiner1 Opcode for CPsize" dword="0" bits="28:26" type="uint"> |
| <value name="PASSTHROUGH" value="0" /> |
| <value name="OVERRIDE" value="1" /> |
| <value name="HIGH_QUALITY" value="2" /> |
| <value name="LOW_QUALITY" value="3" /> |
| <value name="RELATIVE" value="4" /> |
| </field> |
| <field name="Combiner0 Opcode for CPsize" dword="0" bits="31:29" type="uint"> |
| <value name="PASSTHROUGH" value="0" /> |
| <value name="OVERRIDE" value="1" /> |
| <value name="HIGH_QUALITY" value="2" /> |
| <value name="LOW_QUALITY" value="3" /> |
| <value name="RELATIVE" value="4" /> |
| </field> |
| <field name="MaxCPSizeX" dword="1" bits="10:0" type="s3.7" /> |
| <field name="MaxCPSizeY" dword="1" bits="26:16" type="s3.7" /> |
| <field name="Y_Focal" dword="2" bits="15:0" type="int" /> |
| <field name="X_Focal" dword="3" bits="15:0" type="int" /> |
| <field name="My" dword="4" bits="31:0" type="uint" /> |
| <field name="Mx" dword="5" bits="31:0" type="uint" /> |
| <field name="Rmin" dword="6" bits="31:0" type="uint" /> |
| <field name="Aspect" dword="7" bits="31:0" type="uint" /> |
| </struct> |
| <struct name="MEMORYADDRESSATTRIBUTES" length="1"> |
| <field name="MOCS" dword="0" bits="6:0" type="uint" nonzero="true" /> |
| <field name="Arbitration Priority Control" dword="0" bits="8:7" type="HEVC_ARBITRATION_PRIORITY" /> |
| <field name="Memory Compression Enable" dword="0" bits="9:9" type="bool" /> |
| <field name="Memory Compression Mode" dword="0" bits="10:10" type="uint" /> |
| <field name="Row Store Scratch Buffer Cache Select" dword="0" bits="12:12" type="uint"> |
| <value name="LLC" value="0" /> |
| <value name="Internal Media Storage" value="1" /> |
| </field> |
| <field name="Tiled Resource Mode" dword="0" bits="14:13" type="uint"> |
| <value name="TRMODE_NONE" value="0" /> |
| <value name="TRMODE_TILES" value="1" /> |
| <value name="TRMODE_TILEX" value="2" /> |
| <value name="TRMODE_TILEF" value="3" /> |
| </field> |
| </struct> |
| <struct name="MI_MATH_ALU_INSTRUCTION" length="1"> |
| <field name="Operand 2" dword="0" bits="9:0" 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 1" dword="0" bits="19:10" 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="ALU Opcode" dword="0" bits="31:20" type="uint" prefix="MI_ALU"> |
| <value name="NOOP" value="0x000" /> |
| <value name="FENCE_RD" value="0x001" /> |
| <value name="FENCE_WR" value="0x002" /> |
| <value name="LOAD" value="0x080" /> |
| <value name="LOADINV" value="0x480" /> |
| <value name="LOAD0" value="0x081" /> |
| <value name="LOAD1" value="0x481" /> |
| <value name="LOADIND" value="0x082" /> |
| <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="SHL" value="0x105" /> |
| <value name="SHR" value="0x106" /> |
| <value name="SAR" value="0x107" /> |
| <value name="STORE" value="0x180" /> |
| <value name="STOREINV" value="0x580" /> |
| <value name="STOREIND" value="0x181" /> |
| </field> |
| </struct> |
| <struct name="RENDER_SURFACE_STATE" length="16"> |
| <field name="Cube Face Enable - Positive Z" dword="0" bits="0:0" type="bool" /> |
| <field name="Cube Face Enable - Negative Z" dword="0" bits="1:1" type="bool" /> |
| <field name="Cube Face Enable - Positive Y" dword="0" bits="2:2" type="bool" /> |
| <field name="Cube Face Enable - Negative Y" dword="0" bits="3:3" type="bool" /> |
| <field name="Cube Face Enable - Positive X" dword="0" bits="4:4" type="bool" /> |
| <field name="Cube Face Enable - Negative X" dword="0" bits="5:5" type="bool" /> |
| <field name="Media Boundary Pixel Mode" dword="0" bits="7:6" type="uint"> |
| <value name="NORMAL_MODE" value="0" /> |
| <value name="PROGRESSIVE_FRAME" value="2" /> |
| <value name="INTERLACED_FRAME" value="3" /> |
| </field> |
| <field name="Render Cache Read Write Mode" dword="0" bits="8:8" type="uint"> |
| <value name="Write-Only Cache" value="0" /> |
| <value name="Read-Write Cache" value="1" /> |
| </field> |
| <field name="Sampler L2 Bypass Mode Disable" dword="0" bits="9:9" type="bool" /> |
| <field name="Vertical Line Stride Offset" dword="0" bits="10:10" type="uint" /> |
| <field name="Vertical Line Stride" dword="0" bits="11:11" type="uint" /> |
| <field name="Tile Mode" dword="0" bits="13:12" type="uint"> |
| <value name="LINEAR" value="0" /> |
| <value name="TILE64" value="1" /> |
| <value name="XMAJOR" value="2" /> |
| <value name="TILE4" value="3" /> |
| </field> |
| <field name="Surface Horizontal Alignment" dword="0" bits="15:14" type="uint"> |
| <value name="HALIGN_16" value="0" /> |
| <value name="HALIGN_32" value="1" /> |
| <value name="HALIGN_64" value="2" /> |
| <value name="HALIGN_128" value="3" /> |
| </field> |
| <field name="Surface Vertical Alignment" dword="0" bits="17:16" type="uint"> |
| <value name="VALIGN_4" value="1" /> |
| <value name="VALIGN_8" value="2" /> |
| <value name="VALIGN_16" value="3" /> |
| </field> |
| <field name="Surface Format" dword="0" bits="26:18" type="uint" /> |
| <field name="Surface Array" dword="0" bits="28:28" type="bool" /> |
| <field name="Surface Type" dword="0" bits="31:29" type="STATE_SURFACE_TYPE" /> |
| <field name="Surface QPitch" dword="1" bits="14:0" type="uint" /> |
| <field name="Sample Tap Discard Disable" dword="1" bits="15:15" type="bool" /> |
| <field name="Double Fetch Disable" dword="1" bits="17:17" type="bool" /> |
| <field name="Corner Texel Mode" dword="1" bits="18:18" type="uint" /> |
| <field name="Base Mip Level" dword="1" bits="23:19" type="u4.1" /> |
| <field name="MOCS" dword="1" bits="30:24" type="uint" nonzero="true" /> |
| <field name="Width" dword="2" bits="13:0" type="uint" /> |
| <field name="Height" dword="2" bits="29:16" type="uint" /> |
| <field name="Depth Stencil Resource" dword="2" bits="31:31" type="bool" /> |
| <field name="Surface Pitch" dword="3" bits="17:0" type="uint" /> |
| <field name="Null Probing Enable" dword="3" bits="18:18" type="uint" /> |
| <field name="Depth" dword="3" bits="31:21" type="uint" /> |
| <field name="Multisample Position Palette Index" dword="4" bits="2:0" type="uint" /> |
| <field name="Number of Multisamples" dword="4" bits="5:3" type="uint"> |
| <value name="MULTISAMPLECOUNT_1" value="0" /> |
| <value name="MULTISAMPLECOUNT_2" value="1" /> |
| <value name="MULTISAMPLECOUNT_4" value="2" /> |
| <value name="MULTISAMPLECOUNT_8" value="3" /> |
| <value name="MULTISAMPLECOUNT_16" value="4" /> |
| </field> |
| <field name="Multisampled Surface Storage Format" dword="4" bits="6:6" type="uint"> |
| <value name="MSFMT_MSS" value="0" /> |
| <value name="MSFMT_DEPTH_STENCIL" value="1" /> |
| </field> |
| <field name="Render Target View Extent" dword="4" bits="17:7" type="uint" /> |
| <field name="Minimum Array Element" dword="4" bits="28:18" type="uint" /> |
| <field name="Render Target And Sample Unorm Rotation" dword="4" bits="30:29" type="uint"> |
| <value name="0DEG" value="0" /> |
| <value name="90DEG" value="1" /> |
| <value name="180DEG" value="2" /> |
| <value name="270DEG" value="3" /> |
| </field> |
| <field name="Decompress In L3" dword="4" bits="31:31" type="bool" /> |
| <field name="MIP Count / LOD" dword="5" bits="3:0" type="uint" /> |
| <field name="Surface Min LOD" dword="5" bits="7:4" type="uint" /> |
| <field name="Mip Tail Start LOD" dword="5" bits="11:8" type="uint" /> |
| <field name="Coherency Type" dword="5" bits="14:14" type="mbz" /> |
| <field name="L1 Cache Control" dword="5" bits="18:16" type="L1_CACHE_CONTROL" /> |
| <field name="EWA Disable For Cube" dword="5" bits="20:20" type="bool" /> |
| <field name="Y Offset" dword="5" bits="23:21" type="uint" /> |
| <field name="X Offset" dword="5" bits="31:25" type="uint" /> |
| <field name="Auxiliary Surface Mode" dword="6" bits="2:0" type="uint"> |
| <value name="AUX_NONE" value="0" /> |
| <value name="AUX_CCS_D" value="1" /> |
| <value name="AUX_APPEND" value="2" /> |
| <value name="AUX_MCS_LCE" value="4" /> |
| <value name="AUX_CCS_E" value="5" /> |
| </field> |
| <field name="Y Offset for U or UV Plane" dword="6" bits="13:0" type="uint" /> |
| <field name="Auxiliary Surface Pitch" dword="6" bits="12:3" type="uint" /> |
| <field name="YUV Interpolation Enable" dword="6" bits="15:15" type="bool" /> |
| <field name="Auxiliary Surface QPitch" dword="6" bits="30:16" type="uint" /> |
| <field name="X Offset for U or UV Plane" dword="6" bits="29:16" type="uint" /> |
| <field name="Half Pitch for Chroma" dword="6" bits="30:30" type="uint" /> |
| <field name="Separate UV Plane Enable" dword="6" bits="31:31" type="bool" /> |
| <field name="Resource Min LOD" dword="7" bits="11:0" type="u4.8" /> |
| <field name="Shader Channel Select Alpha" dword="7" bits="18:16" type="Shader Channel Select" /> |
| <field name="Shader Channel Select Blue" dword="7" bits="21:19" type="Shader Channel Select" /> |
| <field name="Shader Channel Select Green" dword="7" bits="24:22" type="Shader Channel Select" /> |
| <field name="Shader Channel Select Red" dword="7" bits="27:25" type="Shader Channel Select" /> |
| <field name="Memory Compression Enable" dword="7" bits="30:30" type="bool" /> |
| <field name="Memory Compression Mode" dword="7" bits="31:31" type="uint"> |
| <value name="Media Compression" value="0" /> |
| <value name="3D Compression" value="1" /> |
| </field> |
| <field name="Surface Base Address" dword="8" bits="63:0" type="address" /> |
| <field name="Clear Value Address Enable" dword="10" bits="10:10" type="bool" /> |
| <field name="Caching Expanded Formats" dword="10" bits="11:11" type="uint" /> |
| <field name="Auxiliary Surface Base Address" dword="10" bits="63:12" type="address" /> |
| <field name="Compression Format" dword="12" bits="4:0" type="uint" /> |
| <field name="Clear Value Address" dword="12" bits="47:6" type="address" /> |
| </struct> |
| <struct name="SLICE_HASH_TABLE" length="224"> |
| <group count="7" dword="0" size="1024"> |
| <group count="16" dword="0" size="64"> |
| <group count="16" dword="0" size="4"> |
| <field name="Entry" dword="0" bits="3:0" type="uint" /> |
| </group> |
| </group> |
| </group> |
| </struct> |
| <struct name="VDENC_SURFACE_CONTROL_BITS" length="1"> |
| <field name="MOCS" dword="0" bits="6:0" type="uint" nonzero="true" /> |
| <field name="Arbitration Priority Control" dword="0" bits="8:7" 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="Memory Compression Enable" dword="0" bits="9:9" type="bool" /> |
| <field name="Memory Compression Mode" dword="0" bits="10:10" type="uint" /> |
| <field name="Cache Select" dword="0" bits="12:12" type="uint" /> |
| </struct> |
| <instruction name="3DMESH_1D" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="UAV Coherency Required" dword="0" bits="9:9" type="bool" /> |
| <field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="TBIMR Enabled" dword="0" bits="13:13" type="uint" /> |
| <field name="Extended Parameter 0 Present" dword="0" bits="14:14" type="uint" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="1" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="3" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="ThreadGroup Count X" dword="1" bits="31:0" type="uint" /> |
| <field name="Starting ThreadGroup ID X" dword="2" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 0 (XP0)" dword="3" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DMESH_3D" bias="2" length="4" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="UAV Coherency Required" dword="0" bits="9:9" type="bool" /> |
| <field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="TBIMR Enabled" dword="0" bits="13:13" type="uint" /> |
| <field name="Extended Parameter 0 Present" dword="0" bits="14:14" type="uint" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="2" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="3" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="ThreadGroup Count X" dword="1" bits="31:0" type="uint" /> |
| <field name="ThreadGroup Count Y" dword="2" bits="31:0" type="uint" /> |
| <field name="ThreadGroup Count Z" dword="3" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 0 (XP0)" dword="4" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DPRIMITIVE" bias="2" length="7" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="UAV Coherency Required" dword="0" bits="9:9" type="bool" /> |
| <field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="Extended Parameters Present" dword="0" bits="11:11" type="uint" /> |
| <field name="TBIMR Enable" dword="0" bits="13:13" type="uint" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="0" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="3" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Primitive Topology Type" dword="1" bits="5:0" type="3D_Prim_Topo_Type" /> |
| <field name="Vertex Access Type" dword="1" bits="8:8" type="uint"> |
| <value name="SEQUENTIAL" value="0" /> |
| <value name="RANDOM" value="1" /> |
| </field> |
| <field name="End Offset Enable" dword="1" bits="9:9" type="bool" /> |
| <field name="Vertex Count Per Instance" dword="2" bits="31:0" type="uint" /> |
| <field name="Start Vertex Location" dword="3" bits="31:0" type="uint" /> |
| <field name="Instance Count" dword="4" bits="31:0" type="uint" /> |
| <field name="Start Instance Location" dword="5" bits="31:0" type="uint" /> |
| <field name="Base Vertex Location" dword="6" bits="31:0" type="int" /> |
| <field name="Extended Parameter 0" dword="7" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 1" dword="8" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 2" dword="9" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DPRIMITIVE_EXTENDED" bias="2" length="10" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="UAV Coherency Required" dword="0" bits="9:9" type="bool" /> |
| <field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="Extended Parameters Present" dword="0" bits="11:11" type="bool" default="1" /> |
| <field name="TBIMR Enable" dword="0" bits="13:13" type="uint" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="0" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="3" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Primitive Topology Type" dword="1" bits="5:0" type="3D_Prim_Topo_Type" /> |
| <field name="Vertex Access Type" dword="1" bits="8:8" type="uint"> |
| <value name="SEQUENTIAL" value="0" /> |
| <value name="RANDOM" value="1" /> |
| </field> |
| <field name="End Offset Enable" dword="1" bits="9:9" type="bool" /> |
| <field name="Vertex Count Per Instance" dword="2" bits="31:0" type="uint" /> |
| <field name="Start Vertex Location" dword="3" bits="31:0" type="uint" /> |
| <field name="Instance Count" dword="4" bits="31:0" type="uint" /> |
| <field name="Start Instance Location" dword="5" bits="31:0" type="uint" /> |
| <field name="Base Vertex Location" dword="6" bits="31:0" type="int" /> |
| <field name="Extended Parameter 0" dword="7" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 1" dword="8" bits="31:0" type="uint" /> |
| <field name="Extended Parameter 2" dword="9" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_3D_MODE" bias="2" length="5" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="30" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Cross Slice Hashing Mode" dword="1" bits="1:0" type="uint"> |
| <value name="Normal Mode" value="0" /> |
| <value name="Disable" value="1" /> |
| <value name="hashing 32x32" value="3" /> |
| </field> |
| <field name="3D Scoreboard Hashing Mode" dword="1" bits="4:4" type="bool" /> |
| <field name="Subslice Hashing Table Enable" dword="1" bits="5:5" type="bool" /> |
| <field name="Slice Hashing Table Enable" dword="1" bits="6:6" type="bool" /> |
| <field name="DX10 OGL Border Mode for YCRCB" dword="1" bits="10:10" type="bool" /> |
| <field name="Cross Slice Hashing Mode Mask" dword="1" bits="17:16" type="int" /> |
| <field name="3D Scoreboard Hashing Mode Mask" dword="1" bits="20:20" type="bool" /> |
| <field name="Subslice Hashing Table Enable Mask" dword="1" bits="21:21" type="bool" /> |
| <field name="Slice Hashing Table Enable Mask" dword="1" bits="22:22" type="bool" /> |
| <field name="DX10 OGL Border Mode for YCRCB Mask" dword="1" bits="26:26" type="bool" /> |
| <field name="Fast Clear Optimization Enable" dword="3" bits="10:10" type="bool" /> |
| <field name="RCC RHWO Optimization Disable" dword="3" bits="15:15" type="bool" /> |
| <field name="Fast Clear Optimization Enable Mask" dword="3" bits="26:26" type="bool" /> |
| <field name="RCC RHWO Optimization Disable Mask" dword="3" bits="31:31" type="bool" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POINTERS_DS" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="40" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Pointer to DS Binding Table" dword="1" bits="20:5" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POINTERS_GS" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="41" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Pointer to GS Binding Table" dword="1" bits="20:5" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POINTERS_HS" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="39" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Pointer to HS Binding Table" dword="1" bits="20:5" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POINTERS_PS" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="42" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Pointer to PS Binding Table" dword="1" bits="20:5" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POINTERS_VS" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="38" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Pointer to VS Binding Table" dword="1" bits="20:5" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_BINDING_TABLE_POOL_ALLOC" bias="2" length="4" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="25" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="MOCS" dword="1" bits="6:0" type="uint" nonzero="true" /> |
| <field name="Binding Table Pool Base Address" dword="1" bits="63:12" type="address" /> |
| <field name="Binding Table Pool Buffer Size" dword="3" bits="31:12" type="uint"> |
| <value name="No Valid Data" value="0" /> |
| </field> |
| </instruction> |
| <instruction name="3DSTATE_BTD" bias="2" length="6" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="6" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Dispatch Timeout Counter" dword="1" bits="1:0" type="uint" /> |
| <field name="AMFS Mode" dword="1" bits="4:3" type="uint" prefix="AMFS_MODE"> |
| <value name="NORMAL" value="0" /> |
| <value name="TOUCH" value="1" /> |
| <value name="BACKFILL" value="2" /> |
| <value name="FALLBACK" value="3" /> |
| </field> |
| <field name="Dispatch Timeout Counter Extend" dword="1" bits="6:5" type="uint" /> |
| <field name="Per DSS Memory Backed Buffer Size" dword="2" bits="2:0" type="uint" /> |
| <field name="Memory Backed Buffer Base Pointer" dword="2" bits="63:10" type="address" /> |
| <field name="Scratch Space Buffer" dword="4" bits="31:10" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_CHROMA_KEY" bias="2" length="4" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="4" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="ChromaKey Table Index" dword="1" bits="31:30" type="uint" /> |
| <field name="ChromaKey Low Value" dword="2" bits="31:0" type="uint" /> |
| <field name="ChromaKey High Value" dword="3" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_CLIP_MESH" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="129" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="User Clip Distance Cull Test Enable Bitmask" dword="1" bits="7:0" type="uint" /> |
| <field name="User Clip Distance Clip Test Enable Bitmask" dword="1" bits="15:8" type="uint" /> |
| <field name="Primitive Header Enable" dword="1" bits="16:16" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_CPSIZE_CONTROL_BUFFER" bias="2" length="8" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="131" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Surface Pitch" dword="1" bits="16:0" type="uint" /> |
| <field name="Lossless Compression Enable" dword="1" bits="25:25" type="bool" /> |
| <field name="Surface Type" dword="1" bits="31:29" type="uint" /> |
| <field name="Surface Base Address" dword="2" bits="63:0" type="address" /> |
| <field name="Width" dword="4" bits="14:1" type="uint" /> |
| <field name="Height" dword="4" bits="30:17" type="uint" /> |
| <field name="MOCS" dword="5" bits="6:0" type="uint" /> |
| <field name="Minimum Array Element" dword="5" bits="18:8" type="uint" /> |
| <field name="Depth" dword="5" bits="30:20" type="uint" /> |
| <field name="Mip Tail Start LOD" dword="6" bits="29:26" type="uint" /> |
| <field name="Tiled Mode" dword="6" bits="31:30" type="uint"> |
| <value name="TILE64" value="1" /> |
| <value name="TILE4" value="3" /> |
| </field> |
| <field name="Surface QPitch" dword="7" bits="14:0" type="uint" /> |
| <field name="Surf LOD" dword="7" bits="19:16" type="uint" /> |
| <field name="Render Target View Extent" dword="7" bits="31:21" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_DEPTH_BUFFER" bias="2" length="10" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="5" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Surface Pitch" dword="1" bits="17:0" type="uint" /> |
| <field name="Control Surface Enable" dword="1" bits="19:19" type="bool" /> |
| <field name="Depth Buffer Compression Enable" dword="1" bits="21:21" type="bool" /> |
| <field name="Hierarchical Depth Buffer Enable" dword="1" bits="22:22" type="bool" /> |
| <field name="Corner Texel Mode" dword="1" bits="23:23" type="bool" /> |
| <field name="Surface Format" dword="1" bits="26:24" 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="Null Page Coherency Enable" dword="1" bits="27:27" type="bool" /> |
| <field name="Depth Write Enable" dword="1" bits="28:28" type="bool" /> |
| <field name="Surface Type" dword="1" bits="31:29" type="uint"> |
| <value name="SURFTYPE_2D" value="1" /> |
| <value name="SURFTYPE_CUBE" value="3" /> |
| <value name="SURFTYPE_NULL" value="7" /> |
| </field> |
| <field name="Surface Base Address" dword="2" bits="63:0" type="address" /> |
| <field name="Width" dword="4" bits="14:1" type="uint" /> |
| <field name="Height" dword="4" bits="30:17" type="uint" /> |
| <field name="MOCS" dword="5" bits="6:0" type="uint" nonzero="true" /> |
| <field name="Minimum Array Element" dword="5" bits="18:8" type="uint" /> |
| <field name="Depth" dword="5" bits="30:20" type="uint" /> |
| <field name="Render Compression Format" dword="6" bits="4:0" type="uint" /> |
| <field name="Compression Mode" dword="6" bits="5:5" type="bool" /> |
| <field name="Mip Tail Start LOD" dword="6" bits="29:26" type="uint" /> |
| <field name="Tiled Mode" dword="6" bits="31:30" type="uint"> |
| <value name="TILE64" value="1" /> |
| <value name="TILE4" value="3" /> |
| </field> |
| <field name="Surface QPitch" dword="7" bits="14:0" type="uint" /> |
| <field name="LOD" dword="7" bits="19:16" type="uint" /> |
| <field name="Render Target View Extent" dword="7" bits="31:21" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_DS" bias="2" length="11" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="9" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="29" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" /> |
| <field name="Software Exception Enable" dword="3" bits="7:7" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Accesses UAV" dword="3" bits="14:14" type="bool" /> |
| <field name="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" /> |
| <field name="Sampler Count" dword="3" bits="29:27" 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="Vector Mask Enable" dword="3" bits="30:30" type="bool" /> |
| <field name="Scratch Space Buffer" dword="4" bits="31:10" type="uint" /> |
| <field name="Patch URB Entry Read Offset" dword="6" bits="9:4" type="uint" /> |
| <field name="Patch URB Entry Read Length" dword="6" bits="17:11" type="uint" /> |
| <field name="Dispatch GRF Start Register For URB Data" dword="6" bits="24:20" type="uint" /> |
| <field name="Enable" dword="7" bits="0:0" type="bool" /> |
| <field name="Cache Disable" dword="7" bits="1:1" type="bool" /> |
| <field name="Compute W Coordinate Enable" dword="7" bits="2:2" type="bool" /> |
| <field name="Dispatch Mode" dword="7" bits="4:3" type="uint" prefix="DISPATCH_MODE"> |
| <value name="SIMD8_SINGLE_PATCH" value="1" /> |
| <value name="SIMD8_SINGLE_OR_DUAL_PATCH" value="2" /> |
| </field> |
| <field name="Primitive ID Not Required" dword="7" bits="9:9" type="bool" /> |
| <field name="Statistics Enable" dword="7" bits="10:10" type="bool" /> |
| <field name="Maximum Number of Threads" dword="7" bits="30:21" type="uint" /> |
| <field name="User Clip Distance Cull Test Enable Bitmask" dword="8" bits="7:0" type="uint" /> |
| <field name="User Clip Distance Clip Test Enable Bitmask" dword="8" bits="15:8" type="uint" /> |
| <field name="Vertex URB Entry Output Length" dword="8" bits="20:16" type="uint" /> |
| <field name="Vertex URB Entry Output Read Offset" dword="8" bits="26:21" type="uint" /> |
| <field name="DUAL_PATCH Kernel Start Pointer" dword="9" bits="63:6" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_GS" bias="2" length="10" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="17" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" /> |
| <field name="Expected Vertex Count" dword="3" bits="5:0" type="uint" /> |
| <field name="Software Exception Enable" dword="3" bits="7:7" type="bool" /> |
| <field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" /> |
| <field name="Accesses UAV" dword="3" bits="12:12" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" /> |
| <field name="Sampler Count" dword="3" bits="29:27" 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="Vector Mask Enable" dword="3" bits="30:30" type="bool" /> |
| <field name="Single Program Flow" dword="3" bits="31:31" type="bool" /> |
| <field name="Scratch Space Buffer" dword="4" bits="31:10" type="uint" /> |
| <field name="Dispatch GRF Start Register For URB Data" dword="6" bits="3:0" type="uint" /> |
| <field name="Vertex URB Entry Read Offset" dword="6" bits="9:4" type="uint" /> |
| <field name="Include Vertex Handles" dword="6" bits="10:10" type="bool" /> |
| <field name="Vertex URB Entry Read Length" dword="6" bits="16:11" type="uint" /> |
| <field name="Output Topology" dword="6" bits="22:17" type="3D_Prim_Topo_Type" /> |
| <field name="Output Vertex Size" dword="6" bits="28:23" type="uint" /> |
| <field name="Dispatch GRF Start Register For URB Data [5:4]" dword="6" bits="30:29" type="uint" /> |
| <field name="Enable" dword="7" bits="0:0" type="bool" /> |
| <field name="Discard Adjacency" dword="7" bits="1:1" type="bool" /> |
| <field name="Reorder Mode" dword="7" bits="2:2" type="uint"> |
| <value name="LEADING" value="0" /> |
| <value name="TRAILING" value="1" /> |
| </field> |
| <field name="Hint" dword="7" bits="3:3" type="uint" /> |
| <field name="Include Primitive ID" dword="7" bits="4:4" type="bool" /> |
| <field name="Invocations Increment Value" dword="7" bits="9:5" type="uint" /> |
| <field name="Statistics Enable" dword="7" bits="10:10" type="bool" /> |
| <field name="Dispatch Mode" dword="7" bits="12:11" type="uint" prefix="DISPATCH_MODE"> |
| <value name="SIMD8" value="3" /> |
| </field> |
| <field name="Default Stream Id" dword="7" bits="14:13" type="uint" /> |
| <field name="Instance Control" dword="7" bits="19:15" type="uint" /> |
| <field name="Control Data Header Size" dword="7" bits="23:20" type="uint" /> |
| <field name="Maximum Number of Threads" dword="8" bits="8:0" type="uint" /> |
| <field name="Static Output Vertex Count" dword="8" bits="26:16" type="uint" /> |
| <field name="Static Output" dword="8" bits="30:30" type="bool" /> |
| <field name="Control Data Format" dword="8" bits="31:31" type="uint"> |
| <value name="CUT" value="0" /> |
| <value name="SID" value="1" /> |
| </field> |
| <field name="User Clip Distance Cull Test Enable Bitmask" dword="9" bits="7:0" type="uint" /> |
| <field name="User Clip Distance Clip Test Enable Bitmask" dword="9" bits="15:8" type="uint" /> |
| <field name="Vertex URB Entry Output Length" dword="9" bits="20:16" type="uint" /> |
| <field name="Vertex URB Entry Output Read Offset" dword="9" bits="26:21" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_HIER_DEPTH_BUFFER" bias="2" length="5" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="7" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Surface Pitch" dword="1" bits="16:0" type="uint" /> |
| <field name="Hierarchical Depth Buffer Write Thru Enable" dword="1" bits="20:20" type="bool" /> |
| <field name="Tiled Mode" dword="1" bits="23:22" type="uint"> |
| <value name="TILE64" value="1" /> |
| <value name="TILE4" value="3" /> |
| </field> |
| <field name="MOCS" dword="1" bits="31:25" type="uint" nonzero="true" /> |
| <field name="Surface Base Address" dword="2" bits="63:0" type="address" /> |
| <field name="Surface QPitch" dword="4" bits="14:0" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_HS" bias="2" length="9" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="27" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Software Exception Enable" dword="1" bits="12:12" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="1" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="1" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="alternate" value="1" /> |
| </field> |
| <field name="Thread Dispatch Priority" dword="1" bits="17:17" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Binding Table Entry Count" dword="1" bits="25:18" type="uint" /> |
| <field name="Sampler Count" dword="1" bits="29:27" 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="Instance Count" dword="2" bits="4:0" type="uint" /> |
| <field name="Maximum Number of Threads" dword="2" bits="16:8" type="uint" /> |
| <field name="Statistics Enable" dword="2" bits="29:29" type="bool" /> |
| <field name="Enable" dword="2" bits="31:31" type="bool" /> |
| <field name="Kernel Start Pointer" dword="3" bits="63:6" type="offset" /> |
| <field name="Scratch Space Buffer" dword="5" bits="31:10" type="uint" /> |
| <field name="Include Primitive ID" dword="7" bits="0:0" type="bool" /> |
| <field name="Patch Count Threshold" dword="7" bits="3:1" type="uint" /> |
| <field name="Vertex URB Entry Read Offset" dword="7" bits="9:4" type="uint" /> |
| <field name="Vertex URB Entry Read Length" dword="7" bits="16:11" type="uint" /> |
| <field name="Dispatch Mode" dword="7" bits="18:17" type="uint" prefix="DISPATCH_MODE"> |
| <value name="SINGLE_PATCH" value="0" /> |
| <value name="8_PATCH" value="2" /> |
| </field> |
| <field name="Dispatch GRF Start Register For URB Data" dword="7" bits="23:19" type="uint" /> |
| <field name="Include Vertex Handles" dword="7" bits="24:24" type="bool" /> |
| <field name="Accesses UAV" dword="7" bits="25:25" type="bool" /> |
| <field name="Vector Mask Enable" dword="7" bits="26:26" type="bool" /> |
| <field name="Single Program Flow" dword="7" bits="27:27" type="bool" /> |
| <field name="Dispatch GRF Start Register For URB Data [5]" dword="7" bits="28:28" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_MESH_CONTROL" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="119" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Maximum Number of ThreadGroups" dword="1" bits="8:0" type="uint" /> |
| <field name="Thread Dispatch Priority" dword="1" bits="28:28" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Fused EU Dispatch" dword="1" bits="29:29" type="bool" /> |
| <field name="Statistics Enable" dword="1" bits="30:30" type="bool" /> |
| <field name="MeshShader Enable" dword="1" bits="31:31" type="uint" /> |
| <field name="Scratch Space Buffer" dword="2" bits="31:10" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_MESH_DISTRIB" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="120" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Mesh Distribution Disable" dword="1" bits="0:0" type="bool" /> |
| <field name="Task Distribution Disable" dword="1" bits="1:1" type="bool" /> |
| <field name="Distribution Mode" dword="1" bits="2:2" type="uint" prefix="MESH"> |
| <value name="RR_FREE" value="1" /> |
| <value name="RR_STRICT" value="0" /> |
| </field> |
| <field name="Mesh Distribution Batch Size" dword="1" bits="7:4" type="uint" /> |
| <field name="Task Distribution Batch Size" dword="1" bits="13:10" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_MESH_SHADER" bias="2" length="8" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="122" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" /> |
| <field name="Local X Maximum" dword="3" bits="9:0" type="uint" /> |
| <field name="Software Exception Enable" dword="3" bits="10:10" type="bool" /> |
| <field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Single Program Flow" dword="3" bits="18:18" type="uint" /> |
| <field name="Denorm Mode" dword="3" bits="19:19" type="uint"> |
| <value name="Ftz" value="0" /> |
| <value name="SetByKernel" value="1" /> |
| </field> |
| <field name="Number of Threads in GPGPU Thread Group" dword="4" bits="9:0" type="uint" /> |
| <field name="Shared Local Memory Size" dword="4" bits="20:16" type="uint" /> |
| <field name="Barrier Enable" dword="4" bits="21:21" type="bool" /> |
| <field name="Rounding Mode" dword="4" bits="23:22" 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="Preferred SLM Allocation Size" dword="4" bits="27:24" type="PREF_SLM_ALLOCATION_SIZE" /> |
| <field name="Number of Barriers" dword="4" bits="30:28" type="uint" /> |
| <field name="Indirect Data Length" dword="5" bits="16:0" type="uint" /> |
| <field name="L3 Prefetch Disable" dword="5" bits="17:17" type="bool" /> |
| <field name="Emit Local ID X" dword="5" bits="18:18" type="bool" /> |
| <field name="Emit Inline Parameter" dword="5" bits="19:19" type="bool" /> |
| <field name="Systolic Mode Enable" dword="5" bits="20:20" type="bool" /> |
| <field name="Accesses UAV" dword="5" bits="21:21" type="bool" /> |
| <field name="XP0 Required" dword="5" bits="22:22" type="uint" /> |
| <field name="Message SIMD" dword="5" bits="29:28" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="SIMD Size" dword="5" bits="31:30" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="Execution Mask" dword="6" bits="31:0" type="uint" /> |
| <field name="Maximum Primitive Count" dword="7" bits="9:0" type="uint" /> |
| <field name="Per-Primitive Data Pitch" dword="7" bits="16:12" type="uint" /> |
| <field name="Per-Vertex Data Pitch" dword="7" bits="24:20" type="uint" /> |
| <field name="Index Format" dword="7" bits="27:25" type="uint" prefix="INDEX"> |
| <value name="U888X" value="0" /> |
| <value name="U101010X" value="1" /> |
| <value name="U8" value="4" /> |
| <value name="U16" value="5" /> |
| <value name="U32" value="3" /> |
| </field> |
| <field name="Output Topology" dword="7" bits="29:28" type="uint" prefix="OUTPUT"> |
| <value name="POINT" value="0" /> |
| <value name="LINE" value="1" /> |
| <value name="TRI" value="2" /> |
| </field> |
| <field name="Per-Primitive Data Present" dword="7" bits="31:31" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_MESH_SHADER_DATA" bias="2" length="10" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="123" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Indirect Data Start Address" dword="1" bits="31:6" type="offset" /> |
| <group count="8" dword="2" size="32"> |
| <field name="Inline Data" dword="0" bits="31:0" type="uint" /> |
| </group> |
| </instruction> |
| <instruction name="3DSTATE_MONOFILTER_SIZE" bias="2" length="2" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="17" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Monochrome Filter Height" dword="1" bits="2:0" type="uint" /> |
| <field name="Monochrome Filter Width" dword="1" bits="5:3" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_PS" bias="2" length="12" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="10" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="32" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer 0" dword="1" bits="63:6" type="offset" /> |
| <field name="Software Exception Enable" dword="3" bits="7:7" type="bool" /> |
| <field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Rounding Mode" dword="3" bits="15:14" 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="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" /> |
| <field name="Single Precision Denormal Mode" dword="3" bits="26:26" type="uint"> |
| <value name="Flushed to Zero" value="0" /> |
| <value name="Retained" value="1" /> |
| </field> |
| <field name="Sampler Count" dword="3" bits="29:27" 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="Vector Mask Enable" dword="3" bits="30:30" type="bool" /> |
| <field name="Single Program Flow" dword="3" bits="31:31" type="bool" /> |
| <field name="Scratch Space Buffer" dword="4" bits="31:10" type="uint" /> |
| <field name="8 Pixel Dispatch Enable" dword="6" bits="0:0" type="bool" /> |
| <field name="16 Pixel Dispatch Enable" dword="6" bits="1:1" type="bool" /> |
| <field name="32 Pixel Dispatch Enable" dword="6" bits="2:2" type="bool" /> |
| <field name="Position XY Offset Select" dword="6" bits="4:3" type="uint"> |
| <value name="POSOFFSET_NONE" value="0" /> |
| <value name="POSOFFSET_CENTROID" value="2" /> |
| <value name="POSOFFSET_SAMPLE" value="3" /> |
| </field> |
| <field name="Dual SIMD8 Dispatch Enable" dword="6" bits="5:5" type="bool" /> |
| <field name="Render Target Resolve Type" dword="6" bits="7:6" type="uint"> |
| <value name="RESOLVE_DISABLED" value="0" /> |
| <value name="RESOLVE_PARTIAL" value="1" /> |
| <value name="FAST_CLEAR_0" value="2" /> |
| <value name="RESOLVE_FULL" value="3" /> |
| </field> |
| <field name="Render Target Fast Clear Enable" dword="6" bits="8:8" type="bool" /> |
| <field name="Overlapping Subspans Enable" dword="6" bits="9:9" type="bool" /> |
| <field name="Push Constant Enable" dword="6" bits="11:11" type="bool" /> |
| <field name="Maximum Number of Threads Per PSD" dword="6" bits="31:23" type="uint" /> |
| <field name="Dispatch GRF Start Register For Constant/Setup Data 2" dword="7" bits="6:0" type="uint" /> |
| <field name="Dispatch GRF Start Register For Constant/Setup Data 1" dword="7" bits="14:8" type="uint" /> |
| <field name="Dispatch GRF Start Register For Constant/Setup Data 0" dword="7" bits="22:16" type="uint" /> |
| <field name="Kernel Start Pointer 1" dword="8" bits="63:6" type="offset" /> |
| <field name="Kernel Start Pointer 2" dword="10" bits="63:6" type="offset" /> |
| </instruction> |
| <instruction name="3DSTATE_PS_EXTRA" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="79" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Input Coverage Mask State" dword="1" bits="1:0" type="uint" prefix="ICMS"> |
| <value name="NONE" value="0" /> |
| <value name="NORMAL" value="1" /> |
| <value name="INNER_CONSERVATIVE" value="2" /> |
| <value name="DEPTH_COVERAGE" value="3" /> |
| </field> |
| <field name="Pixel Shader Has UAV" dword="1" bits="2:2" type="bool" /> |
| <field name="Pixel Shader Pulls Bary" dword="1" bits="3:3" type="bool" /> |
| <field name="Pixel Shader Is Per Coarse Pixel" dword="1" bits="4:4" type="bool" /> |
| <field name="Pixel Shader Computes Stencil" dword="1" bits="5:5" type="bool" /> |
| <field name="Pixel Shader Is Per Sample" dword="1" bits="6:6" type="bool" /> |
| <field name="Pixel Shader Disables Alpha To Coverage" dword="1" bits="7:7" type="bool" /> |
| <field name="Attribute Enable" dword="1" bits="8:8" type="bool" /> |
| <field name="Simple PS Hint" dword="1" bits="9:9" type="bool" /> |
| <field name="Enable PS Dependency On CPsize Change" dword="1" bits="17:17" type="bool" /> |
| <field name="Pixel Shader Requires Subpixel Sample Offsets" dword="1" bits="18:18" type="bool" /> |
| <field name="Pixel Shader Requires Non-Perspective Bary Plane Coefficients" dword="1" bits="19:19" type="bool" /> |
| <field name="Pixel Shader Requires Perspective Bary Plane Coefficients" dword="1" bits="20:20" type="bool" /> |
| <field name="Pixel Shader Requires Source Depth and/or W Plane Coefficients" dword="1" bits="21:21" type="bool" /> |
| <field name="Pixel Shader Requires Requested Coarse Pixel Shading Size" dword="1" bits="22:22" type="bool" /> |
| <field name="Pixel Shader Uses Source W" dword="1" bits="23:23" type="bool" /> |
| <field name="Pixel Shader Uses Source Depth" dword="1" bits="24:24" type="bool" /> |
| <field name="Force Computed Depth" dword="1" bits="25:25" type="bool" /> |
| <field name="Pixel Shader Computed Depth Mode" dword="1" bits="27:26" 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="Pixel Shader Kills Pixel" dword="1" bits="28:28" type="bool" /> |
| <field name="oMask Present to Render Target" dword="1" bits="29:29" type="bool" /> |
| <field name="Pixel Shader Does not write to RT" dword="1" bits="30:30" type="mbz" /> |
| <field name="Pixel Shader Valid" dword="1" bits="31:31" type="bool" /> |
| </instruction> |
| <instruction name="3DSTATE_SBE_MESH" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="130" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Per-Vertex URB Entry Output Read Length" dword="1" bits="4:0" type="uint" /> |
| <field name="Per-Vertex URB Entry Output Read Offset" dword="1" bits="10:5" type="uint" /> |
| <field name="Per-Primitive URB Entry Output Read Length" dword="1" bits="15:11" type="uint" /> |
| <field name="Per-Primitive URB Entry Output Read Offset" dword="1" bits="21:16" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_SF" bias="2" length="4" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="19" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Viewport Transform Enable" dword="1" bits="1:1" type="bool" /> |
| <field name="Statistics Enable" dword="1" bits="10:10" type="bool" /> |
| <field name="Legacy Global Depth Bias Enable" dword="1" bits="11:11" type="bool" /> |
| <field name="Line Width" dword="1" bits="29:12" type="u11.7" /> |
| <field name="Line End Cap Antialiasing Region Width" dword="2" bits="17:16" 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> |
| <field name="Deref Block Size" dword="2" bits="30:29" type="uint"> |
| <value name="Block Deref Size 32" value="0" /> |
| <value name="Per Poly Deref Mode" value="1" /> |
| <value name="Block Deref Size 8" value="2" /> |
| <value name="Mesh Shader EODB" value="3" /> |
| </field> |
| <field name="Point Width" dword="3" bits="10:0" type="u8.3" /> |
| <field name="Point Width Source" dword="3" bits="11:11" type="uint"> |
| <value name="Vertex" value="0" /> |
| <value name="State" value="1" /> |
| </field> |
| <field name="Vertex Sub Pixel Precision Select" dword="3" bits="12:12" type="uint"> |
| <value name="8 Bit" value="0" /> |
| <value name="4 Bit" value="1" /> |
| </field> |
| <field name="Smooth Point Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="AA Line Distance Mode" dword="3" bits="14:14" type="uint"> |
| <value name="AALINEDISTANCE_TRUE" value="1" /> |
| </field> |
| <field name="Triangle Fan Provoking Vertex Select" dword="3" bits="26:25" type="uint" /> |
| <field name="Line Strip/List Provoking Vertex Select" dword="3" bits="28:27" type="uint" /> |
| <field name="Triangle Strip/List Provoking Vertex Select" dword="3" bits="30:29" type="uint" /> |
| <field name="Last Pixel Enable" dword="3" bits="31:31" type="bool" /> |
| </instruction> |
| <instruction name="3DSTATE_STENCIL_BUFFER" bias="2" length="8" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="6" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="6" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Surface Pitch" dword="1" bits="16:0" type="uint" /> |
| <field name="Corner Texel Mode" dword="1" bits="23:23" type="bool" /> |
| <field name="Control Surface Enable" dword="1" bits="24:24" type="bool" /> |
| <field name="Stencil Compression Enable" dword="1" bits="25:25" type="bool" /> |
| <field name="Null Page Coherency Enable" dword="1" bits="27:27" type="bool" /> |
| <field name="Stencil Write Enable" dword="1" bits="28:28" type="bool" /> |
| <field name="Surface Type" dword="1" bits="31:29" type="uint"> |
| <value name="SURFTYPE_2D" value="1" /> |
| <value name="SURFTYPE_CUBE" value="3" /> |
| <value name="SURFTYPE_NULL" value="7" /> |
| </field> |
| <field name="Surface Base Address" dword="2" bits="63:0" type="address" /> |
| <field name="Width" dword="4" bits="14:1" type="uint" /> |
| <field name="Height" dword="4" bits="30:17" type="uint" /> |
| <field name="MOCS" dword="5" bits="6:0" type="uint" nonzero="true" /> |
| <field name="Minimum Array Element" dword="5" bits="18:8" type="uint" /> |
| <field name="Depth" dword="5" bits="30:20" type="uint" /> |
| <field name="Render Compression Format" dword="6" bits="4:0" type="uint" /> |
| <field name="Compression Mode" dword="6" bits="5:5" type="bool" /> |
| <field name="Mip Tail Start LOD" dword="6" bits="29:26" type="uint" /> |
| <field name="Tiled Mode" dword="6" bits="31:30" type="uint"> |
| <value name="TILE64" value="1" /> |
| <value name="TILE4" value="3" /> |
| </field> |
| <field name="Surface QPitch" dword="7" bits="14:0" type="uint" /> |
| <field name="Surf LOD" dword="7" bits="19:16" type="uint" /> |
| <field name="Render Target View Extent" dword="7" bits="31:21" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_TASK_CONTROL" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="124" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Maximum Number of ThreadGroups" dword="1" bits="8:0" type="uint" /> |
| <field name="Thread Dispatch Priority" dword="1" bits="28:28" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Fused EU Dispatch" dword="1" bits="29:29" type="bool" /> |
| <field name="Statistics Enable" dword="1" bits="30:30" type="bool" /> |
| <field name="TaskShader Enable" dword="1" bits="31:31" type="uint" /> |
| <field name="Scratch Space Buffer" dword="2" bits="31:10" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_TASK_REDISTRIB" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="121" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Task Redistribution Mode" dword="1" bits="1:0" type="uint"> |
| <value name="TASKREDISTRIB_OFF" value="0" /> |
| <value name="TASKREDISTRIB_RR_STRICT" value="1" /> |
| <value name="TASKREDISTRIB_RR_FREE" value="2" /> |
| </field> |
| <field name="Task Redistribution Level" dword="1" bits="3:2" type="uint"> |
| <value name="TASKREDISTRIB_TASK" value="0" /> |
| <value name="TASKREDISTRIB_BOM" value="1" /> |
| </field> |
| <field name="Target Mesh Batch Size" dword="1" bits="7:4" type="uint" /> |
| <field name="Small TaskThreshold" dword="1" bits="12:10" type="uint" /> |
| <field name="Local BOT Accumulator Threshold" dword="1" bits="17:16" type="uint"> |
| <value name="MULTIPLIER_0" value="0" /> |
| <value name="MULTIPLIER_1" value="1" /> |
| <value name="MULTIPLIER_2" value="2" /> |
| <value name="MULTIPLIER_4" value="3" /> |
| </field> |
| </instruction> |
| <instruction name="3DSTATE_TASK_SHADER" bias="2" length="7" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="5" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="125" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" /> |
| <field name="Local X Maximum" dword="3" bits="9:0" type="uint" /> |
| <field name="Software Exception Enable" dword="3" bits="10:10" type="bool" /> |
| <field name="Mask Stack Exception Enable" dword="3" bits="11:11" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Single Program Flow" dword="3" bits="18:18" type="uint" /> |
| <field name="Denorm Mode" dword="3" bits="19:19" type="uint"> |
| <value name="Ftz" value="0" /> |
| <value name="SetByKernel" value="1" /> |
| </field> |
| <field name="Number of Threads in GPGPU Thread Group" dword="4" bits="9:0" type="uint" /> |
| <field name="Shared Local Memory Size" dword="4" bits="20:16" type="uint" /> |
| <field name="Barrier Enable" dword="4" bits="21:21" type="bool" /> |
| <field name="Rounding Mode" dword="4" bits="23:22" 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="Preferred SLM Allocation Size" dword="4" bits="27:24" type="uint" /> |
| <field name="Number of Barriers" dword="4" bits="30:28" type="uint" /> |
| <field name="Indirect Data Length" dword="5" bits="16:0" type="uint" /> |
| <field name="L3 Prefetch Disable" dword="5" bits="17:17" type="bool" /> |
| <field name="Emit Local ID X" dword="5" bits="18:18" type="bool" /> |
| <field name="Emit Inline Parameter" dword="5" bits="19:19" type="bool" /> |
| <field name="Systolic Mode Enable" dword="5" bits="20:20" type="bool" /> |
| <field name="Accesses UAV" dword="5" bits="21:21" type="bool" /> |
| <field name="XP0 Required" dword="5" bits="22:22" type="uint" /> |
| <field name="Message SIMD" dword="5" bits="29:28" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="SIMD Size" dword="5" bits="31:30" type="uint"> |
| <value name="SIMD8" value="0" /> |
| <value name="SIMD16" value="1" /> |
| <value name="SIMD32" value="2" /> |
| </field> |
| <field name="Execution Mask" dword="6" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_TASK_SHADER_DATA" bias="2" length="10" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="8" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="126" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Indirect Data Start Address" dword="1" bits="31:6" type="offset" /> |
| <group count="8" dword="2" size="32"> |
| <field name="Inline Data" dword="0" bits="31:0" type="uint" /> |
| </group> |
| </instruction> |
| <instruction name="3DSTATE_TBIMR_TILE_PASS_INFO" bias="2" length="4" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="110" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Tile Rectangle Height" dword="1" bits="14:0" type="uint" /> |
| <field name="Tile Rectangle Width" dword="1" bits="30:16" type="uint" /> |
| <field name="Vertical Tile Count" dword="2" bits="15:0" type="uint" /> |
| <field name="Horizontal Tile Count" dword="2" bits="31:16" type="uint" /> |
| <field name="Walk Pattern" dword="3" bits="0:0" type="uint" /> |
| <field name="Tile Box Check" dword="3" bits="2:2" type="uint" /> |
| <field name="TBIMR Batch Size" dword="3" bits="5:3" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_TE" bias="2" length="5" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="3" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="28" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="TE Enable" dword="1" bits="0:0" type="bool" /> |
| <field name="TE Mode" dword="1" bits="2:1" type="uint"> |
| <value name="HW_TESS" value="0" /> |
| </field> |
| <field name="TE Domain" dword="1" bits="5:4" type="uint"> |
| <value name="QUAD" value="0" /> |
| <value name="TRI" value="1" /> |
| <value name="ISOLINE" value="2" /> |
| </field> |
| <field name="Output Topology" dword="1" bits="9:8" 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="Partitioning" dword="1" bits="13:12" type="uint"> |
| <value name="INTEGER" value="0" /> |
| <value name="ODD_FRACTIONAL" value="1" /> |
| <value name="EVEN_FRACTIONAL" value="2" /> |
| </field> |
| <field name="Tessellation Distribution Mode" dword="1" bits="15:14" type="uint"> |
| <value name="TEDMODE_OFF" value="0" /> |
| <value name="TEDMODE_RR_STRICT" value="1" /> |
| <value name="TEDMODE_RR_FREE" value="2" /> |
| </field> |
| <field name="Tessellation Distribution Level" dword="1" bits="18:17" type="uint"> |
| <value name="TEDLEVEL_PATCH" value="0" /> |
| </field> |
| <field name="Tessellation Scale Factor Enable" dword="1" bits="19:19" type="bool" /> |
| <field name="Tessellation Factor Format" dword="1" bits="20:20" type="uint"> |
| <value name="FLOAT32" value="0" /> |
| <value name="FLOAT16" value="1" /> |
| </field> |
| <field name="Patch Header Layout" dword="1" bits="23:22" type="uint"> |
| <value name="LEGACY" value="0" /> |
| <value name="REVERSED" value="2" /> |
| <value name="REVERSED_TRI_INSIDE_SEPARATE" value="3" /> |
| </field> |
| <field name="Small Patch Threshold" dword="1" bits="25:24" type="uint"> |
| <value name="SPT_8_TRIANGLES" value="0" /> |
| <value name="SPT_16_TRIANGLES" value="1" /> |
| <value name="SPT_32_TRIANGLES" value="2" /> |
| <value name="SPT_64_TRIANGLES" value="3" /> |
| </field> |
| <field name="Target Block Size" dword="1" bits="29:26" type="uint"> |
| <value name="64_TRIANGLES" value="0" /> |
| <value name="96_TRIANGLES" value="1" /> |
| <value name="128_TRIANGLES" value="2" /> |
| <value name="192_TRIANGLES" value="3" /> |
| <value name="256_TRIANGLES" value="4" /> |
| <value name="384_TRIANGLES" value="5" /> |
| <value name="512_TRIANGLES" value="6" /> |
| <value name="768_TRIANGLES" value="7" /> |
| <value name="1K_TRIANGLES" value="8" /> |
| <value name="1.5K_TRIANGLES" value="9" /> |
| <value name="2K_TRIANGLES" value="10" /> |
| <value name="3K_TRIANGLES" value="11" /> |
| <value name="4K_TRIANGLES" value="12" /> |
| <value name="6K_TRIANGLES" value="13" /> |
| <value name="8K_TRIANGLES" value="14" /> |
| <value name="12K_TRIANGLES" value="15" /> |
| </field> |
| <field name="Local BOP Accumulator Threshold" dword="1" bits="31:30" type="uint"> |
| <value name="MULTIPLIER_0" value="0" /> |
| <value name="MULTIPLIER_1" value="1" /> |
| <value name="MULTIPLIER_2" value="2" /> |
| <value name="MULTIPLIER_3" value="3" /> |
| </field> |
| <field name="Maximum Tessellation Factor Odd" dword="2" bits="31:0" type="float" /> |
| <field name="Maximum Tessellation Factor Not Odd" dword="3" bits="31:0" type="float" /> |
| <field name="Tessellation Scale Factor" dword="4" bits="31:0" type="float" /> |
| </instruction> |
| <instruction name="3DSTATE_URB_ALLOC_MESH" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="127" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="MESH URB Entry Allocation Size" dword="1" bits="9:0" type="uint" /> |
| <field name="MESH URB Starting Address Slice0" dword="1" bits="17:10" type="uint" /> |
| <field name="MESH URB Starting Address SliceN" dword="1" bits="28:21" type="uint" /> |
| <field name="MESH Number of URB Entries Slice0" dword="2" bits="15:0" type="uint" /> |
| <field name="MESH Number of URB Entries SliceN" dword="2" bits="31:16" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_URB_ALLOC_TASK" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="128" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="TASK URB Entry Allocation Size" dword="1" bits="9:0" type="uint" /> |
| <field name="TASK URB Starting Address Slice0" dword="1" bits="17:10" type="uint" /> |
| <field name="TASK URB Starting Address SliceN" dword="1" bits="28:21" type="uint" /> |
| <field name="TASK Number of URB Entries Slice0" dword="2" bits="15:0" type="uint" /> |
| <field name="TASK Number of URB Entries SliceN" dword="2" bits="31:16" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_VF" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="Indexed Draw Cut Index Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="Component Packing Enable" dword="0" bits="9:9" type="bool" /> |
| <field name="Sequential Draw Cut Index Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="VertexID Offset Enable" dword="0" bits="11:11" type="bool" /> |
| <field name="Geometry Distribution Enable" dword="0" bits="12:12" type="bool" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="12" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Cut Index" dword="1" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_VFG" bias="2" length="4" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="2" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="87" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Distribution Granularity" dword="1" bits="1:0" type="uint"> |
| <value name="Batch Level Granularity" value="0" /> |
| <value name="Instance Level Granularity" value="1" /> |
| <value name="Draw Level Granularity" value="2" /> |
| </field> |
| <field name="Granularity Threshold Disable" dword="1" bits="2:2" type="bool" /> |
| <field name="List Cut Index Enable" dword="1" bits="3:3" type="bool" /> |
| <field name="Distribution Mode" dword="1" bits="4:4" type="uint"> |
| <value name="RR_STRICT" value="0" /> |
| <value name="RR_FREE" value="1" /> |
| </field> |
| <field name="List 1 Batch Size Scale" dword="2" bits="2:0" type="uint" /> |
| <field name="List 2 Batch Size Scale" dword="2" bits="10:8" type="uint" /> |
| <field name="List 3 Batch Size Scale" dword="2" bits="18:16" type="uint" /> |
| <field name="List N Batch Size Scale" dword="2" bits="26:24" type="uint" /> |
| <field name="Strip Batch Size Scale" dword="3" bits="2:0" type="uint" /> |
| <field name="Patch Batch Size Scale" dword="3" bits="10:8" type="uint" /> |
| <field name="Patch Batch Size Multiplier" dword="3" bits="20:16" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_VF_SGVS_2" bias="2" length="3" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="86" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="XP0 Element Offset" dword="1" bits="5:0" type="uint" /> |
| <field name="XP0 Source Select" dword="1" bits="12:12" type="uint"> |
| <value name="VERTEX_LOCATION" value="1" /> |
| <value name="XP0_PARAMETER" value="0" /> |
| </field> |
| <field name="XP0 Component Number" dword="1" bits="14:13" type="uint"> |
| <value name="COMP_0" value="0" /> |
| <value name="COMP_1" value="1" /> |
| <value name="COMP_2" value="2" /> |
| <value name="COMP_3" value="3" /> |
| </field> |
| <field name="XP0 Enable" dword="1" bits="15:15" type="uint" /> |
| <field name="XP1 Element Offset" dword="1" bits="21:16" type="uint" /> |
| <field name="XP1 Source Select" dword="1" bits="28:28" type="uint"> |
| <value name="Starting Instance Location" value="1" /> |
| <value name="XP1_PARAMETER" value="0" /> |
| </field> |
| <field name="XP1 Component Number" dword="1" bits="30:29" type="uint"> |
| <value name="COMP_0" value="0" /> |
| <value name="COMP_1" value="1" /> |
| <value name="COMP_2" value="2" /> |
| <value name="COMP_3" value="3" /> |
| </field> |
| <field name="XP1 Enable" dword="1" bits="31:31" type="uint" /> |
| <field name="XP2 Element Offset" dword="2" bits="5:0" type="uint" /> |
| <field name="XP2 Component Number" dword="2" bits="14:13" type="uint"> |
| <value name="COMP_0" value="0" /> |
| <value name="COMP_1" value="1" /> |
| <value name="COMP_2" value="2" /> |
| <value name="COMP_3" value="3" /> |
| </field> |
| <field name="XP2 Enable" dword="2" bits="15:15" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_VS" bias="2" length="9" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="7" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="16" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Kernel Start Pointer" dword="1" bits="63:6" type="offset" /> |
| <field name="Software Exception Enable" dword="3" bits="7:7" type="bool" /> |
| <field name="Accesses UAV" dword="3" bits="12:12" type="bool" /> |
| <field name="Illegal Opcode Exception Enable" dword="3" bits="13:13" type="bool" /> |
| <field name="Floating Point Mode" dword="3" bits="16:16" type="uint"> |
| <value name="IEEE-754" value="0" /> |
| <value name="Alternate" value="1" /> |
| </field> |
| <field name="Thread Dispatch Priority" dword="3" bits="17:17" type="uint"> |
| <value name="High" value="1" /> |
| </field> |
| <field name="Binding Table Entry Count" dword="3" bits="25:18" type="uint" /> |
| <field name="Sampler Count" dword="3" bits="29:27" 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="Vector Mask Enable" dword="3" bits="30:30" type="bool" /> |
| <field name="Scratch Space Buffer" dword="4" bits="31:10" type="uint" /> |
| <field name="Vertex URB Entry Read Offset" dword="6" bits="9:4" type="uint" /> |
| <field name="Vertex URB Entry Read Length" dword="6" bits="16:11" type="uint" /> |
| <field name="Dispatch GRF Start Register For URB Data" dword="6" bits="24:20" type="uint" /> |
| <field name="Enable" dword="7" bits="0:0" type="bool" /> |
| <field name="Vertex Cache Disable" dword="7" bits="1:1" type="bool" /> |
| <field name="SIMD8 Dispatch Enable" dword="7" bits="2:2" type="bool" /> |
| <field name="SIMD8 Single Instance Dispatch Enable" dword="7" bits="9:9" type="bool" /> |
| <field name="Statistics Enable" dword="7" bits="10:10" type="bool" /> |
| <field name="Maximum Number of Threads" dword="7" bits="31:22" type="uint" /> |
| <field name="User Clip Distance Cull Test Enable Bitmask" dword="8" bits="7:0" type="uint" /> |
| <field name="User Clip Distance Clip Test Enable Bitmask" dword="8" bits="15:8" type="uint" /> |
| <field name="Vertex URB Entry Output Length" dword="8" bits="20:16" type="uint" /> |
| <field name="Vertex URB Entry Output Read Offset" dword="8" bits="26:21" type="uint" /> |
| </instruction> |
| <instruction name="3DSTATE_WM" bias="2" length="2" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="20" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Force Kill Pixel Enable" dword="1" bits="1:0" type="uint"> |
| <value name="ForceOff" value="1" /> |
| <value name="ForceON" value="2" /> |
| </field> |
| <field name="Point Rasterization Rule" dword="1" bits="2:2" type="uint"> |
| <value name="RASTRULE_UPPER_LEFT" value="0" /> |
| <value name="RASTRULE_UPPER_RIGHT" value="1" /> |
| </field> |
| <field name="Line Stipple Enable" dword="1" bits="3:3" type="bool" /> |
| <field name="Polygon Stipple Enable" dword="1" bits="4:4" type="bool" /> |
| <field name="Line Antialiasing Region Width" dword="1" bits="7:6" 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> |
| <field name="Line End Cap Antialiasing Region Width" dword="1" bits="9:8" 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> |
| <field name="Barycentric Interpolation Mode" dword="1" bits="16:11" 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> |
| <field name="Position ZW Interpolation Mode" dword="1" bits="18:17" type="uint"> |
| <value name="INTERP_PIXEL" value="0" /> |
| <value name="INTERP_CENTROID" value="2" /> |
| <value name="INTERP_SAMPLE" value="3" /> |
| </field> |
| <field name="Force Thread Dispatch Enable" dword="1" bits="20:19" type="uint"> |
| <value name="ForceOff" value="1" /> |
| <value name="ForceON" value="2" /> |
| </field> |
| <field name="Early Depth/Stencil Control" dword="1" bits="22:21" type="uint"> |
| <value name="EDSC_NORMAL" value="0" /> |
| <value name="EDSC_PSEXEC" value="1" /> |
| <value name="EDSC_PREPS" value="2" /> |
| </field> |
| <field name="Walker Direction" dword="1" bits="23:23" type="uint" default="0"> |
| <value name="Snake Walk" value="0" /> |
| <value name="Z Walk" value="1" /> |
| </field> |
| <field name="Walking Granularity" dword="1" bits="25:24" type="uint" default="2"> |
| <value name="16x16 granularity" value="0" /> |
| <value name="32x32 granularity" value="1" /> |
| <value name="64x64 granularity" value="2" /> |
| </field> |
| <field name="Legacy Diamond Line Rasterization" dword="1" bits="26:26" type="bool" /> |
| <field name="Legacy Hierarchical Depth Buffer Resolve Enable" dword="1" bits="27:27" type="bool" /> |
| <field name="Legacy Depth Buffer Resolve Enable" dword="1" bits="28:28" type="bool" /> |
| <field name="Legacy Depth Buffer Clear Enable" dword="1" bits="30:30" type="bool" /> |
| <field name="Statistics Enable" dword="1" bits="31:31" type="bool" /> |
| </instruction> |
| <instruction name="3DSTATE_WM_HZ_OP" bias="2" length="6" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="82" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="0" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Depth Buffer Partial Resolve Enable" dword="1" bits="9:9" type="bool" /> |
| <field name="Number of Multisamples" dword="1" bits="15:13" type="uint" /> |
| <field name="Stencil Clear Value" dword="1" bits="23:16" type="uint" /> |
| <field name="Stencil Buffer Resolve Enable" dword="1" bits="24:24" type="bool" /> |
| <field name="Full Surface Depth and Stencil Clear" dword="1" bits="25:25" type="bool" /> |
| <field name="Pixel Position Offset Enable" dword="1" bits="26:26" type="bool" /> |
| <field name="Hierarchical Depth Buffer Resolve Enable" dword="1" bits="27:27" type="bool" /> |
| <field name="Depth Buffer Resolve Enable" dword="1" bits="28:28" type="bool" /> |
| <field name="Scissor Rectangle Enable" dword="1" bits="29:29" type="bool" /> |
| <field name="Depth Buffer Clear Enable" dword="1" bits="30:30" type="bool" /> |
| <field name="Stencil Buffer Clear Enable" dword="1" bits="31:31" type="bool" /> |
| <field name="Clear Rectangle X Min" dword="2" bits="15:0" type="uint" /> |
| <field name="Clear Rectangle Y Min" dword="2" bits="31:16" type="uint" /> |
| <field name="Clear Rectangle X Max" dword="3" bits="15:0" type="uint" /> |
| <field name="Clear Rectangle Y Max" dword="3" bits="31:16" type="uint" /> |
| <field name="Sample Mask" dword="4" bits="15:0" type="uint" /> |
| </instruction> |
| <instruction name="AVP_IND_OBJ_BASE_ADDR_STATE" bias="2" length="6" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="4" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="3" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="3" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="AVP Indirect Bitstream Object Base Address" dword="1" bits="63:0" type="address" /> |
| <field name="AVP Indirect Bitstream Object Address Attributes" dword="3" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="AVP Indirect CU Object Base Address" dword="6" bits="63:0" type="address" /> |
| <field name="AVP Indirect CU Object Memory Address Attributes" dword="8" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| </instruction> |
| <instruction name="AVP_PIC_STATE" bias="2" length="76" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="74" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="48" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="3" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Frame Width" dword="1" bits="13:0" type="uint" /> |
| <field name="Frame Height" dword="1" bits="29:16" type="uint" /> |
| <field name="Sequence Chroma SubSampling Format" dword="2" bits="1:0" type="uint" prefix="SS"> |
| <value name="Monochrome" value="0" /> |
| <value name="420" value="1" /> |
| <value name="422" value="2" /> |
| <value name="444" value="3" /> |
| </field> |
| <field name="Sequence Pixel Bit-Depth Idc" dword="2" bits="4:3" type="uint" prefix="SeqPix"> |
| <value name="8-bit" value="0" /> |
| <value name="10-bit" value="1" /> |
| <value name="12-bit" value="2" /> |
| </field> |
| <field name="Sequence Superblock Size Used" dword="2" bits="8:7" type="uint"> |
| <value name="64x64" value="0" /> |
| <value name="128x128" value="1" /> |
| </field> |
| <field name="Sequence Enable Order Hint Flag" dword="2" bits="9:9" type="bool" /> |
| <field name="Sequence Order Hint Bits Minus 1" dword="2" bits="12:10" type="uint" /> |
| <field name="Sequence Enable Filter Intra Flag" dword="2" bits="16:16" type="bool" /> |
| <field name="Sequence Enable Intra Edge Filter Flag" dword="2" bits="17:17" type="bool" /> |
| <field name="Sequence Enable Dual Filter Flag" dword="2" bits="18:18" type="bool" /> |
| <field name="Sequence Enable Inter Intra Compound Flag" dword="2" bits="19:19" type="bool" /> |
| <field name="Sequence Enable Masked Compound Flag" dword="2" bits="20:20" type="bool" /> |
| <field name="Sequence Enable Joint Compound Flag" dword="2" bits="21:21" type="bool" /> |
| <field name="Allow Screen Content Tools Flag" dword="3" bits="0:0" type="bool" /> |
| <field name="Force Integer MV Flag" dword="3" bits="1:1" type="bool" /> |
| <field name="Allow Warped Motion Flag" dword="3" bits="2:2" type="bool" /> |
| <field name="Use CDEF Filter Flag" dword="3" bits="4:4" type="bool" /> |
| <field name="Use Super-Res Flag" dword="3" bits="5:5" type="bool" /> |
| <field name="Frame Level Loop Restoration Filter Enable" dword="3" bits="6:6" type="bool" /> |
| <field name="Frame Type" dword="3" bits="17:16" type="uint" /> |
| <field name="Intra Only Flag" dword="3" bits="19:19" type="bool" /> |
| <field name="Error Resilient Mode Flag" dword="3" bits="22:22" type="bool" /> |
| <field name="Allow IntraBC Flag" dword="3" bits="23:23" type="bool" /> |
| <field name="Primary Reference Frame Idx" dword="3" bits="30:28" type="uint" /> |
| <field name="Segmentation Enable Flag" dword="4" bits="0:0" type="bool" /> |
| <field name="Segmentation Update Map Flag" dword="4" bits="1:1" type="bool" /> |
| <field name="Segmentation Temporal Update Flag" dword="4" bits="2:2" type="bool" /> |
| <field name="Pre Skip Segment ID Flag" dword="4" bits="3:3" type="bool" /> |
| <field name="Last Active Segment Segment ID" dword="4" bits="6:4" type="uint" /> |
| <field name="Delta Q Present Flag" dword="4" bits="7:7" type="bool" /> |
| <field name="Delta Q Res" dword="4" bits="9:8" type="uint" /> |
| <field name="Frame Coded Lossless Mode" dword="4" bits="10:10" type="bool" /> |
| <field name="Segment Map is Zero Flag" dword="4" bits="11:11" type="bool" /> |
| <field name="Segment ID Buffer Stream In Enable Flag" dword="4" bits="12:12" type="bool" /> |
| <field name="Segment ID Buffer Stream Out Enable Flag" dword="4" bits="13:13" type="bool" /> |
| <field name="Base Qindex" dword="4" bits="23:16" type="uint" /> |
| <field name="Y dc delta Q" dword="4" bits="30:24" type="int" /> |
| <field name="U dc delta Q" dword="5" bits="6:0" type="int" /> |
| <field name="U ac delta Q" dword="5" bits="14:8" type="int" /> |
| <field name="V dc delta Q" dword="5" bits="22:16" type="int" /> |
| <field name="V ac delta Q" dword="5" bits="30:24" type="int" /> |
| <field name="Allow High Precision MV" dword="6" bits="0:0" type="bool" /> |
| <field name="Frame Level Reference Mode Select" dword="6" bits="1:1" type="bool" /> |
| <field name="Mcomp Filter Type" dword="6" bits="4:2" type="uint"> |
| <value name="Eight Tap" value="0" /> |
| <value name="Eight Tap Smooth" value="1" /> |
| <value name="Eight Tap Sharp" value="2" /> |
| <value name="Bilinear" value="3" /> |
| <value name="Switchable" value="4" /> |
| </field> |
| <field name="Motion Mode Switchable Flag" dword="6" bits="6:6" type="bool" /> |
| <field name="Use Reference Frame MV Set Flag" dword="6" bits="7:7" type="bool" /> |
| <field name="Reference Frame Sign Bias" dword="6" bits="15:8" type="uint" /> |
| <field name="Current Frame Order Hint" dword="6" bits="23:16" type="uint" /> |
| <field name="Reduced Tx Set Used" dword="7" bits="0:0" type="bool" /> |
| <field name="Frame Transform Mode" dword="7" bits="2:1" type="uint" /> |
| <field name="Skip Mode Present Flag" dword="7" bits="4:4" type="bool" /> |
| <field name="Skip Mode Frame 0" dword="7" bits="7:5" type="uint" /> |
| <field name="Skip Mode Frame 1" dword="7" bits="11:9" type="uint" /> |
| <field name="Reference Frame Side" dword="7" bits="31:24" type="uint" /> |
| <field name="Global Motion Type 1" dword="8" bits="4:3" type="uint" /> |
| <field name="Global Motion Type 2" dword="8" bits="7:6" type="uint" /> |
| <field name="Global Motion Type 3" dword="8" bits="10:9" type="uint" /> |
| <field name="Global Motion Type 4" dword="8" bits="13:12" type="uint" /> |
| <field name="Global Motion Type 5" dword="8" bits="16:15" type="uint" /> |
| <field name="Global Motion Type 6" dword="8" bits="19:18" type="uint" /> |
| <field name="Global Motion Type 7" dword="8" bits="22:21" type="uint" /> |
| <field name="Frame Level Global Motion Invalid Flags" dword="8" bits="31:24" type="uint" /> |
| <group count="42" dword="9" size="16"> |
| <field name="Warp Parameters" dword="0" bits="15:0" type="uint" /> |
| </group> |
| <field name="Reference Frame Idx 0" dword="30" bits="2:0" type="uint" /> |
| <field name="Reference Frame Idx 1" dword="30" bits="6:4" type="uint" /> |
| <field name="Reference Frame Idx 2" dword="30" bits="10:8" type="uint" /> |
| <field name="Reference Frame Idx 3" dword="30" bits="14:12" type="uint" /> |
| <field name="Reference Frame Idx 4" dword="30" bits="18:16" type="uint" /> |
| <field name="Reference Frame Idx 5" dword="30" bits="22:20" type="uint" /> |
| <field name="Reference Frame Idx 6" dword="30" bits="26:24" type="uint" /> |
| <field name="Reference Frame Idx 7" dword="30" bits="30:28" type="uint" /> |
| <field name="Intra Frame Width in Pixel Minus 1" dword="31" bits="15:0" type="uint" /> |
| <field name="Intra Frame Height in Pixel Minus 1" dword="31" bits="31:16" type="uint" /> |
| <field name="Last Frame Width in Pixel Minus 1" dword="32" bits="15:0" type="uint" /> |
| <field name="Last Frame Height in Pixel Minus 1" dword="32" bits="31:16" type="uint" /> |
| <field name="Last2 Frame Width in Pixel Minus 1" dword="33" bits="15:0" type="uint" /> |
| <field name="Last2 Frame Height in Pixel Minus 1" dword="33" bits="31:16" type="uint" /> |
| <field name="Last3 Frame Width in Pixel Minus 1" dword="34" bits="15:0" type="uint" /> |
| <field name="Last3 Frame Height in Pixel Minus 1" dword="34" bits="31:16" type="uint" /> |
| <field name="Golden Frame Width in Pixel Minus 1" dword="35" bits="15:0" type="uint" /> |
| <field name="Golden Frame Height in Pixel Minus 1" dword="35" bits="31:16" type="uint" /> |
| <field name="BWDREF Frame Width in Pixel Minus 1" dword="36" bits="15:0" type="uint" /> |
| <field name="BWDREF Frame Height in Pixel Minus 1" dword="36" bits="31:16" type="uint" /> |
| <field name="ALTREF2 Frame Width in Pixel Minus 1" dword="37" bits="15:0" type="uint" /> |
| <field name="ALTREF2 Frame Height in Pixel Minus 1" dword="37" bits="31:16" type="uint" /> |
| <field name="ALTREF Frame Width in Pixel Minus 1" dword="38" bits="15:0" type="uint" /> |
| <field name="ALTREF Frame Height in Pixel Minus 1" dword="38" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For Intra" dword="39" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For Intra" dword="39" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For Last" dword="40" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For Last" dword="40" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For Last2" dword="41" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For Last2" dword="41" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For Last3" dword="42" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For Last3" dword="42" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For Golden" dword="43" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For Golden" dword="43" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For BWDREF" dword="44" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For BWDREF" dword="44" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For ALTREF2" dword="45" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For ALTREF2" dword="45" bits="31:16" type="uint" /> |
| <field name="Vertical Scale Factor For ALTREF" dword="46" bits="15:0" type="uint" /> |
| <field name="Horizontal Scale Factor For ALTREF" dword="46" bits="31:16" type="uint" /> |
| <group count="8" dword="47" size="8"> |
| <field name="Reference Frame Order Hint" dword="0" bits="7:0" type="uint" /> |
| </group> |
| <field name="NonFirstPassFlag" dword="51" bits="16:16" type="bool" /> |
| <field name="FrameSzOverStatusEn - FrameBitRateMaxReportMask" dword="51" bits="25:25" type="bool" /> |
| <field name="FrameSzUnderStatusEn - FrameBitRateMinReportMask" dword="51" bits="26:26" type="bool" /> |
| <field name="FrameBitRateMax" dword="52" bits="13:0" type="uint" /> |
| <field name="FrameBitrateMaxUnit" dword="52" bits="31:31" type="FRAME_BITRATE_UNITS" /> |
| <field name="FrameBitRateMin" dword="53" bits="13:0" type="uint" /> |
| <field name="FrameBitrateMinUnit" dword="53" bits="31:31" type="FRAME_BITRATE_UNITS" /> |
| <field name="FrameDeltaQindexMax" dword="54" bits="63:0" type="uint" /> |
| <field name="FrameDeltaQindexMin" dword="56" bits="31:0" type="uint" /> |
| <field name="FrameDeltaLFMax" dword="57" bits="63:0" type="uint" /> |
| <field name="FrameDeltaLFMin" dword="59" bits="31:0" type="uint" /> |
| <field name="FrameDeltaQindexLFMaxRange" dword="60" bits="63:0" type="uint" /> |
| <field name="FrameDeltaQindexLFMinRange" dword="62" bits="31:0" type="uint" /> |
| <field name="MinFrameSize" dword="63" bits="15:0" type="uint" /> |
| <field name="MinFrameSizeUnits" dword="63" bits="31:30" type="uint"> |
| <value name="4K Byte Units" value="0" /> |
| <value name="16K Byte Units" value="1" /> |
| <value name="Compatibility Mode" value="2" /> |
| <value name="6 Byte Units" value="3" /> |
| </field> |
| <field name="Reserved MBZ" dword="64" bits="15:0" type="uint" /> |
| <field name="Class0 SSE Threshold0" dword="65" bits="15:0" type="uint" /> |
| <field name="Class0 SSE Threshold1" dword="65" bits="31:16" type="uint" /> |
| <group count="8" dword="66" size="8"> |
| <field name="SSE Thresholds For Class" dword="0" bits="7:0" type="uint" /> |
| </group> |
| <field name="rdmult" dword="74" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="AVP_PIPE_BUF_ADDR_STATE" bias="2" length="212" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="210" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="2" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="3" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <group count="8" dword="1" size="64"> |
| <field name="Reference Picture - Address" dword="0" bits="63:0" type="address" /> |
| </group> |
| <field name="Reference Picture - Attributes" dword="17" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Decoded Output Frame Buffer Address" dword="18" bits="63:0" type="address" /> |
| <field name="Decoded Output Frame Buffer Address - Attributes" dword="20" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="IntraBC Decoded Output Frame Buffer Address" dword="24" bits="63:0" type="address" /> |
| <field name="IntraBC Decoded Output Frame Buffer Address - Attributes" dword="26" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDF Tables Initialization Buffer Address" dword="27" bits="63:0" type="address" /> |
| <field name="CDF Tables Initialization Buffer Address - Attributes" dword="29" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDF Tables Backward Adaptation Buffer Address" dword="30" bits="63:0" type="address" /> |
| <field name="CDF Tables Backward Adaptation Buffer Address - Attributes" dword="32" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="AV1 Segment ID Read Buffer Address" dword="33" bits="63:0" type="address" /> |
| <field name="AV1 Segment ID Read Buffer Address - Attributes" dword="35" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="AV1 Segment ID Write Buffer Address" dword="36" bits="63:0" type="address" /> |
| <field name="AV1 Segment ID Write Buffer Address - Attributes" dword="38" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <group count="8" dword="39" size="64"> |
| <field name="Collocated MV Temporal Buffer - Address" dword="0" bits="63:0" type="address" /> |
| </group> |
| <field name="Collocated MV Temporal Buffer - Attributes" dword="55" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Current Frame MV Write Buffer Address" dword="56" bits="63:0" type="address" /> |
| <field name="Current Frame MV Write Buffer Address - Attributes" dword="58" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Bitstream Line Rowstore Buffer Address" dword="62" bits="63:0" type="address" /> |
| <field name="Bitstream Line Rowstore Buffer Address - Attributes" dword="64" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Bitstream Tile Line Rowstore Buffer Address" dword="65" bits="63:0" type="address" /> |
| <field name="Bitstream Tile Line Rowstore Buffer Address - Attributes" dword="67" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Intra Prediction Line Rowstore Buffer Address" dword="68" bits="63:0" type="address" /> |
| <field name="Intra Prediction Line Rowstore Buffer Address - Attributes" dword="70" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Intra Prediction Tile Line Rowstore Buffer Address" dword="71" bits="63:0" type="address" /> |
| <field name="Intra Prediction Tile Line Rowstore Buffer Address - Attributes" dword="73" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Spatial Motion Vector Line Buffer Address" dword="74" bits="63:0" type="address" /> |
| <field name="Spatial Motion Vector Line Buffer Address - Attributes" dword="76" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Spatial Motion Vector Tile Line Buffer Address" dword="77" bits="63:0" type="address" /> |
| <field name="Spatial Motion Vector Tile Line Buffer Address - Attributes" dword="79" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Meta Tile Column Buffer Address" dword="80" bits="63:0" type="address" /> |
| <field name="Loop Restoration Meta Tile Column Buffer Address - Attributes" dword="82" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Line Y Buffer Address" dword="83" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Line Y Buffer Address - Attributes" dword="85" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Line U Buffer Address" dword="86" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Line U Buffer Address - Attributes" dword="88" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Line V Buffer Address" dword="89" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Line V Buffer Address - Attributes" dword="91" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Line Y Buffer Address" dword="92" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Line Y Buffer Address - Attributes" dword="94" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Line U Buffer Address" dword="95" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Line U Buffer Address - Attributes" dword="97" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Line V Buffer Address" dword="98" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Line V Buffer Address - Attributes" dword="100" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Line Y Buffer Address" dword="101" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Line Y Buffer Address - Attributes" dword="103" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Line U Buffer Address" dword="104" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Line U Buffer Address - Attributes" dword="106" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Line V Buffer Address" dword="107" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Line V Buffer Address - Attributes" dword="109" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Column Y Buffer Address" dword="110" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Column Y Buffer Address - Attributes" dword="112" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Column U Buffer Address" dword="113" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Column U Buffer Address - Attributes" dword="115" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Deblocker Filter Tile Column V Buffer Address" dword="116" bits="63:0" type="address" /> |
| <field name="Deblocker Filter Tile Column V Buffer Address - Attributes" dword="118" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Line Buffer Address" dword="119" bits="63:0" type="address" /> |
| <field name="CDEF Filter Line Buffer Address - Attributes" dword="121" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Tile Line Buffer Address" dword="128" bits="63:0" type="address" /> |
| <field name="CDEF Filter Tile Line Buffer Address - Attributes" dword="130" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Tile Column Buffer Address" dword="137" bits="63:0" type="address" /> |
| <field name="CDEF Filter Tile Column Buffer Address - Attributes" dword="139" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Meta Tile Line Buffer Address" dword="140" bits="63:0" type="address" /> |
| <field name="CDEF Filter Meta Tile Line Buffer Address - Attributes" dword="142" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Meta Tile Column Buffer Address" dword="143" bits="63:0" type="address" /> |
| <field name="CDEF Filter Meta Tile Column Buffer Address - Attributes" dword="145" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CDEF Filter Top Left Corner Buffer Address" dword="146" bits="63:0" type="address" /> |
| <field name="CDEF Filter Top Left Corner Buffer Address - Attributes" dword="148" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Super Res Tile Column Y Buffer Address" dword="149" bits="63:0" type="address" /> |
| <field name="Super Res Tile Column Y Buffer Address - Attributes" dword="151" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Super Res Tile Column U Buffer Address" dword="152" bits="63:0" type="address" /> |
| <field name="Super Res Tile Column U Buffer Address - Attributes" dword="154" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Super Res Tile Column V Buffer Address" dword="155" bits="63:0" type="address" /> |
| <field name="Super Res Tile Column V Buffer Address - Attributes" dword="157" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Column Y Buffer Address" dword="158" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Column Y Buffer Address - Attributes" dword="160" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Column U Buffer Address" dword="161" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Column U Buffer Address - Attributes" dword="163" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Loop Restoration Filter Tile Column V Buffer Address" dword="164" bits="63:0" type="address" /> |
| <field name="Loop Restoration Filter Tile Column V Buffer Address - Attributes" dword="166" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Decoded Frame Status Error Buffer Address" dword="176" bits="63:0" type="address" /> |
| <field name="Decoded Frame Status Error Buffer Address - Attributes" dword="178" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Decoded Block Data Streamout Buffer Address" dword="179" bits="63:0" type="address" /> |
| <field name="Decoded Block Data Streamout Buffer Address - Attributes" dword="181" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Original Uncompressed Picture Source Buffer Address" dword="188" bits="63:0" type="address" /> |
| <field name="Original Uncompressed Picture Source Buffer Address - Attributes" dword="190" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Downscaled Uncompressed Picture Source Buffer Address" dword="191" bits="63:0" type="address" /> |
| <field name="Downscaled Uncompressed Picture Source Buffer Address - Attributes" dword="193" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Tile Size Streamout Buffer Address" dword="194" bits="63:0" type="address" /> |
| <field name="Tile Size Streamout Buffer Address - Attributes" dword="196" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="Tile Statistics Streamout Buffer Address" dword="197" bits="63:0" type="address" /> |
| <field name="Tile Statistics Streamout Buffer Address - Attributes" dword="199" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="CU Streamout Buffer Address" dword="200" bits="63:0" type="address" /> |
| <field name="CU Streamout Buffer Address - Attributes" dword="202" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="SSE Line Read/Write Buffer Address" dword="203" bits="63:0" type="address" /> |
| <field name="SSE Line Read/Write Buffer Address - Attributes" dword="205" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="SSE Tile Line Read/Write Buffer Address" dword="206" bits="63:0" type="address" /> |
| <field name="SSE Tile Line Read/Write Buffer Address - Attributes" dword="208" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| <field name="PostCDEF Pixels Buffer Address" dword="209" bits="63:0" type="address" /> |
| <field name="PostCDEF Pixels Buffer Address - Attributes" dword="211" bits="31:0" type="MEMORYADDRESSATTRIBUTES" /> |
| </instruction> |
| <instruction name="AVP_PIPE_MODE_SELECT" bias="2" length="7" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="5" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="3" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Codec Select" dword="1" bits="0:0" type="bool"> |
| <value name="Decode" value="0" /> |
| <value name="Encode" value="1" /> |
| </field> |
| <field name="Pic Status/Error Report Enable" dword="1" bits="3:3" type="bool" /> |
| <field name="Frame Reconstruction Disable" dword="1" bits="4:4" type="bool" /> |
| <field name="Codec Standard Select" dword="1" bits="7:5" type="uint" default="2" /> |
| <field name="Tile Statistics Streamout Enable" dword="1" bits="12:12" type="bool" /> |
| <field name="Multi Engine Mode" dword="1" bits="14:13" type="uint"> |
| <value name="Single Engine Mode" value="0" /> |
| <value name="Left Engine Mode" value="1" /> |
| <value name="Right Engine Mode" value="2" /> |
| <value name="Middle Engine Mode" value="3" /> |
| </field> |
| <field name="Pipe Working Mode" dword="1" bits="16:15" type="uint"> |
| <value name="Legacy Single Pipe" value="0" /> |
| <value name="Encode Mode" value="2" /> |
| <value name="Decode Scalable Mode" value="3" /> |
| </field> |
| <field name="Pic Status/Error Report ID" dword="3" bits="31:0" type="uint" /> |
| <field name="Source Pixel Prefetch Length" dword="6" bits="4:2" type="uint" /> |
| <field name="Source Pixel Prefetch Enable" dword="6" bits="5:5" type="bool" /> |
| </instruction> |
| <instruction name="AVP_TILE_CODING" bias="2" length="7" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="5" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="21" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="3" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Frame Tile ID" dword="1" bits="11:0" type="uint" /> |
| <field name="TG Tile Num" dword="1" bits="23:12" type="uint" /> |
| <field name="Tile Group ID" dword="1" bits="31:24" type="uint" /> |
| <field name="Tile Column Position in SB Unit" dword="2" bits="9:0" type="uint" /> |
| <field name="Tile Row Position in SB Unit" dword="2" bits="25:16" type="uint" /> |
| <field name="Tile Width in SB Minus 1" dword="3" bits="5:0" type="uint" /> |
| <field name="Tile Height in SB Minus 1" dword="3" bits="25:16" type="uint" /> |
| <field name="First Tile in a Frame" dword="4" bits="23:23" type="bool" /> |
| <field name="Is Last Tile of Column Flag" dword="4" bits="25:25" type="bool" /> |
| <field name="Is Last Tile of Row Flag" dword="4" bits="26:26" type="bool" /> |
| <field name="Is Start Tile of Tile Group Flag" dword="4" bits="27:27" type="bool" /> |
| <field name="Is End Tile of Tile Group Flag" dword="4" bits="28:28" type="bool" /> |
| <field name="Is Last Tile of Frame Flag" dword="4" bits="29:29" type="bool" /> |
| <field name="Disable CDF Update Flag" dword="4" bits="30:30" type="bool" /> |
| <field name="Disable Frame Context Update Flag" dword="4" bits="31:31" type="bool" /> |
| <field name="Number of Active BE Pipes" dword="5" bits="7:0" type="uint" /> |
| <field name="Num of Tile Columns in Frame Minus 1" dword="5" bits="21:12" type="uint" /> |
| <field name="Num of Tile Rows in Frame Minus 1" dword="5" bits="31:22" type="uint" /> |
| <field name="Output Decoded Tile Column Position in SB Unit" dword="6" bits="9:0" type="uint" /> |
| <field name="Output Decoded Tile Row Position in SB Unit" dword="6" bits="25:16" type="uint" /> |
| </instruction> |
| <instruction name="CFE_STATE" bias="2" length="6" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" /> |
| <field name="CFE SubOpcode Variant" dword="0" bits="17:16" type="uint" default="0" /> |
| <field name="CFE SubOpcode" dword="0" bits="23:18" type="uint" default="0" /> |
| <field name="Compute Command Opcode" dword="0" bits="26:24" type="uint" default="2" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Scratch Space Buffer" dword="1" bits="31:10" type="uint" /> |
| <field name="Number of Walkers" dword="3" bits="5:3" type="uint" /> |
| <field name="Fused EU Dispatch" dword="3" bits="6:6" type="bool" /> |
| <field name="Single Slice Dispatch CCS Mode" dword="3" bits="13:13" type="bool" /> |
| <field name="Over Dispatch Control" dword="3" bits="15:14" type="uint"> |
| <value name="Over Dispatch None" value="0" /> |
| <value name="Over Dispatch Low" value="1" /> |
| <value name="Over Dispatch Normal" value="2" /> |
| <value name="Over Dispatch High" value="3" /> |
| </field> |
| <field name="Maximum Number of Threads" dword="3" bits="31:16" type="uint" /> |
| </instruction> |
| <instruction name="COMPUTE_WALKER" bias="2" length="39" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="37" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="Workload Partition Enable" dword="0" bits="9:9" type="bool" /> |
| <field name="Indirect Parameter Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="Systolic Mode Enable" dword="0" bits="14:14" type="bool" /> |
| <field name="CFE SubOpcode Variant" dword="0" bits="17:16" type="uint" default="0" /> |
| <field name="CFE SubOpcode" dword="0" bits="23:18" type="uint" default="2" /> |
| <field name="Compute Command Opcode" dword="0" bits="26:24" type="uint" default="2" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="body" dword="1" bits="1216:0" type="COMPUTE_WALKER_BODY" /> |
| </instruction> |
| <instruction name="EXECUTE_INDIRECT_DISPATCH" bias="2" length="44" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="42" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="MOCS Index" dword="0" bits="15:12" type="uint" nonzero="true" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="1" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="4" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Max Count" dword="1" bits="31:0" type="uint" /> |
| <field name="Count Buffer Indirect Enable" dword="2" bits="0:0" type="bool" /> |
| <field name="Count Buffer Address" dword="2" bits="63:2" type="address" /> |
| <field name="Argument Buffer Start Address" dword="4" bits="63:2" type="address" /> |
| <field name="body" dword="6" bits="1215:0" type="COMPUTE_WALKER_BODY" /> |
| </instruction> |
| <instruction name="EXECUTE_INDIRECT_DRAW" bias="2" length="6" engine="render"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" /> |
| <field name="Predicate Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="TBIMR Enabled" dword="0" bits="9:9" type="uint" /> |
| <field name="Argument Format" dword="0" bits="11:10" type="uint" prefix="XI"> |
| <value name="DRAW" value="0" /> |
| <value name="DRAWINDEXED" value="1" /> |
| <value name="MESH_3D" value="2" /> |
| <value name="MESH_1D" value="3" /> |
| </field> |
| <field name="MOCS Index" dword="0" bits="15:12" type="uint" nonzero="true" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="0" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="4" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Max Count" dword="1" bits="31:0" type="uint" /> |
| <field name="Count Buffer Indirect Enable" dword="2" bits="0:0" type="bool" /> |
| <field name="Count Buffer Address" dword="2" bits="63:2" type="address" /> |
| <field name="Argument Buffer Start Address" dword="4" bits="63:2" type="address" /> |
| </instruction> |
| <instruction name="HCP_FQM_STATE" bias="2" length="34" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="32" /> |
| <field name="SubOpcode" dword="0" bits="22:16" type="uint" default="5" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="7" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Intra/Inter" dword="1" bits="0:0" type="uint"> |
| <value name="Intra" value="0" /> |
| <value name="Inter" value="1" /> |
| </field> |
| <field name="SizeID" dword="1" bits="2:1" type="uint" prefix="SZ"> |
| <value name="4x4" value="0" /> |
| <value name="8x8" value="1" /> |
| <value name="16x16" value="2" /> |
| <value name="32x32" value="3" /> |
| </field> |
| <field name="Color Component" dword="1" bits="4:3" type="uint"> |
| <value name="Luma" value="0" /> |
| <value name="Chroma Cb" value="1" /> |
| <value name="Chroma Cr" value="2" /> |
| </field> |
| <field name="FQM DC Value" dword="1" bits="31:16" type="uint" /> |
| <group count="128" dword="2" size="8"> |
| <field name="Quantizer Matrix 8x8" dword="0" bits="7:0" type="uint" /> |
| </group> |
| </instruction> |
| <instruction name="MI_FLUSH_DW" bias="2" length="5" engine="blitter|compute|video"> |
| <field name="DWord Length" dword="0" bits="5:0" type="uint" default="3" /> |
| <field name="Video Pipeline Cache Invalidate" dword="0" bits="7:7" type="bool" /> |
| <field name="Notify Enable" dword="0" bits="8:8" type="bool" /> |
| <field name="Flush LLC" dword="0" bits="9:9" type="bool" /> |
| <field name="Post-Sync Operation" dword="0" bits="15:14" type="uint"> |
| <value name="No Write" value="0" /> |
| <value name="Write Immediate Data" value="1" /> |
| <value name="Write Timestamp" value="3" /> |
| </field> |
| <field name="Flush CCS" dword="0" bits="16:16" type="bool" /> |
| <field name="TLB Invalidate" dword="0" bits="18:18" type="bool" /> |
| <field name="Store Data Index" dword="0" bits="21:21" type="uint" /> |
| <field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="38" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="0" /> |
| <field name="Destination Address Type" dword="1" bits="2:2" type="uint" prefix="DAT"> |
| <value name="PPGTT" value="0" /> |
| <value name="GGTT" value="1" /> |
| </field> |
| <field name="Address" dword="1" bits="47:3" type="address" /> |
| <field name="Immediate Data" dword="3" bits="63:0" type="uint" /> |
| </instruction> |
| <instruction name="MI_MATH" bias="2"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="MOCS" dword="0" bits="14:8" type="uint" nonzero="true" /> |
| <field name="Predication Enable" dword="0" bits="15:15" type="bool" /> |
| <field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="26" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="0" /> |
| <group count="0" dword="1" size="32"> |
| <field name="Instruction" dword="0" bits="31:0" type="MI_MATH_ALU_INSTRUCTION" /> |
| </group> |
| </instruction> |
| <instruction name="MI_REPORT_PERF_COUNT" bias="2" length="4" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="5:0" type="uint" default="2" /> |
| <field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="40" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="0" /> |
| <field name="Use Global GTT" dword="1" bits="0:0" type="bool" /> |
| <field name="Core Mode Enable" dword="1" bits="4:4" type="uint" /> |
| <field name="Memory Address" dword="1" bits="63:6" type="address" /> |
| <field name="Report ID" dword="3" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="MI_SET_PREDICATE" bias="1" length="1"> |
| <field name="Predicate Enable" dword="0" bits="3:0" type="uint"> |
| <value name="NOOP Never" value="0" /> |
| <value name="NOOP On Result2 Clear" value="1" /> |
| <value name="NOOP On Result2 Set" value="2" /> |
| <value name="NOOP On Result Clear" value="3" /> |
| <value name="NOOP On Result Set" value="4" /> |
| <value name="NOOP Always" value="15" /> |
| </field> |
| <field name="MI Command Opcode" dword="0" bits="28:23" type="uint" default="1" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="0" /> |
| </instruction> |
| <instruction name="PIPELINE_SELECT" bias="1" length="1" engine="render|compute"> |
| <field name="Pipeline Selection" dword="0" bits="1:0" type="uint"> |
| <value name="3D" value="0" /> |
| <value name="Media" value="1" /> |
| <value name="GPGPU" value="2" /> |
| </field> |
| <field name="Media Sampler DOP Clock Gate Enable" dword="0" bits="4:4" type="bool" /> |
| <field name="Force Media Awake" dword="0" bits="5:5" type="bool" /> |
| <field name="Systolic Mode Enable" dword="0" bits="7:7" type="bool" /> |
| <field name="Mask Bits" dword="0" bits="15:8" type="uint" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="4" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="1" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| </instruction> |
| <instruction name="PIPE_CONTROL" bias="2" length="6" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="4" /> |
| <field name="HDC Pipeline Flush Enable" dword="0" bits="9:9" type="bool" /> |
| <field name="L3 Read Only Cache Invalidation Enable" dword="0" bits="10:10" type="bool" /> |
| <field name="Untyped Data Port Cache Flush Enable" dword="0" bits="11:11" type="bool" /> |
| <field name="CCS Flush Enable" dword="0" bits="13:13" type="bool" /> |
| <field name="Workload Partition ID Offset Enable" dword="0" bits="14:14" type="bool" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="0" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="2" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="3" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Depth Cache Flush Enable" dword="1" bits="0:0" type="bool" /> |
| <field name="Stall At Pixel Scoreboard" dword="1" bits="1:1" type="bool" /> |
| <field name="State Cache Invalidation Enable" dword="1" bits="2:2" type="bool" /> |
| <field name="Constant Cache Invalidation Enable" dword="1" bits="3:3" type="bool" /> |
| <field name="VF Cache Invalidation Enable" dword="1" bits="4:4" type="bool" /> |
| <field name="DC Flush Enable" dword="1" bits="5:5" type="bool" /> |
| <field name="Protected Memory Application ID" dword="1" bits="6:6" type="bool" /> |
| <field name="Pipe Control Flush Enable" dword="1" bits="7:7" type="bool" /> |
| <field name="Notify Enable" dword="1" bits="8:8" type="bool" /> |
| <field name="Indirect State Pointers Disable" dword="1" bits="9:9" type="bool" /> |
| <field name="Texture Cache Invalidation Enable" dword="1" bits="10:10" type="bool" /> |
| <field name="Instruction Cache Invalidate Enable" dword="1" bits="11:11" type="bool" /> |
| <field name="Render Target Cache Flush Enable" dword="1" bits="12:12" type="bool" /> |
| <field name="Depth Stall Enable" dword="1" bits="13:13" type="bool" /> |
| <field name="Post Sync Operation" dword="1" bits="15:14" 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="Generic Media State Clear" dword="1" bits="16:16" type="bool" /> |
| <field name="PSS Stall Sync Enable" dword="1" bits="17:17" type="bool" /> |
| <field name="TLB Invalidate" dword="1" bits="18:18" type="bool" /> |
| <field name="Depth Stall Sync Enable" dword="1" bits="19:19" type="bool" /> |
| <field name="Command Streamer Stall Enable" dword="1" bits="20:20" type="bool" /> |
| <field name="Store Data Index" dword="1" bits="21:21" type="uint" /> |
| <field name="Protected Memory Enable" dword="1" bits="22:22" type="bool" /> |
| <field name="LRI Post Sync Operation" dword="1" bits="23:23" type="uint"> |
| <value name="No LRI Operation" value="0" /> |
| <value name="MMIO Write Immediate Data" value="1" /> |
| </field> |
| <field name="Destination Address Type" dword="1" bits="24:24" type="uint" prefix="DAT"> |
| <value name="PPGTT" value="0" /> |
| <value name="GGTT" value="1" /> |
| </field> |
| <field name="AMFS Flush Enable" dword="1" bits="25:25" type="bool" /> |
| <field name="Flush LLC" dword="1" bits="26:26" type="bool" /> |
| <field name="Protected Memory Disable" dword="1" bits="27:27" type="bool" /> |
| <field name="Tile Cache Flush Enable" dword="1" bits="28:28" type="bool" /> |
| <field name="Command Cache Invalidate Enable" dword="1" bits="29:29" type="bool" /> |
| <field name="L3 Fabric Flush" dword="1" bits="30:30" type="bool" /> |
| <field name="TBIMR Force Batch Closure" dword="1" bits="31:31" type="uint"> |
| <value name="No Batch Closure" value="0" /> |
| <value name="Close Batch" value="1" /> |
| </field> |
| <field name="Address" dword="2" bits="47:2" type="address" /> |
| <field name="Immediate Data" dword="4" bits="63:0" type="uint" /> |
| </instruction> |
| <instruction name="STATE_BASE_ADDRESS" bias="2" length="22" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="20" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="1" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="General State Base Address Modify Enable" dword="1" bits="0:0" type="bool" /> |
| <field name="General State MOCS" dword="1" bits="10:4" type="uint" nonzero="true" /> |
| <field name="General State Base Address" dword="1" bits="63:12" type="address" /> |
| <field name="Stateless Data Port Access MOCS" dword="3" bits="22:16" type="uint" nonzero="true" /> |
| <field name="L1 Cache Control" dword="3" bits="25:23" type="uint" prefix="L1CC"> |
| <value name="WBP" value="0" dont_use="1" /> |
| <value name="UC" value="1" dont_use="1" /> |
| <value name="WB" value="2" /> |
| <value name="WT" value="3" /> |
| <value name="WS" value="4" /> |
| </field> |
| <field name="Surface State Base Address Modify Enable" dword="4" bits="0:0" type="bool" /> |
| <field name="Surface State MOCS" dword="4" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Surface State Base Address" dword="4" bits="63:12" type="address" /> |
| <field name="Dynamic State Base Address Modify Enable" dword="6" bits="0:0" type="bool" /> |
| <field name="Dynamic State MOCS" dword="6" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Dynamic State Base Address" dword="6" bits="63:12" type="address" /> |
| <field name="Indirect Object Base Address Modify Enable" dword="8" bits="0:0" type="bool" /> |
| <field name="Indirect Object MOCS" dword="8" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Indirect Object Base Address" dword="8" bits="63:12" type="address" /> |
| <field name="Instruction Base Address Modify Enable" dword="10" bits="0:0" type="bool" /> |
| <field name="Instruction MOCS" dword="10" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Instruction Base Address" dword="10" bits="63:12" type="address" /> |
| <field name="General State Buffer Size Modify Enable" dword="12" bits="0:0" type="bool" /> |
| <field name="General State Buffer Size" dword="12" bits="31:12" type="uint" /> |
| <field name="Dynamic State Buffer Size Modify Enable" dword="13" bits="0:0" type="bool" /> |
| <field name="Dynamic State Buffer Size" dword="13" bits="31:12" type="uint" /> |
| <field name="Indirect Object Buffer Size Modify Enable" dword="14" bits="0:0" type="bool" /> |
| <field name="Indirect Object Buffer Size" dword="14" bits="31:12" type="uint" /> |
| <field name="Instruction Buffer size Modify Enable" dword="15" bits="0:0" type="bool" /> |
| <field name="Instruction Buffer Size" dword="15" bits="31:12" type="uint" /> |
| <field name="Bindless Surface State Base Address Modify Enable" dword="16" bits="0:0" type="bool" /> |
| <field name="Bindless Surface State MOCS" dword="16" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Bindless Surface State Base Address" dword="16" bits="63:12" type="address" /> |
| <field name="Bindless Surface State Size" dword="18" bits="31:0" type="uint" /> |
| <field name="Bindless Sampler State Base Address Modify Enable" dword="19" bits="0:0" type="bool" /> |
| <field name="Bindless Sampler State MOCS" dword="19" bits="10:4" type="uint" nonzero="true" /> |
| <field name="Bindless Sampler State Base Address" dword="19" bits="63:12" type="address" /> |
| <field name="Bindless Sampler State Buffer Size" dword="21" bits="31:12" type="uint" /> |
| </instruction> |
| <instruction name="STATE_COMPUTE_MODE" bias="2" length="2" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="0" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="5" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Z Pass Async Compute Thread Limit" dword="1" bits="2:0" type="uint" prefix="ZPACTL"> |
| <value name="Max 60" value="0" /> |
| <value name="Max 64" value="1" /> |
| <value name="Max 56" value="2" /> |
| <value name="Max 48" value="3" /> |
| </field> |
| <field name="Force Non-Coherent DG2" dword="1" bits="4:3" type="uint"> |
| <value name="Force Disabled" value="0" /> |
| <value name="Force CPU Non-Coherent" value="1" /> |
| <value name="Force GPU Non-Coherent" value="2" /> |
| </field> |
| <field name="Z Async Throttle settings" dword="1" bits="4:3" type="uint" prefix="ZATS"> |
| <value name="Defer to Pixel Async Compute Thread Limit" value="0" /> |
| <value name="Max 32" value="1" /> |
| <value name="Max 40" value="2" /> |
| <value name="Max 48" value="3" /> |
| </field> |
| <field name="Fast Clear Disabled on Compressed Surface" dword="1" bits="5:5" type="bool" /> |
| <field name="Disable SLM Read Merge Optimization" dword="1" bits="6:6" type="bool" /> |
| <field name="Pixel Async Compute Thread Limit" dword="1" bits="9:7" type="uint" prefix="PACTL"> |
| <value name="Disabled" value="0" /> |
| <value name="Max 2" value="1" /> |
| <value name="Max 8" value="2" /> |
| <value name="Max 16" value="3" /> |
| <value name="Max 24" value="4" /> |
| <value name="Max 32" value="5" /> |
| <value name="Max 40" value="6" /> |
| <value name="Max 48" value="7" /> |
| </field> |
| <field name="Disable Atomic on Clear Data" dword="1" bits="11:11" type="bool" /> |
| <field name="Disable L1 Invalidate for non-L1-cacheable Writes" dword="1" bits="13:13" type="bool" /> |
| <field name="Large GRF Mode" dword="1" bits="15:15" type="bool" /> |
| <field name="Z Pass Async Compute Thread Limit Mask" dword="1" bits="18:16" type="uint" /> |
| <field name="Mask1" dword="1" bits="31:16" type="uint" /> |
| <field name="Force Non-Coherent DG2 Mask" dword="1" bits="20:19" type="uint" /> |
| <field name="Z Async Throttle settings Mask" dword="1" bits="20:19" type="uint" /> |
| <field name="Fast Clear Disabled on Compressed Surface Mask" dword="1" bits="21:21" type="bool" /> |
| <field name="Disable SLM Read Merge Optimization Mask" dword="1" bits="22:22" type="bool" /> |
| <field name="Pixel Async Compute Thread Limit Mask" dword="1" bits="25:23" type="uint" /> |
| <field name="Disable Atomic on Clear Data Mask" dword="1" bits="27:27" type="bool" /> |
| <field name="Disable L1 Invalidate for non-L1-cacheable Writes Mask" dword="1" bits="29:29" type="bool" /> |
| <field name="Large GRF Mode Mask" dword="1" bits="31:31" type="bool" /> |
| </instruction> |
| <instruction name="STATE_SIP" bias="2" length="3" engine="render|compute"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="1" /> |
| <field name="3D Command Sub Opcode" dword="0" bits="23:16" type="uint" default="2" /> |
| <field name="3D Command Opcode" dword="0" bits="26:24" type="uint" default="1" /> |
| <field name="Command SubType" dword="0" bits="28:27" type="uint" default="0" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="System Instruction Pointer" dword="1" bits="63:4" type="offset" /> |
| </instruction> |
| <instruction name="VDENC_AVC_IMG_STATE" bias="2" length="20" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="18" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="5" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Picture Type" dword="1" bits="3:2" type="uint" /> |
| <field name="Transform8x8Flag" dword="1" bits="4:4" type="bool" /> |
| <field name="Colloc MV WR En" dword="1" bits="5:5" type="bool" /> |
| <field name="Subpel Mode" dword="1" bits="7:6" type="uint" /> |
| <field name="Colloc MV RD En" dword="2" bits="13:13" type="bool" /> |
| <field name="Bidirectional Weight" dword="2" bits="23:18" type="uint" /> |
| <field name="Picture Height Minus One" dword="3" bits="15:0" type="uint" /> |
| <field name="Picture Width" dword="3" bits="31:16" type="uint" /> |
| <field name="Fwd Ref Idx0 Reference Picture" dword="5" bits="3:0" type="uint" /> |
| <field name="Bwd Ref Idx0 Reference Picture" dword="5" bits="7:4" type="uint" /> |
| <field name="Fwd Ref Idx1 Reference Picture" dword="5" bits="11:8" type="uint" /> |
| <field name="Fwd Ref Idx2 Reference Picture" dword="5" bits="19:16" type="uint" /> |
| <field name="Number Of L0 References Minus One" dword="5" bits="23:20" type="uint" /> |
| <field name="Number Of L1 References Minus One" dword="5" bits="27:24" type="uint" /> |
| <field name="Intra Refresh MB Pos" dword="6" bits="7:0" type="uint" /> |
| <field name="Intra Refresh MB Size Minus One" dword="6" bits="15:8" type="uint" /> |
| <field name="Intra Refresh Enable Rolling I Enable" dword="6" bits="16:16" type="bool" /> |
| <field name="Intra Refresh Mode" dword="6" bits="17:17" type="uint" /> |
| <field name="QP Adjustment For Rolling I" dword="6" bits="31:24" type="uint" /> |
| <field name="ROI QP Adjustment For Zone0" dword="9" bits="3:0" type="uint" /> |
| <field name="ROI QP Adjustment For Zone1" dword="9" bits="7:4" type="uint" /> |
| <field name="ROI QP Adjustment For Zone2" dword="9" bits="11:8" type="uint" /> |
| <field name="ROI QP Adjustment For Zone3" dword="9" bits="15:12" type="uint" /> |
| <field name="Min Qp" dword="12" bits="7:0" type="uint" /> |
| <field name="Max Qp" dword="12" bits="15:8" type="uint" /> |
| <field name="ROI Enable" dword="13" bits="0:0" type="bool" /> |
| <field name="MB Level Qp Enable" dword="13" bits="3:3" type="bool" /> |
| <field name="MB Level Delta Qp Enable" dword="13" bits="5:5" type="bool" /> |
| <field name="Longterm Reference Frame BWD Ref0 Indicator" dword="13" bits="10:10" type="bool" /> |
| <field name="Qp Prime Y" dword="14" bits="7:0" type="uint" /> |
| <field name="Trellis Quant En" dword="14" bits="19:19" type="bool" /> |
| <field name="POC Number For Current Picture" dword="15" bits="15:8" type="uint" /> |
| <field name="POC Number For Fwd Ref0" dword="16" bits="15:8" type="uint" /> |
| <field name="POC Number For Fwd Ref1" dword="17" bits="15:8" type="uint" /> |
| <field name="POC Number For Fwd Ref2" dword="18" bits="15:8" type="uint" /> |
| <field name="POC Number For Bwd Ref0" dword="19" bits="15:8" type="uint" /> |
| </instruction> |
| <instruction name="VDENC_AVC_SLICE_STATE" bias="2" length="4" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="2" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="12" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Round Intra" dword="1" bits="2:0" type="uint" /> |
| <field name="Round Intra Enable" dword="1" bits="3:3" type="bool" /> |
| <field name="Round Inter" dword="1" bits="6:4" type="uint" /> |
| <field name="Round Inter Enable" dword="1" bits="7:7" type="bool" /> |
| <field name="Log2 Weight Denom Luma" dword="3" bits="2:0" type="uint" /> |
| </instruction> |
| <instruction name="VDENC_CMD1" bias="2" length="33" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="31" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="10" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <group count="32" dword="1" size="32"> |
| <field name="Values" dword="0" bits="31:0" type="uint" /> |
| </group> |
| </instruction> |
| <instruction name="VDENC_CMD2" bias="2" length="62" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="60" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="9" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command OpCode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Values1" dword="1" bits="31:0" type="uint" /> |
| <field name="Frame Width In Pixels Minus One" dword="1" bits="15:0" type="uint" /> |
| <field name="Frame Height In Pixels Minus One" dword="1" bits="31:16" type="uint" /> |
| <field name="Values2" dword="2" bits="31:0" type="uint" /> |
| <field name="Picture Type" dword="2" bits="21:20" type="uint" /> |
| <field name="Temporal MVP Enable Flag" dword="2" bits="22:22" type="bool" /> |
| <field name="Collocated From L0 Flag" dword="2" bits="23:23" type="bool" /> |
| <field name="Long Term Reference Flags L0" dword="2" bits="26:24" type="uint" /> |
| <field name="Long Term Reference Flags L1" dword="2" bits="27:27" type="uint" /> |
| <field name="Transform Skip" dword="2" bits="30:30" type="bool" /> |
| <field name="Constrained Intra Pred Flag" dword="2" bits="31:31" type="bool" /> |
| <field name="Values3" dword="3" bits="31:0" type="uint" /> |
| <field name="POC Number For Refid0 In L0" dword="3" bits="7:0" type="int" /> |
| <field name="POC Number For Refid0 In L1" dword="3" bits="15:8" type="int" /> |
| <field name="POC Number For Refid1 In L0" dword="3" bits="23:16" type="int" /> |
| <field name="POC Number For Refid1 In L1" dword="3" bits="31:24" type="int" /> |
| <field name="Values4" dword="4" bits="31:0" type="uint" /> |
| <field name="POC Number For Refid2 In L0" dword="4" bits="7:0" type="int" /> |
| <field name="POC Number For Refid2 In L1" dword="4" bits="15:8" type="int" /> |
| <field name="POC Number For Refid3 In L0" dword="4" bits="23:16" type="int" /> |
| <field name="POC Number For Refid3 In L1" dword="4" bits="31:24" type="int" /> |
| <field name="Values5" dword="5" bits="31:0" type="uint" /> |
| <field name="Stream In ROI Enable" dword="5" bits="8:8" type="bool" /> |
| <field name="Sub Pel Mode" dword="5" bits="11:10" type="uint" /> |
| <field name="Num Ref Idx L0 Minus One" dword="5" bits="27:24" type="uint" /> |
| <field name="Num Ref Idx L1 Minus One" dword="5" bits="31:28" type="uint" /> |
| <field name="Values6" dword="6" bits="31:0" type="uint" /> |
| <field name="Values7" dword="7" bits="31:0" type="uint" /> |
| <field name="Segmentation Enable" dword="7" bits="4:4" type="bool" /> |
| <field name="Segmentation Map Temporal Prediction Enable" dword="7" bits="5:5" type="bool" /> |
| <field name="Tiling Enable" dword="7" bits="7:7" type="bool" /> |
| <field name="VDEnc Stream In Enable" dword="7" bits="9:9" type="bool" /> |
| <field name="PAK Only Multi Pass Enable" dword="7" bits="16:16" type="bool" /> |
| <field name="Values8" dword="8" bits="31:0" type="uint" /> |
| <field name="Values9" dword="9" bits="31:0" type="uint" /> |
| <field name="Values10" dword="10" bits="31:0" type="uint" /> |
| <field name="Values11" dword="11" bits="31:0" type="uint" /> |
| <field name="Fwd Ref0 Ref Pic" dword="11" bits="2:0" type="uint" /> |
| <field name="Fwd Ref1 Ref Pic" dword="11" bits="10:8" type="uint" /> |
| <field name="Fwd Ref2 Ref Pic" dword="11" bits="18:16" type="uint" /> |
| <field name="Bwd Ref0 Ref Pic" dword="11" bits="26:24" type="uint" /> |
| <field name="Values12" dword="12" bits="31:0" type="uint" /> |
| <field name="Values13" dword="13" bits="31:0" type="uint" /> |
| <field name="Roi QP Adjustment For Zone1 Stage3" dword="13" bits="7:4" type="uint" /> |
| <field name="Roi QP Adjustment For Zone2 Stage3" dword="13" bits="11:8" type="uint" /> |
| <field name="Roi QP Adjustment For Zone3 Stage3" dword="13" bits="15:12" type="uint" /> |
| <field name="Values14" dword="14" bits="31:0" type="uint" /> |
| <field name="Values15" dword="15" bits="31:0" type="uint" /> |
| <field name="Values16" dword="16" bits="31:0" type="uint" /> |
| <field name="Min Qp" dword="16" bits="7:0" type="uint" /> |
| <field name="Max Qp" dword="16" bits="15:8" type="uint" /> |
| <field name="Values17" dword="17" bits="31:0" type="uint" /> |
| <field name="Temporal MV Enable For Integer Search" dword="17" bits="20:20" type="bool" /> |
| <field name="Values18" dword="18" bits="31:0" type="uint" /> |
| <field name="Values19" dword="19" bits="31:0" type="uint" /> |
| <field name="Values20" dword="20" bits="31:0" type="uint" /> |
| <field name="Values21" dword="21" bits="31:0" type="uint" /> |
| <field name="Intra Refresh Pos" dword="21" bits="8:0" type="uint" /> |
| <field name="Intra Refresh MB Size Minus One" dword="21" bits="23:16" type="uint" /> |
| <field name="Intra Refresh Mode" dword="21" bits="24:24" type="uint" /> |
| <field name="Intra Refresh Enable" dword="21" bits="25:25" type="bool" /> |
| <field name="QP Adjustment For Rolling I" dword="21" bits="31:28" type="uint" /> |
| <field name="Values22" dword="22" bits="31:0" type="uint" /> |
| <field name="Values23" dword="23" bits="31:0" type="uint" /> |
| <field name="Values24" dword="24" bits="31:0" type="uint" /> |
| <field name="QP For Seg0" dword="24" bits="7:0" type="uint" /> |
| <field name="QP For Seg1" dword="24" bits="15:8" type="uint" /> |
| <field name="QP For Seg2" dword="24" bits="23:16" type="uint" /> |
| <field name="QP For Seg3" dword="24" bits="31:24" type="uint" /> |
| <field name="Values25" dword="25" bits="31:0" type="uint" /> |
| <field name="QP For Seg4" dword="25" bits="7:0" type="uint" /> |
| <field name="QP For Seg5" dword="25" bits="15:8" type="uint" /> |
| <field name="QP For Seg6" dword="25" bits="23:16" type="uint" /> |
| <field name="QP For Seg7" dword="25" bits="31:24" type="uint" /> |
| <field name="Values26" dword="26" bits="31:0" type="uint" /> |
| <field name="Rd Qp Lambda" dword="26" bits="15:0" type="uint" /> |
| <field name="Sad Qp Lambda" dword="26" bits="24:16" type="uint" /> |
| <field name="VP9 Dynamic Slice Enable" dword="26" bits="25:25" type="bool" /> |
| <field name="Values27" dword="27" bits="31:0" type="uint" /> |
| <field name="Qp Prime YDc" dword="27" bits="7:0" type="uint" /> |
| <field name="Qp Prime YAc" dword="27" bits="15:8" type="uint" /> |
| <field name="Values28" dword="28" bits="31:0" type="uint" /> |
| <field name="Values29" dword="29" bits="31:0" type="uint" /> |
| <field name="Values30" dword="30" bits="31:0" type="uint" /> |
| <field name="Values31" dword="31" bits="31:0" type="uint" /> |
| <field name="Values32" dword="32" bits="31:0" type="uint" /> |
| <field name="Values33" dword="33" bits="31:0" type="uint" /> |
| <field name="Values34" dword="34" bits="31:0" type="uint" /> |
| <field name="Values35" dword="35" bits="31:0" type="uint" /> |
| <field name="Intra Refresh Boundary Ref0" dword="36" bits="8:0" type="uint" /> |
| <field name="Intra Refresh Boundary Ref1" dword="36" bits="18:10" type="uint" /> |
| <field name="Intra Refresh Boundary Ref2" dword="36" bits="28:20" type="uint" /> |
| <field name="Values37" dword="37" bits="31:0" type="uint" /> |
| <field name="Tile Replay Enable" dword="37" bits="27:27" type="bool" /> |
| <field name="Values39" dword="38" bits="31:0" type="uint" /> |
| <field name="Values40" dword="39" bits="31:0" type="uint" /> |
| <field name="Values41" dword="40" bits="31:0" type="uint" /> |
| <field name="Values42" dword="41" bits="31:0" type="uint" /> |
| <field name="Values43" dword="42" bits="31:0" type="uint" /> |
| <field name="Values44" dword="43" bits="31:0" type="uint" /> |
| <field name="Values45" dword="44" bits="31:0" type="uint" /> |
| <field name="Values46" dword="45" bits="31:0" type="uint" /> |
| <field name="Values47" dword="46" bits="31:0" type="uint" /> |
| <field name="Values48" dword="47" bits="31:0" type="uint" /> |
| <field name="Values49" dword="48" bits="31:0" type="uint" /> |
| <field name="Values50" dword="49" bits="31:0" type="uint" /> |
| <field name="Values51" dword="50" bits="31:0" type="uint" /> |
| <field name="Values52" dword="51" bits="31:0" type="uint" /> |
| <field name="Values53" dword="52" bits="31:0" type="uint" /> |
| <field name="Values54" dword="53" bits="31:0" type="uint" /> |
| <field name="Values55" dword="54" bits="31:0" type="uint" /> |
| <field name="Values56" dword="55" bits="31:0" type="uint" /> |
| <field name="Values57" dword="56" bits="31:0" type="uint" /> |
| <field name="Values58" dword="57" bits="31:0" type="uint" /> |
| <field name="Values59" dword="58" bits="31:0" type="uint" /> |
| <field name="Values60" dword="59" bits="31:0" type="uint" /> |
| <field name="Values61" dword="60" bits="31:0" type="uint" /> |
| <field name="AV1 L0 Ref ID0" dword="61" bits="3:0" type="uint" /> |
| <field name="AV1 L1 Ref ID0" dword="61" bits="7:4" type="uint" /> |
| <field name="AV1 L0 Ref ID1" dword="61" bits="11:8" type="uint" /> |
| <field name="AV1 L1 Ref ID1" dword="61" bits="15:12" type="uint" /> |
| <field name="AV1 L0 Ref ID2" dword="61" bits="19:16" type="uint" /> |
| <field name="AV1 L1 Ref ID2" dword="61" bits="23:20" type="uint" /> |
| <field name="AV1 L0 Ref ID3" dword="61" bits="27:24" type="uint" /> |
| <field name="AV1 L1 Ref ID3" dword="61" bits="31:28" type="uint" /> |
| </instruction> |
| <instruction name="VDENC_CMD3" bias="2" length="23" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="21" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="10" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <group count="22" dword="1" size="32"> |
| <field name="Values" dword="0" bits="31:0" type="uint" /> |
| </group> |
| </instruction> |
| <instruction name="VDENC_HEVC_VP9_TILE_SLICE_STATE" bias="2" length="28" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="26" /> |
| <field name="SubOpcodeB" dword="0" bits="20:16" type="uint" default="13" /> |
| <field name="SubOpcodeA" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Values1" dword="1" bits="31:0" type="uint" /> |
| <field name="Values2" dword="2" bits="31:0" type="uint" /> |
| <field name="Values3" dword="3" bits="31:0" type="uint" /> |
| <field name="Log2 Weight Denom Luma" dword="3" bits="2:0" type="uint" /> |
| <field name="HEVC VP9 Log2 Weight Denom Luma" dword="3" bits="6:4" type="uint" /> |
| <field name="Num Par Engine" dword="3" bits="10:9" type="uint" /> |
| <field name="Tile Row Store Select" dword="3" bits="16:16" type="uint" /> |
| <field name="Log2 Weight Denom Chroma" dword="3" bits="19:17" type="uint" /> |
| <field name="Tile Number" dword="3" bits="31:24" type="uint" /> |
| <field name="Values4" dword="4" bits="31:0" type="uint" /> |
| <field name="Tile Start CTB Y" dword="4" bits="15:0" type="uint" /> |
| <field name="Tile Start CTB X" dword="4" bits="31:16" type="uint" /> |
| <field name="Values5" dword="5" bits="31:0" type="uint" /> |
| <field name="Tile Width" dword="5" bits="15:0" type="uint" /> |
| <field name="Tile Height" dword="5" bits="31:16" type="uint" /> |
| <field name="Values6" dword="6" bits="31:0" type="uint" /> |
| <field name="Streamin Offset Enable" dword="6" bits="0:0" type="bool" /> |
| <field name="Tile Streamin Offset" dword="6" bits="31:6" type="uint" /> |
| <field name="Values7" dword="7" bits="31:0" type="uint" /> |
| <field name="Row Store Offset Enable" dword="7" bits="0:0" type="bool" /> |
| <field name="Tile Rowstore Offset" dword="7" bits="31:6" type="uint" /> |
| <field name="Values8" dword="8" bits="31:0" type="uint" /> |
| <field name="Tile Streamout Offset Enable" dword="8" bits="0:0" type="bool" /> |
| <field name="Tile Streamout Offset" dword="8" bits="31:6" type="uint" /> |
| <field name="Values9" dword="9" bits="31:0" type="uint" /> |
| <field name="LCU Stream Out Offset Enable" dword="9" bits="0:0" type="bool" /> |
| <field name="Tile LCU Stream Out Offset" dword="9" bits="31:6" type="uint" /> |
| <field name="Values10" dword="10" bits="31:0" type="uint" /> |
| <field name="Values11" dword="11" bits="31:0" type="uint" /> |
| <field name="Delta QP" dword="11" bits="7:0" type="uint" /> |
| <field name="Tile Slice Param0" dword="11" bits="17:8" type="uint" /> |
| <field name="Values12" dword="12" bits="31:0" type="uint" /> |
| <field name="Tile Slice Param1" dword="12" bits="2:0" type="uint" /> |
| <field name="Tile Slice Param2" dword="12" bits="15:8" type="uint" /> |
| <field name="Tile Slice Param3" dword="12" bits="17:16" type="uint" /> |
| <field name="Tile Slice Param4" dword="12" bits="22:18" type="uint" /> |
| <field name="Tile Slice Param5" dword="12" bits="25:24" type="uint" /> |
| <field name="Palette Mode Enable" dword="12" bits="26:26" type="bool" /> |
| <field name="IBC Control" dword="12" bits="28:27" type="uint" /> |
| <field name="Values13" dword="13" bits="31:0" type="uint" /> |
| <field name="Tile Slice Param6" dword="13" bits="9:0" type="uint" /> |
| <field name="Tile Slice Param7" dword="13" bits="25:16" type="uint" /> |
| <field name="Values14" dword="14" bits="31:0" type="uint" /> |
| <field name="Tile Slice Param8" dword="14" bits="5:0" type="uint" /> |
| <field name="Tile Slice Param9" dword="14" bits="13:8" type="uint" /> |
| <field name="Tile Slice Param10" dword="14" bits="20:16" type="uint" /> |
| <field name="Tile Slice Param11" dword="14" bits="22:21" type="uint" /> |
| <field name="Tile Slice Param12" dword="14" bits="30:24" type="uint" /> |
| <field name="Tile Slice Param13" dword="14" bits="31:31" type="uint" /> |
| <field name="Values15" dword="15" bits="31:0" type="uint" /> |
| <field name="Tile Slice Param14" dword="15" bits="9:0" type="uint" /> |
| <field name="Tile Slice Param15" dword="15" bits="25:16" type="uint" /> |
| <field name="Values16" dword="16" bits="31:0" type="uint" /> |
| <field name="Tile Slice Param16" dword="16" bits="5:0" type="uint" /> |
| <field name="Tile Slice Param17" dword="16" bits="13:8" type="uint" /> |
| <field name="Tile Slice Param18" dword="16" bits="21:16" type="uint" /> |
| <field name="Tile Slice Param19" dword="16" bits="28:24" type="uint" /> |
| <field name="Tile Slice Param20" dword="16" bits="31:29" type="uint" /> |
| <field name="Values17" dword="17" bits="31:0" type="uint" /> |
| <field name="Values18" dword="18" bits="31:0" type="uint" /> |
| <field name="Values19" dword="19" bits="31:0" type="uint" /> |
| <field name="Values20" dword="20" bits="31:0" type="uint" /> |
| <field name="Values21" dword="21" bits="31:0" type="uint" /> |
| <field name="Values22" dword="22" bits="31:0" type="uint" /> |
| <field name="Values23" dword="23" bits="31:0" type="uint" /> |
| <field name="Values24" dword="24" bits="31:0" type="uint" /> |
| <field name="Values25" dword="25" bits="31:0" type="uint" /> |
| <field name="Values26" dword="26" bits="31:0" type="uint" /> |
| <field name="Values27" dword="27" bits="31:0" type="uint" /> |
| </instruction> |
| <instruction name="VDENC_PIPE_BUF_ADDR_STATE" bias="2" length="89" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="87" /> |
| <field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="4" /> |
| <field name="SubOpcode A" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="DS FWD REF0" dword="1" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="DS FWD REF1" dword="4" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="DS BWD REF0" dword="7" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Original Uncompressed Picture" dword="10" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Stream-In Data Picture" dword="13" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Row Store Scratch Buffer" dword="16" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Colocated MV Read Buffer" dword="19" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="FWD REF0" dword="22" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="FWD REF1" dword="25" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="FWD REF2" dword="28" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="BWD REF0" dword="31" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VDEnc Statistics Stream-Out" dword="34" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="DS FWD REF0 4X" dword="37" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="DS FWD REF1 4X" dword="40" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="DS BWD REF0 4X" dword="43" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VDEnc LCU PAK_OBJ_CMD Buffer" dword="46" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Scaled Reference Surface 8X" dword="49" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Scaled Reference Surface 4X" dword="52" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VP9 Segmentation Map Stream-In Buffer" dword="55" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VP9 Segmentation Map Stream-Out Buffer" dword="58" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Weights Histogram Stream-Out Offset" dword="61" bits="31:0" type="uint" /> |
| <field name="VDEnc Tile Row Store Buffer" dword="62" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VDEnc Cumulative CU Count Stream-Out Surface" dword="65" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="VDEnc Palette Mode Stream-Out Surface" dword="68" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Values71" dword="71" bits="31:0" type="uint" /> |
| <field name="Values72" dword="72" bits="31:0" type="uint" /> |
| <field name="Values73" dword="73" bits="31:0" type="uint" /> |
| <field name="Values74" dword="74" bits="31:0" type="uint" /> |
| <field name="Values75" dword="75" bits="31:0" type="uint" /> |
| <field name="Values76" dword="76" bits="31:0" type="uint" /> |
| <field name="Intra Prediction Row Store Buffer" dword="77" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Values80" dword="80" bits="31:0" type="uint" /> |
| <field name="Values81" dword="81" bits="31:0" type="uint" /> |
| <field name="Values82" dword="82" bits="31:0" type="uint" /> |
| <field name="Colocated MV AVC Write Buffer" dword="83" bits="95:0" type="VDENC_PICTURE" /> |
| <field name="Additional 4X DS FWD REF" dword="86" bits="95:0" type="VDENC_PICTURE" /> |
| </instruction> |
| <instruction name="VDENC_WALKER_STATE" bias="2" length="3" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="1" /> |
| <field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="7" /> |
| <field name="SubOpcode A" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command Opcode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="MB/LCU Start Y Position" dword="1" bits="8:0" type="uint" /> |
| <field name="MB/LCU Start X Position" dword="1" bits="24:16" type="uint" /> |
| <field name="First Super Slice" dword="1" bits="28:28" type="bool" /> |
| <field name="Next Slice MB Start Y Position" dword="2" bits="9:0" type="uint" /> |
| <field name="Next Slice MB/LCU Start X Position" dword="2" bits="25:16" type="uint" /> |
| </instruction> |
| <instruction name="VDENC_WEIGHTSOFFSETS_STATE" bias="2" length="7" engine="video"> |
| <field name="DWord Length" dword="0" bits="11:0" type="uint" default="5" /> |
| <field name="SubOpcode B" dword="0" bits="20:16" type="uint" default="8" /> |
| <field name="SubOpcode A" dword="0" bits="22:21" type="uint" default="0" /> |
| <field name="Media Command OpCode" dword="0" bits="26:23" type="uint" default="1" /> |
| <field name="Pipeline" dword="0" bits="28:27" type="uint" default="2" /> |
| <field name="Command Type" dword="0" bits="31:29" type="uint" default="3" /> |
| <field name="Weights Forward Reference 0" dword="1" bits="7:0" type="int" /> |
| <field name="Offset Forward Reference 0" dword="1" bits="15:8" type="int" /> |
| <field name="Weights Forward Reference 1" dword="1" bits="23:16" type="int" /> |
| <field name="Offset Forward Reference 1" dword="1" bits="31:24" type="int" /> |
| <field name="Weights Forward Reference 2" dword="2" bits="7:0" type="int" /> |
| <field name="Offset Forward Reference 2" dword="2" bits="15:8" type="int" /> |
| <field name="HEVC/VP9 Weights Backward Reference 0" dword="2" bits="23:16" type="int" /> |
| <field name="HEVC/VP9 Offset Backward Reference 0" dword="2" bits="31:24" type="int" /> |
| <field name="Cb Weights Forward Reference 0" dword="3" bits="7:0" type="int" /> |
| <field name="Cb Offset Forward Reference 0" dword="3" bits="15:8" type="int" /> |
| <field name="Cb Weights Forward Reference 1" dword="3" bits="23:16" type="int" /> |
| <field name="Cb Offset Forward Reference 1" dword="3" bits="31:24" type="int" /> |
| <field name="Cb Weights Forward Reference 2" dword="4" bits="7:0" type="int" /> |
| <field name="Cb Offset Forward Reference 2" dword="4" bits="15:8" type="int" /> |
| <field name="Cb Weights Backward Reference 0" dword="4" bits="23:16" type="int" /> |
| <field name="Cb Offset Backward Reference 0" dword="4" bits="31:24" type="int" /> |
| <field name="Cr Weights Forward Reference 0" dword="5" bits="7:0" type="int" /> |
| <field name="Cr Offset Forward Reference 0" dword="5" bits="15:8" type="int" /> |
| <field name="Cr Weights Forward Reference 1" dword="5" bits="23:16" type="int" /> |
| <field name="Cr Offset Forward Reference 1" dword="5" bits="31:24" type="int" /> |
| <field name="Cr Weights Forward Reference 2" dword="6" bits="7:0" type="int" /> |
| <field name="Cr Offset Forward Reference 2" dword="6" bits="15:8" type="int" /> |
| <field name="Cr Weights Backward Reference 0" dword="6" bits="23:16" type="int" /> |
| <field name="Cr Offset Backward Reference 0" dword="6" bits="31:24" type="int" /> |
| </instruction> |
| <instruction name="XY_BLOCK_COPY_BLT" bias="2" length="22" engine="blitter"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="20" /> |
| <field name="Special Mode of Operation" dword="0" bits="13:12" type="uint"> |
| <value name="NONE" value="0" /> |
| <value name="FULL_RESOLVE" value="1" /> |
| <value name="PARTIAL_RESOLVE" value="2" /> |
| </field> |
| <field name="Color Depth" dword="0" bits="21:19" type="uint" prefix="XY_BPP"> |
| <value name="8_BIT" value="0" /> |
| <value name="16_BIT" value="1" /> |
| <value name="32_BIT" value="2" /> |
| <value name="64_BIT" value="3" /> |
| <value name="96_BIT" value="4" /> |
| <value name="128_BIT" value="5" /> |
| </field> |
| <field name="Opcode" dword="0" bits="28:22" type="uint" default="0x41" /> |
| <field name="Client" dword="0" bits="31:29" type="uint" default="2" /> |
| <field name="Destination Pitch" dword="1" bits="17:0" type="uint" /> |
| <field name="Destination Auxiliary Surface Mode" dword="1" bits="20:18" type="uint" prefix="XY_AUX"> |
| <value name="NONE" value="0" /> |
| <value name="CCS_E" value="5" /> |
| </field> |
| <field name="Destination MOCS" dword="1" bits="27:21" type="uint" nonzero="true" /> |
| <field name="Destination Control Surface Type" dword="1" bits="28:28" type="uint" /> |
| <field name="Destination Compression Enable" dword="1" bits="29:29" type="bool" /> |
| <field name="Destination Tiling" dword="1" bits="31:30" type="uint" prefix="XY_TILE"> |
| <value name="LINEAR" value="0" /> |
| <value name="X" value="1" /> |
| <value name="4" value="2" /> |
| <value name="64" value="3" /> |
| </field> |
| <field name="Destination X1" dword="2" bits="15:0" type="int" /> |
| <field name="Destination Y1" dword="2" bits="31:16" type="int" /> |
| <field name="Destination X2" dword="3" bits="15:0" type="int" /> |
| <field name="Destination Y2" dword="3" bits="31:16" type="int" /> |
| <field name="Destination Base Address" dword="4" bits="63:0" type="address" /> |
| <field name="Destination X Offset" dword="6" bits="13:0" type="uint" /> |
| <field name="Destination Y Offset" dword="6" bits="29:16" type="uint" /> |
| <field name="Destination Target Memory" dword="6" bits="31:31" type="uint" prefix="XY_MEM"> |
| <value name="LOCAL" value="0" /> |
| <value name="SYSTEM" value="1" /> |
| </field> |
| <field name="Source X1" dword="7" bits="15:0" type="int" /> |
| <field name="Source Y1" dword="7" bits="31:16" type="int" /> |
| <field name="Source Pitch" dword="8" bits="17:0" type="uint" /> |
| <field name="Source Auxiliary Surface Mode" dword="8" bits="20:18" type="uint" prefix="XY"> |
| <value name="NONE" value="0" /> |
| <value name="CCS_E" value="5" /> |
| </field> |
| <field name="Source MOCS" dword="8" bits="27:21" type="uint" nonzero="true" /> |
| <field name="Source Control Surface Type" dword="8" bits="28:28" type="uint" /> |
| <field name="Source Compression Enable" dword="8" bits="29:29" type="bool" /> |
| <field name="Source Tiling" dword="8" bits="31:30" type="uint" prefix="XY_TILE"> |
| <value name="LINEAR" value="0" /> |
| <value name="X" value="1" /> |
| <value name="4" value="2" /> |
| <value name="64" value="3" /> |
| </field> |
| <field name="Source Base Address" dword="9" bits="63:0" type="address" /> |
| <field name="Source X Offset" dword="11" bits="13:0" type="uint" /> |
| <field name="Source Y Offset" dword="11" bits="29:16" type="uint" /> |
| <field name="Source Target Memory" dword="11" bits="31:31" type="uint" prefix="XY_MEM"> |
| <value name="LOCAL" value="0" /> |
| <value name="SYSTEM" value="1" /> |
| </field> |
| <field name="Source Compression Format" dword="12" bits="4:0" type="uint" /> |
| <field name="Source Clear Value Enable" dword="12" bits="5:5" type="bool" /> |
| <field name="Source Clear Address" dword="12" bits="47:6" type="address" /> |
| <field name="Destination Compression Format" dword="14" bits="4:0" type="uint" /> |
| <field name="Destination Clear Value Enable" dword="14" bits="5:5" type="bool" /> |
| <field name="Destination Clear Address" dword="14" bits="47:6" type="address" /> |
| <field name="Destination Surface Height" dword="16" bits="13:0" type="uint" /> |
| <field name="Destination Surface Width" dword="16" bits="27:14" type="uint" /> |
| <field name="Destination Surface Type" dword="16" bits="31:29" type="uint" prefix="XY_SURFTYPE"> |
| <value name="1D" value="0" /> |
| <value name="2D" value="1" /> |
| <value name="3D" value="2" /> |
| <value name="CUBE" value="3" /> |
| </field> |
| <field name="Destination LOD" dword="17" bits="3:0" type="uint" /> |
| <field name="Destination Surface QPitch" dword="17" bits="18:4" type="uint" /> |
| <field name="Destination Surface Depth" dword="17" bits="31:21" type="uint" /> |
| <field name="Destination Horizontal Align" dword="18" bits="1:0" type="uint"> |
| <value name="HALIGN_16" value="0" /> |
| <value name="HALIGN_32" value="1" /> |
| <value name="HALIGN_64" value="2" /> |
| <value name="HALIGN_128" value="3" /> |
| </field> |
| <field name="Destination Vertical Align" dword="18" bits="4:3" type="uint"> |
| <value name="VALIGN_4" value="1" /> |
| <value name="VALIGN_8" value="2" /> |
| <value name="VALIGN_16" value="3" /> |
| </field> |
| <field name="Destination Mip Tail Start LOD" dword="18" bits="11:8" type="uint" /> |
| <field name="Destination Depth/Stencil Resource" dword="18" bits="18:18" type="bool" /> |
| <field name="Destination Array Index" dword="18" bits="31:21" type="uint" /> |
| <field name="Source Surface Height" dword="19" bits="13:0" type="uint" /> |
| <field name="Source Surface Width" dword="19" bits="27:14" type="uint" /> |
| <field name="Source Surface Type" dword="19" bits="31:29" type="uint" prefix="XY_SURFTYPE"> |
| <value name="1D" value="0" /> |
| <value name="2D" value="1" /> |
| <value name="3D" value="2" /> |
| <value name="CUBE" value="3" /> |
| </field> |
| <field name="Source LOD" dword="20" bits="3:0" type="uint" /> |
| <field name="Source Surface QPitch" dword="20" bits="18:4" type="uint" /> |
| <field name="Source Surface Depth" dword="20" bits="31:21" type="uint" /> |
| <field name="Source Horizontal Align" dword="21" bits="1:0" type="uint"> |
| <value name="HALIGN_16" value="0" /> |
| <value name="HALIGN_32" value="1" /> |
| <value name="HALIGN_64" value="2" /> |
| <value name="HALIGN_128" value="3" /> |
| </field> |
| <field name="Source Vertical Align" dword="21" bits="4:3" type="uint"> |
| <value name="VALIGN_4" value="1" /> |
| <value name="VALIGN_8" value="2" /> |
| <value name="VALIGN_16" value="3" /> |
| </field> |
| <field name="Source Mip Tail Start LOD" dword="21" bits="11:8" type="uint" /> |
| <field name="Source Depth/Stencil Resource" dword="21" bits="18:18" type="bool" /> |
| <field name="Source Array Index" dword="21" bits="31:21" type="uint" /> |
| </instruction> |
| <instruction name="XY_FAST_COLOR_BLT" bias="2" length="16" engine="blitter"> |
| <field name="DWord Length" dword="0" bits="7:0" type="uint" default="14" /> |
| <field name="Special Mode of Operation" dword="0" bits="13:12" type="uint"> |
| <value name="NONE" value="0" /> |
| <value name="FAST_CLEAR_1" value="1" /> |
| <value name="FAST_CLEAR_0" value="2" /> |
| </field> |
| <field name="Color Depth" dword="0" bits="21:19" type="uint" prefix="XY_BPP"> |
| <value name="8_BIT" value="0" /> |
| <value name="16_BIT" value="1" /> |
| <value name="32_BIT" value="2" /> |
| <value name="64_BIT" value="3" /> |
| <value name="96_BIT" value="4" /> |
| <value name="128_BIT" value="5" /> |
| </field> |
| <field name="Opcode" dword="0" bits="28:22" type="uint" default="0x44" /> |
| <field name="Client" dword="0" bits="31:29" type="uint" default="2" /> |
| <field name="Destination Pitch" dword="1" bits="17:0" type="uint" /> |
| <field name="Destination Auxiliary Surface Mode" dword="1" bits="20:18" type="uint" prefix="XY_AUX"> |
| <value name="NONE" value="0" /> |
| <value name="CCS_E" value="5" /> |
| </field> |
| <field name="Destination MOCS" dword="1" bits="27:21" type="uint" nonzero="true" /> |
| <field name="Destination Control Surface Type" dword="1" bits="28:28" type="uint" /> |
| <field name="Destination Compression Enable" dword="1" bits="29:29" type="bool" /> |
| <field name="Destination Tiling" dword="1" bits="31:30" type="uint" prefix="XY_TILE"> |
| <value name="LINEAR" value="0" /> |
| <value name="X" value="1" /> |
| <value name="4" value="2" /> |
| <value name="64" value="3" /> |
| </field> |
| <field name="Destination X1" dword="2" bits="15:0" type="int" /> |
| <field name="Destination Y1" dword="2" bits="31:16" type="int" /> |
| <field name="Destination X2" dword="3" bits="15:0" type="int" /> |
| <field name="Destination Y2" dword="3" bits="31:16" type="int" /> |
| <field name="Destination Base Address" dword="4" bits="63:0" type="address" /> |
| <field name="Destination X Offset" dword="6" bits="13:0" type="uint" /> |
| <field name="Destination Y Offset" dword="6" bits="29:16" type="uint" /> |
| <field name="Destination Target Memory" dword="6" bits="31:31" type="uint" prefix="XY_MEM"> |
| <value name="LOCAL" value="0" /> |
| <value name="SYSTEM" value="1" /> |
| </field> |
| <group count="4" dword="7" size="32"> |
| <field name="Fill Color" dword="0" bits="31:0" type="uint" /> |
| </group> |
| <field name="Destination Compression Format" dword="11" bits="4:0" type="uint" /> |
| <field name="Destination Clear Value Enable" dword="11" bits="5:5" type="bool" /> |
| <field name="Destination Clear Address" dword="11" bits="47:6" type="address" /> |
| <field name="Destination Surface Height" dword="13" bits="13:0" type="uint" /> |
| <field name="Destination Surface Width" dword="13" bits="27:14" type="uint" /> |
| <field name="Destination Surface Type" dword="13" bits="31:29" type="uint" prefix="XY_SURFTYPE"> |
| <value name="1D" value="0" /> |
| <value name="2D" value="1" /> |
| <value name="3D" value="2" /> |
| <value name="CUBE" value="3" /> |
| </field> |
| <field name="Destination LOD" dword="14" bits="3:0" type="uint" /> |
| <field name="Destination Surface QPitch" dword="14" bits="18:4" type="uint" /> |
| <field name="Destination Surface Depth" dword="14" bits="31:21" type="uint" /> |
| <field name="Destination Horizontal Align" dword="15" bits="1:0" type="uint"> |
| <value name="HALIGN_16" value="0" /> |
| <value name="HALIGN_32" value="1" /> |
| <value name="HALIGN_64" value="2" /> |
| <value name="HALIGN_128" value="3" /> |
| </field> |
| <field name="Destination Vertical Align" dword="15" bits="4:3" type="uint"> |
| <value name="VALIGN_4" value="1" /> |
| <value name="VALIGN_8" value="2" /> |
| <value name="VALIGN_16" value="3" /> |
| </field> |
| <field name="Destination Mip Tail Start LOD" dword="15" bits="11:8" type="uint" /> |
| <field name="Destination Depth/Stencil Resource" dword="15" bits="18:18" type="bool" /> |
| <field name="Destination Array Index" dword="15" bits="31:21" type="uint" /> |
| </instruction> |
| <register name="BCS_AUX_TABLE_BASE_ADDR" length="2" num="0x4240"> |
| <field name="Address" dword="0" bits="63:0" type="uint" /> |
| </register> |
| <register name="BCS_CCS_AUX_INV" length="1" num="0x4248"> |
| <field name="Aux Inv" dword="0" bits="0:0" type="bool" /> |
| </register> |
| <register name="CCS_INSTDONE" length="1" num="0x1206c"> |
| <field name="Ring Enable" dword="0" bits="0:0" type="bool" /> |
| <field name="VFE Done" dword="0" bits="16:16" type="bool" /> |
| <field name="TSG Done" dword="0" bits="17:17" type="bool" /> |
| <field name="CS Done" dword="0" bits="21:21" type="bool" /> |
| </register> |
| <register name="CHICKEN_RASTER_1" length="1" num="0x6204"> |
| <field name="AA Line Quality Fix" dword="0" bits="5:5" type="bool" /> |
| <field name="AA Line Quality Fix Mask" dword="0" bits="21:21" type="bool" /> |
| </register> |
| <register name="CHICKEN_RASTER_2" length="1" num="0x6208"> |
| <field name="TBIMR Batch Size Override" dword="0" bits="1:1" type="bool" /> |
| <field name="TBIMR Open Batch Enable" dword="0" bits="4:4" type="bool" /> |
| <field name="TBIMR Fast Clip" dword="0" bits="5:5" type="bool" /> |
| <field name="TBIMR Batch Size Override Mask" dword="0" bits="17:17" type="bool" /> |
| <field name="TBIMR Open Batch Enable Mask" dword="0" bits="20:20" type="bool" /> |
| <field name="TBIMR Fast Clip Mask" dword="0" bits="21:21" type="bool" /> |
| </register> |
| <register name="COMMON_SLICE_CHICKEN1" length="1" num="0x7010"> |
| <field name="HIZ Plane Optimization disable bit" dword="0" bits="9:9" type="bool" /> |
| <field name="HIZ Plane Optimization disable bit Mask" dword="0" bits="25:25" type="bool" /> |
| </register> |
| <register name="INSTDONE_GEOM" length="1" num="0x666c"> |
| <field name="VFL Done" dword="0" bits="1:1" type="bool" /> |
| <field name="VS Done" dword="0" bits="2:2" type="bool" /> |
| <field name="HS Done" dword="0" bits="3:3" type="bool" /> |
| <field name="TE Done" dword="0" bits="4:4" type="bool" /> |
| <field name="DS Done" dword="0" bits="5:5" type="bool" /> |
| <field name="GS Done" dword="0" bits="6:6" type="bool" /> |
| <field name="SOL Done" dword="0" bits="7:7" type="bool" /> |
| <field name="CL Done" dword="0" bits="8:8" type="bool" /> |
| <field name="SF Done" dword="0" bits="9:9" type="bool" /> |
| <field name="TDG1 Done" dword="0" bits="11:11" type="bool" /> |
| <field name="URBM Done" dword="0" bits="13:13" type="bool" /> |
| <field name="SVG Done" dword="0" bits="14:14" type="bool" /> |
| <field name="TSG0 Done" dword="0" bits="17:17" type="bool" /> |
| <field name="SDE Done" dword="0" bits="22:22" type="bool" /> |
| </register> |
| <register name="L3SQCREG5" length="1" num="0xB158"> |
| <field name="L3 Cache Partial Write Merge Timer Initial Value" dword="0" bits="9:0" type="uint" /> |
| <field name="Compressible Partial Write Merge Enable" dword="0" bits="21:21" type="uint" /> |
| <field name="Coherent Partial Write Merge Enable" dword="0" bits="22:22" type="uint" /> |
| <field name="Cross-Tile Partial Write Merge Enable" dword="0" bits="23:23" type="uint" /> |
| </register> |
| <register name="MESH_INVOCATION_COUNT" length="2" num="0x26E0"> |
| <field name="MESH Invocation Counter" dword="0" bits="63:0" type="uint" /> |
| </register> |
| <register name="MESH_PRIMITIVE_COUNT" length="2" num="0x26D8"> |
| <field name="MESH Primitive Counter" dword="0" bits="63:0" type="uint" /> |
| </register> |
| <register name="ROW_INSTDONE" length="1" num="0xe164"> |
| <field name="BC Done" dword="0" bits="0:0" type="bool" /> |
| <field name="PSD Done" dword="0" bits="1:1" type="bool" /> |
| <field name="TDP Done" dword="0" bits="2:2" type="bool" /> |
| <field name="DAPR Done" dword="0" bits="3:3" type="bool" /> |
| <field name="CPSS Done" dword="0" bits="4:4" type="bool" /> |
| <field name="RT DONE RENDER" dword="0" bits="5:5" type="bool" /> |
| <field name="TDL Done" dword="0" bits="6:6" type="bool" /> |
| <field name="EU00 done SS1" dword="0" bits="7:7" type="bool" /> |
| <field name="EU01 done SS1" dword="0" bits="8:8" type="bool" /> |
| <field name="EU02 done SS1" dword="0" bits="9:9" type="bool" /> |
| <field name="EU03 done SS1" dword="0" bits="10:10" type="bool" /> |
| <field name="MA0 done SS1" dword="0" bits="11:11" type="bool" /> |
| <field name="IC Done" dword="0" bits="12:12" type="bool" /> |
| <field name="BTD DONE RENDER" dword="0" bits="13:13" type="bool" /> |
| <field name="RT DONE COMPUTE" dword="0" bits="14:14" type="bool" /> |
| <field name="MA0 Done SS0" dword="0" bits="15:15" type="bool" /> |
| <field name="EU00 Done SS0" dword="0" bits="16:16" type="bool" /> |
| <field name="EU01 Done SS0" dword="0" bits="17:17" type="bool" /> |
| <field name="EU02 Done SS0" dword="0" bits="18:18" type="bool" /> |
| <field name="EU03 Done SS0" dword="0" bits="19:19" type="bool" /> |
| <field name="BTD DONE COMPUTE" dword="0" bits="20:20" type="bool" /> |
| <field name="EU10 Done SS0" dword="0" bits="21:21" type="bool" /> |
| <field name="EU11 Done SS0" dword="0" bits="22:22" type="bool" /> |
| <field name="EU12 Done SS0" dword="0" bits="23:23" type="bool" /> |
| <field name="EU13 Done SS0" dword="0" bits="24:24" type="bool" /> |
| <field name="TSL Done" dword="0" bits="26:26" type="bool" /> |
| <field name="EU10 Done SS1" dword="0" bits="27:27" type="bool" /> |
| <field name="EU11 Done SS1" dword="0" bits="28:28" type="bool" /> |
| <field name="EU12 Done SS1" dword="0" bits="29:29" type="bool" /> |
| <field name="EU13 Done SS1" dword="0" bits="30:30" type="bool" /> |
| </register> |
| <register name="SAMPLER_INSTDONE" length="1" num="0xe160"> |
| <field name="SI Done" dword="0" bits="0:0" type="bool" /> |
| <field name="SVSM ADAPTER Done" dword="0" bits="1:1" type="bool" /> |
| <field name="SVSM ARB Done" dword="0" bits="2:2" type="bool" /> |
| <field name="SVSM Done" dword="0" bits="3:3" type="bool" /> |
| <field name="PL Done" dword="0" bits="4:4" type="bool" /> |
| <field name="DG Done" dword="0" bits="5:5" type="bool" /> |
| <field name="SSLA Done" dword="0" bits="6:6" type="bool" /> |
| <field name="ST ARB Done" dword="0" bits="7:7" type="bool" /> |
| <field name="ST Done" dword="0" bits="8:8" type="bool" /> |
| <field name="FT Done" dword="0" bits="9:9" type="bool" /> |
| <field name="MT Done" dword="0" bits="11:11" type="bool" /> |
| <field name="DM Done" dword="0" bits="12:12" type="bool" /> |
| <field name="BDM Done" dword="0" bits="13:13" type="bool" /> |
| <field name="SC Done" dword="0" bits="14:14" type="bool" /> |
| <field name="FL Done" dword="0" bits="15:15" type="bool" /> |
| <field name="SO Done" dword="0" bits="16:16" type="bool" /> |
| <field name="LSC L1BANK0 Idle" dword="0" bits="18:18" type="bool" /> |
| <field name="LSC L1BANK1 Idle" dword="0" bits="19:19" type="bool" /> |
| <field name="LSC L1BANK2 Idle" dword="0" bits="20:20" type="bool" /> |
| <field name="LSC L1BANK3 Idle" dword="0" bits="21:21" type="bool" /> |
| <field name="LSC SEQ0 Idle" dword="0" bits="22:22" type="bool" /> |
| <field name="LSC SEQ1 Idle" dword="0" bits="23:23" type="bool" /> |
| <field name="LSC SEQ2 Idle" dword="0" bits="24:24" type="bool" /> |
| <field name="LSC SEQ3 Idle" dword="0" bits="25:25" type="bool" /> |
| <field name="LSC SEQ INTF Idle" dword="0" bits="26:26" type="bool" /> |
| <field name="LSC L3 INTF Idle" dword="0" bits="27:27" type="bool" /> |
| <field name="VMEM SOARB0 Done" dword="0" bits="28:28" type="bool" /> |
| <field name="VMEM SOARB1 Done" dword="0" bits="29:29" type="bool" /> |
| <field name="VMEM L3REQARB0 Done" dword="0" bits="30:30" type="bool" /> |
| <field name="VMEM L3REQARB1 Done" dword="0" bits="31:31" type="bool" /> |
| </register> |
| <register name="SC_INSTDONE" length="1" num="0x7100"> |
| <field name="SVL Done" dword="0" bits="0:0" type="bool" /> |
| <field name="WMFE Done" dword="0" bits="1:1" type="bool" /> |
| <field name="WMBE Done" dword="0" bits="2:2" type="bool" /> |
| <field name="HIZ Done" dword="0" bits="3:3" type="bool" /> |
| <field name="IZFE Done" dword="0" bits="5:5" type="bool" /> |
| <field name="SBE Done" dword="0" bits="6:6" type="bool" /> |
| <field name="RCC Done" dword="0" bits="9:9" type="bool" /> |
| <field name="RCPBE Done" dword="0" bits="10:10" type="bool" /> |
| <field name="RCPFE Done" dword="0" bits="11:11" type="bool" /> |
| <field name="DAPB Done" dword="0" bits="12:12" type="bool" /> |
| <field name="DAPRBE Done" dword="0" bits="13:13" type="bool" /> |
| <field name="SARB Done" dword="0" bits="15:15" type="bool" /> |
| <field name="DC0 Done" dword="0" bits="16:16" type="bool" /> |
| <field name="DC1 Done" dword="0" bits="17:17" type="bool" /> |
| <field name="DC2 Done" dword="0" bits="18:18" type="bool" /> |
| <field name="DC3 Done" dword="0" bits="19:19" type="bool" /> |
| <field name="GW0 Done" dword="0" bits="20:20" type="bool" /> |
| <field name="GW1 Done" dword="0" bits="21:21" type="bool" /> |
| <field name="GW2 Done" dword="0" bits="22:22" type="bool" /> |
| <field name="GW3 Done" dword="0" bits="23:23" type="bool" /> |
| <field name="TDC Done" dword="0" bits="24:24" type="bool" /> |
| <field name="SFBE Done" dword="0" bits="25:25" type="bool" /> |
| <field name="PSS Done" dword="0" bits="26:26" type="bool" /> |
| <field name="AMFS Done" dword="0" bits="27:27" type="bool" /> |
| </register> |
| <register name="SC_INSTDONE_EXTRA" length="1" num="0x7104"> |
| <field name="RCC1 Done" dword="0" bits="9:9" type="bool" /> |
| <field name="RCPBE1 Done" dword="0" bits="10:10" type="bool" /> |
| <field name="RCPFE1 Done" dword="0" bits="11:11" type="bool" /> |
| <field name="DAPB1 Done" dword="0" bits="12:12" type="bool" /> |
| <field name="DAPRBE1 Done" dword="0" bits="13:13" type="bool" /> |
| <field name="DC4 Done" dword="0" bits="16:16" type="bool" /> |
| <field name="DC5 Done" dword="0" bits="17:17" type="bool" /> |
| <field name="DC6 Done" dword="0" bits="18:18" type="bool" /> |
| <field name="DC7 Done" dword="0" bits="19:19" type="bool" /> |
| <field name="GW4 Done" dword="0" bits="20:20" type="bool" /> |
| <field name="GW5 Done" dword="0" bits="21:21" type="bool" /> |
| <field name="GW6 Done" dword="0" bits="22:22" type="bool" /> |
| <field name="GW7 Done" dword="0" bits="23:23" type="bool" /> |
| <field name="TDC1 Done" dword="0" bits="24:24" type="bool" /> |
| <field name="PSS Done" dword="0" bits="26:26" type="bool" /> |
| </register> |
| <register name="SC_INSTDONE_EXTRA2" length="1" num="0x7108"> |
| <field name="RCC2 Done" dword="0" bits="9:9" type="bool" /> |
| <field name="RCPBE2 Done" dword="0" bits="10:10" type="bool" /> |
| <field name="RCPFE2 Done" dword="0" bits="11:11" type="bool" /> |
| <field name="DAPB2 Done" dword="0" bits="12:12" type="bool" /> |
| <field name="DAPRBE2 Done" dword="0" bits="13:13" type="bool" /> |
| </register> |
| <register name="TASK_INVOCATION_COUNT" length="2" num="0x26E8"> |
| <field name="TASK Invocation Counter" dword="0" bits="63:0" type="uint" /> |
| </register> |
| </genxml> |