radeonsi: move si_nir_load_input_gs() to si_shader.c
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 1 Mar 2018 04:17:34 +0000 (15:17 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 6 Mar 2018 00:44:06 +0000 (11:44 +1100)
commit2a68c6c6c8785e3f844791475df8423a6968ddfd
treeaf7c19551b27bd09e08d7ad9f004add980ec351a
parent9ea90ffb98fbb5eac4cec5660a1ca2253c3a3e25
radeonsi: move si_nir_load_input_gs() to si_shader.c

All the tess shader and tgsi equivalents are here and it allows
use to use llvm_type_is_64bit() in the following patch without
exposing it externally.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/radeonsi/si_shader.c
src/gallium/drivers/radeonsi/si_shader_internal.h
src/gallium/drivers/radeonsi/si_shader_nir.c