broadcom/vc5: Add support for loading varyings in V3D 4.1.

The LDVARY signal now writes an arbitrary register, so I took out the
magic src register file and replaced it with an instruction with LDVARY
set so we have somewhere to hang a QFILE_TEMP destination for register
allocation.
This commit is contained in:
Eric Anholt
2018-01-11 11:53:13 -08:00
parent af9753e246
commit 368bab43fd
6 changed files with 13 additions and 17 deletions

View File

@@ -73,7 +73,6 @@ enum qfile {
* or physical registers later.
*/
QFILE_TEMP,
QFILE_VARY,
QFILE_UNIF,
QFILE_TLB,
QFILE_TLBU,