John Kessenich 9c14f77f5d AST/SPV: Fix #930: translate uvec4 <-> uint64 for SubgroupGeMask et. al.
On reading built-in variables SubgroupEqMask, SubgroupGeMask, SubgroupGtMask,
SubgroupLeMask, and SubgroupLtMask, the AST expects 64-bit ints, while SPIR-V
is defined as vectors of 32-bit ints.

The declaration type has to be translated in the opposite direction.
2019-06-18 00:36:17 -06:00
..
2019-05-23 19:06:44 -05:00
2018-08-07 03:16:20 +09:00
2019-02-25 23:42:59 -06:00
2018-08-07 03:16:20 +09:00