freedreno: a2xx: fix order of NIR opts
authorJonathan Marek <jonathan@marek.ca>
Thu, 1 Aug 2019 18:38:18 +0000 (14:38 -0400)
committerJonathan Marek <jonathan@marek.ca>
Fri, 2 Aug 2019 15:58:22 +0000 (15:58 +0000)
commit43dbd7d603a6b2cc91e62d3ecbffe57bebdda2d4
tree2351522aced2857ce7c95de5559900c4d9064db7
parent57e980a4fbf2109c876f057f84e9a1119725773b
freedreno: a2xx: fix order of NIR opts

int_to_float needs to come after bool_to_float, and lower_to_source_mods
needs to come after both, since they don't deal wih source mods.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Rob Clark <robdclark@chromium.org>
src/gallium/drivers/freedreno/a2xx/ir2_nir.c