spirv: Add theoretical support for single component pointers
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 19 Oct 2017 00:58:11 +0000 (17:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 6 Dec 2017 06:01:54 +0000 (22:01 -0800)
commit992aabf2393f22969a3333a3f680384f752ffd1b
treef105cdc4a68b48d5d6d52a6769d44f74a8b2bd38
parent843c192e2be3d194f4640a273f4efde561bcc8fc
spirv: Add theoretical support for single component pointers

Up until now, all pointers have been ivec2s.  We're about to add support
for pointers to workgroup storage and those are going to be uints.

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/compiler/spirv/vtn_variables.c