SPIRV-Tools/test/val
David Neto 0d3b8329a4 Make enums for all currently published extensions
Use the list from the SPIR-V registry page.  Also, capture it as
a string so it's much easier to update via copy-paste.

The validator will accept modules that declare these known
extensions.  However, we might not know about new tokens or
instructions declared in them.  For that we need grammar updates
applied to SPIRV-Headers.
2017-09-02 15:10:52 -04:00
..
CMakeLists.txt Validator parses and registers OpExtension 2017-03-09 15:28:33 -05:00
val_capability_test.cpp Updated capabilites for SampleMask 2017-08-24 10:00:39 -04:00
val_cfg_test.cpp Fixes issue #489. 2017-03-02 10:06:29 -05:00
val_data_test.cpp Validator checks if operands require extension 2017-03-14 13:39:43 -04:00
val_decoration_test.cpp Fixes issue #489. 2017-03-02 10:06:29 -05:00
val_extensions_test.cpp Make enums for all currently published extensions 2017-09-02 15:10:52 -04:00
val_fixtures.cpp Fix nullptr dereferencing in val_fixtures.cpp 2017-03-08 15:41:46 -05:00
val_fixtures.h Add command line options struct for the validator 2017-02-28 12:00:06 -05:00
val_id_test.cpp Support SPV_KHR_storage_buffer_storage_class 2017-04-07 09:54:38 -04:00
val_instructions_test.cpp Fixes issue #548 2017-02-16 16:32:33 -05:00
val_layout_test.cpp Fixes issue #489. 2017-03-02 10:06:29 -05:00
val_limits_test.cpp Add command line options struct for the validator 2017-02-28 12:00:06 -05:00
val_ssa_test.cpp The Signedness in OpTypeInt must always be 0. 2017-02-10 12:21:16 -05:00
val_state_test.cpp Validator checks if operands require extension 2017-03-14 13:39:43 -04:00
val_storage_test.cpp The Signedness in OpTypeInt must always be 0. 2017-02-10 12:21:16 -05:00
val_type_unique_test.cpp Extension allows multiple same OpTypePointer types 2017-09-01 10:14:15 -04:00
val_validation_state_test.cpp Add command line options struct for the validator 2017-02-28 12:00:06 -05:00