v3d: Add support for register-allocating a ldunif to a QFILE_TEMP.
authorEric Anholt <eric@anholt.net>
Tue, 26 Feb 2019 17:19:40 +0000 (09:19 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Mar 2019 20:57:39 +0000 (12:57 -0800)
commit4036fce8fd75277567894afc595e16a4742d4587
tree776699805cea713d61d9cbf32bcfa63ac652f347
parent70df3882197853ab50fd41984ae2a6f9a412223a
v3d: Add support for register-allocating a ldunif to a QFILE_TEMP.

On V3D 4.x, we can use ldunifrf to load uniforms to any register, and this
will let us schedule the ldunif wherever we want in the program.
src/broadcom/compiler/v3d_compiler.h
src/broadcom/compiler/vir_register_allocate.c