nir/spirv: move 'type' into the union
authorConnor Abbott <connor.w.abbott@intel.com>
Thu, 2 Jul 2015 19:55:25 +0000 (12:55 -0700)
committerConnor Abbott <connor.w.abbott@intel.com>
Mon, 6 Jul 2015 22:00:37 +0000 (15:00 -0700)
commitf9bb95ad4a492727484a268844ee2cfff4252ac9
treeeb61ef68ff1e6f9201bf2eb3b0fe8c2eeebdf624
parentd5dccc1e7aeca55a495e29469bfee17e14f27370
nir/spirv: move 'type' into the union

Since SSA values now have their own types, it's more convenient to make
'type' only used when we want to look up an actual SPIR-V type, since
we're going to change its type soon to support various decorations that
are handled at the SPIR-V -> NIR level.
src/glsl/nir/spirv_to_nir.c
src/glsl/nir/spirv_to_nir_private.h