v3d: Add support for the TMUWT instruction.

This instruction is used to ensure that TMU stores have been processed
before moving on.  In particular, you need any TMU ops to be done by the
time the shader ends.
This commit is contained in:
Eric Anholt
2017-12-14 09:28:42 -08:00
parent 7d36c866d2
commit 3471ce9985
5 changed files with 22 additions and 3 deletions

View File

@@ -940,6 +940,7 @@ VIR_A_ALU0(TIDX)
VIR_A_ALU0(EIDX)
VIR_A_ALU1(LDVPMV_IN)
VIR_A_ALU1(LDVPMV_OUT)
VIR_A_ALU0(TMUWT)
VIR_A_ALU0(FXCD)
VIR_A_ALU0(XCD)