freedreno/ir3: extract helper for common consts
authorRob Clark <robdclark@gmail.com>
Mon, 30 Oct 2017 17:20:17 +0000 (13:20 -0400)
committerRob Clark <robdclark@gmail.com>
Sun, 12 Nov 2017 17:28:59 +0000 (12:28 -0500)
commitb267a0840443fbccee0b46653a14f3d278490761
treebc147349ab2c419beec6b16ed649356a714950a7
parent13fe1feb627752a0220882b1999bd8597fdbad3b
freedreno/ir3: extract helper for common consts

User consts and driver consts such as UBO addresses and immediates are
handled the same for all shader stages, so split out a shared helper for
these, to make it easier to add more.

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