Skip to content
Snippets Groups Projects
Commit c8a688b9 authored by Neil Roberts's avatar Neil Roberts Committed by Eric Engestrom
Browse files

v3d: Add missing macro for stvpmd instruction


stvpmd is like stvpmv but it scatters the output. It can be used with
non-dynamically uniform offsets.

Reviewed-by: default avatarIago Toral Quiroga <itoral@igalia.com>
Part-of: <!5621>
(cherry picked from commit dab8a916)
parent a9830de4
No related branches found
Tags mesa-18.3.0-rc5
No related merge requests found
......@@ -3685,7 +3685,7 @@
"description": "v3d: Add missing macro for stvpmd instruction",
"nominated": false,
"nomination_type": null,
"resolution": 4,
"resolution": 1,
"master_sha": null,
"because_sha": null
},
......
......@@ -1038,6 +1038,7 @@ VIR_A_ALU2(XOR)
VIR_A_ALU2(VADD)
VIR_A_ALU2(VSUB)
VIR_A_NODST_2(STVPMV)
VIR_A_NODST_2(STVPMD)
VIR_A_ALU1(NOT)
VIR_A_ALU1(NEG)
VIR_A_ALU1(FLAPUSH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment