pan/va: Add LEA_BUF

Adds the non-immediate version of LEA_BUF_IMM.

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37007>
This commit is contained in:
Lars-Ivar Hesselberg Simonsen
2025-10-20 14:46:48 +02:00
committed by Marge Bot
parent 68a14e8166
commit a9e3b679f1
+12
View File
@@ -1284,6 +1284,18 @@
<src size="32">Mode descriptor</src>
</ins>
<ins name="LEA_BUF" title="Load buffer effective address" message="attribute" opcode="0x6E" unit="LS">
<desc>
Load effective address of a buffer with an offset added.
</desc>
<sr write="true"/>
<sr_count count="2"/>
<slot/>
<src size="32">Structure index</src>
<src size="32">Mode descriptor</src>
</ins>
<ins name="LEA_BUF_IMM" title="Load buffer effective address" message="attribute" opcode="0x5E" unit="LS">
<desc>
Load effective address of a buffer with an immediate offset added.