freedreno/a6xx: make sure binning pass constlen is large enough
authorRob Clark <robdclark@chromium.org>
Thu, 16 May 2019 18:34:13 +0000 (11:34 -0700)
committerRob Clark <robdclark@chromium.org>
Mon, 20 May 2019 16:10:12 +0000 (09:10 -0700)
commitabfb31acdb673083296d010dfc6920992369989c
treefa58193fbcdd48cf9df113ba4f13066100884932
parentd200d58e65d5e1836be1bd0dbea3c4c6b8edae48
freedreno/a6xx: make sure binning pass constlen is large enough

Since we use same constant state for both binning pass program state and
draw pass state, and it is possible for binning pass shader to use fewer
consts, we need to make sure we program a large enough constlen.

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