pan/va: Add indirect LEA_{ATTR, TEX}
For parity with Bifrost. We might need these for images. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15756>
This commit is contained in:
@@ -970,6 +970,22 @@
|
||||
<imm name="index" start="20" size="4"/>
|
||||
</ins>
|
||||
|
||||
<ins name="LEA_ATTR" title="Load effective address of image texel" opcode="0x77" opcode2="0" unit="LS">
|
||||
<desc>
|
||||
Load the effective address of an attribute specified with the
|
||||
given index. Returns three staging register: the low/high
|
||||
32-bits of the address and the internal conversion descriptor.
|
||||
</desc>
|
||||
<vecsize/>
|
||||
<slot/>
|
||||
<sr_count/>
|
||||
<mod name="descriptor_type" start="128" size="1" implied="true"/>
|
||||
<sr write="true"/>
|
||||
<src>Vertex index</src>
|
||||
<src>Instance index</src>
|
||||
<src>Attribute index and table</src>
|
||||
</ins>
|
||||
|
||||
<ins name="LEA_TEX_IMM" title="Load effective address of image texel" opcode="0x67" opcode2="1" unit="LS">
|
||||
<desc>
|
||||
Load the effective address of a texel from the image specified with the
|
||||
@@ -992,6 +1008,27 @@
|
||||
<imm name="index" start="20" size="4"/>
|
||||
</ins>
|
||||
|
||||
<ins name="LEA_TEX" title="Load effective address of image texel" opcode="0x77" opcode2="1" unit="LS">
|
||||
<desc>
|
||||
Load the effective address of a texel from the image specified with the
|
||||
given index. Returns three staging register: the low/high
|
||||
32-bits of the address and the internal conversion descriptor. The format
|
||||
of the internal conversion descriptor is compatible with Bifrost but
|
||||
omits the register format, as this is specified with the ST_CVT
|
||||
instruction on Valhall.
|
||||
|
||||
Coordinates are specified as 16-bit integers, packed into 32-bit sources.
|
||||
</desc>
|
||||
<vecsize/>
|
||||
<slot/>
|
||||
<sr_count/>
|
||||
<mod name="descriptor_type" start="128" size="1" implied="true"/>
|
||||
<sr write="true"/>
|
||||
<src>X/Y coordinates (16:16)</src>
|
||||
<src>Z/W coordinates (16:16)</src>
|
||||
<src>Index and table</src>
|
||||
</ins>
|
||||
|
||||
<ins name="LD_BUFFER.i8" title="Global memory load" opcode="0x6a" opcode2="0" unit="LS">
|
||||
<desc>
|
||||
Loads a buffer descriptor. If bits 25...31 of the mode descriptor are
|
||||
|
Reference in New Issue
Block a user