SPIRV-Tools/test/val
Umar Arshad a6ef1ea29e Fix forward reference issues with forword pointer
* Allows OpTypeForwardPointer to reference IDs not yet declared in
  the module
* Allows OpTypeStruct to reference IDs not yet declared in
  the module

Possible Issue: OpTypeStruct should only allow forward references
if the ID is a pointer that is referenced by a forward pointer. Need
Type support in Validator which is currently a work in progress.
2016-09-22 16:54:02 -04:00
..
CMakeLists.txt Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
Validate.Capability.cpp Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
Validate.CFG.cpp Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
Validate.Layout.cpp Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
Validate.SSA.cpp Fix forward reference issues with forword pointer 2016-09-22 16:54:02 -04:00
Validate.Storage.cpp Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
ValidateFixtures.cpp Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
ValidateFixtures.h Create separate binaries for validation tests. 2016-09-07 17:43:15 -04:00
ValidateID.cpp Fix validator: OpUndef can be member of a constant composite 2016-09-14 15:21:09 -04:00
ValidationState.cpp Add a callback mechanism for communicating messages to callers. 2016-09-15 12:35:48 -04:00