Extension allows multiple same OpTypePointer types
authorAndrey Tuganov <andreyt@google.com>
Tue, 29 Aug 2017 20:25:23 +0000 (16:25 -0400)
committerDavid Neto <dneto@google.com>
Fri, 1 Sep 2017 14:14:15 +0000 (10:14 -0400)
commit725284c2ef838dd3b5708fde359d77b2aab78462
tree9c015f3509d7680ccbd9dad016a09f5ef566474d
parentfc60d1e758a818b5314674b0efafc04eec40120d
Extension allows multiple same OpTypePointer types

SPV_KHR_variable_pointers allows OpTypePointer to declare multiple
pointer identical types.

https://github.com/KhronosGroup/SPIRV-Tools/issues/781
source/validate_type_unique.cpp
test/val/val_type_unique_test.cpp