Skip to content
Snippets Groups Projects
Commit dab8a916 authored by Neil Roberts's avatar Neil Roberts
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: <mesa/mesa!5621>
parent 71794567
No related branches found
No related tags found
No related merge requests found
......@@ -1037,6 +1037,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