SPIRV-Tools/test/val
Steven Perron b407163ef3
Checks for variable pointers (#1976)
In logical addressing mode, we are not allowed to generate variables
pointers.  There is already a check for OpSelect.  However, OpPhi 
and OpPtrAccessChain are not checked to make sure it does not 
generate an variable pointer.  I've added those checks.

Fixes #1957.
2018-10-16 14:57:55 -04:00
..
CMakeLists.txt Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_adjacency_test.cpp Validator: function scope variable at start of entry block #1923 2018-10-04 15:05:47 -04:00
val_arithmetics_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_atomics_test.cpp allow atomics on Function pointers for OpenCL (#1955) 2018-10-09 11:33:01 -04:00
val_barriers_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_bitwise_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_builtins_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_capability_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_cfg_test.cpp Checks for variable pointers (#1976) 2018-10-16 14:57:55 -04:00
val_composites_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_conversion_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_data_test.cpp Validator: FPRoundingMode decoration (#1482) 2018-10-05 13:33:03 -04:00
val_decoration_test.cpp validator: FPRoundingMode can apply to vector conversions 2018-10-15 17:22:50 -04:00
val_derivatives_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_explicit_reserved_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_ext_inst_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_extensions_test.cpp Change handling of unknown extentions in validtor. (#1951) 2018-10-03 15:59:40 -04:00
val_fixtures.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_id_test.cpp Checks for variable pointers (#1976) 2018-10-16 14:57:55 -04:00
val_image_test.cpp Validating for new image operands 2018-10-11 17:47:18 -04:00
val_interfaces_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_layout_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_limits_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_literals_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_logicals_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_modes_test.cpp Validator: TaskNV can use LocalSize or LocalSizeId (#1970) 2018-10-12 08:54:52 -04:00
val_non_uniform_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_primitives_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_ssa_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_state_test.cpp Change handling of unknown extentions in validtor. (#1951) 2018-10-03 15:59:40 -04:00
val_storage_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_type_unique_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_validation_state_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_version_test.cpp Add validation for execution modes 2018-10-02 10:22:23 -04:00
val_webgpu_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00