SPIRV-Tools/test/val
Ehsan Nasiri 8c414eb579 Adding validation code for OpTypeStruct.
According to the Data Rules section of 2.16.1. Universal Validation
Rules of the SPIR-V Spec:

Forward reference operands in an OpTypeStruct
* must be later declared with OpTypePointer
* the type pointed to must be an OpTypeStruct
* had an earlier OpTypeForwardPointer forward reference to the same <id>
2016-11-16 16:41:56 -05:00
..
CMakeLists.txt Rename validation tests to comply with Google style guide. 2016-11-08 17:19:11 -08:00
val_capability_test.cpp Adding validation code for more data rules. 2016-11-15 13:38:39 -05:00
val_cfg_test.cpp Rename validation tests to comply with Google style guide. 2016-11-08 17:19:11 -08:00
val_data_test.cpp Adding validation code for OpTypeStruct. 2016-11-16 16:41:56 -05:00
val_fixtures.cpp Rename validation tests to comply with Google style guide. 2016-11-08 17:19:11 -08:00
val_fixtures.h Rename validation tests to comply with Google style guide. 2016-11-08 17:19:11 -08:00
val_id_test.cpp Adding validation code for more data rules. 2016-11-15 13:38:39 -05:00
val_layout_test.cpp Adding validation code for more data rules. 2016-11-15 13:38:39 -05:00
val_ssa_test.cpp Adding validation code for more data rules. 2016-11-15 13:38:39 -05:00
val_state_test.cpp Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
val_storage_test.cpp Rename validation tests to comply with Google style guide. 2016-11-08 17:19:11 -08:00