nir/spirv: fix a bad assertion in the decoration handling
authorConnor Abbott <connor.w.abbott@intel.com>
Sat, 4 Jul 2015 22:46:58 +0000 (15:46 -0700)
committerConnor Abbott <connor.w.abbott@intel.com>
Mon, 6 Jul 2015 22:00:37 +0000 (15:00 -0700)
commit73351c6a18ee0104739b75555f82dc407885a559
tree4674190846fa1ee167d9943c75c8e5a6198f5edb
parent70d2336e7ef38112ab2b72abce4e2c97be00eb96
nir/spirv: fix a bad assertion in the decoration handling

We should be asserting that the parent decoration didn't hand us
a member if the child decoration did, but different child decorations
may obviously have different members.
src/glsl/nir/spirv_to_nir.c