freedreno/a6xx: fix constlen
authorRob Clark <robdclark@gmail.com>
Wed, 26 Sep 2018 20:29:46 +0000 (16:29 -0400)
committerRob Clark <robdclark@gmail.com>
Thu, 27 Sep 2018 19:33:10 +0000 (15:33 -0400)
commit19e9d286464d1941f731f0d84402725f918623d6
tree760400b7e9ce5961754db658f43854d88cb06d76
parent12de415ad1abb67863f6efb7394552a12b9e3b4b
freedreno/a6xx: fix constlen

Fix a few bits of confusion, as with previous gen's constlen is aligned
to 4, and value in bitfield is left-shifted by 2 (ie. divided by 4).
But this is done by the CONSTLEN() accessor/builder fxn, so don't do it
twice.  Also HLSQ_FS_CNTL.CONSTLEN is not special.

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a6xx/fd6_program.c