freedreno/a3xx-a6xx+ir3: move emit_const* to screen
authorRob Clark <robdclark@chromium.org>
Thu, 1 Aug 2019 01:20:52 +0000 (18:20 -0700)
committerRob Clark <robdclark@chromium.org>
Tue, 13 Aug 2019 15:11:26 +0000 (08:11 -0700)
commit684f4b584304ac32cf025067072e5d819b571d73
treef34221c30a6ff6895679445f7745de45e453dd00
parent566f2281c5f1057a0de9633fad3a91906355731e
freedreno/a3xx-a6xx+ir3: move emit_const* to screen

These don't need to be in context, and we'll need them in screen in a
later patch.  Plus it's a good cleanup.

Signed-off-by: Rob Clark <robdclark@chromium.org>
src/gallium/drivers/freedreno/a3xx/fd3_emit.c
src/gallium/drivers/freedreno/a4xx/fd4_emit.c
src/gallium/drivers/freedreno/a5xx/fd5_emit.c
src/gallium/drivers/freedreno/a6xx/fd6_emit.c
src/gallium/drivers/freedreno/freedreno_context.h
src/gallium/drivers/freedreno/freedreno_screen.h
src/gallium/drivers/freedreno/ir3/ir3_gallium.c