SPIRV-Tools/test/val
Ehsan Nasiri 9c71c572e5 Check BuiltIn Decoration rules.
When applied to a structure-type member, all members of that structure
type must also be decorated with BuiltIn. (No allowed mixing of built-in
variables and non-built-in variables within a single structure.)

When applied to a structure-type member, that structure type cannot be
contained as a member of another structure type.

There is at most one object per Storage Class that can contain a
structure type containing members decorated with BuiltIn, consumed per
entry-point.
2017-01-19 16:01:06 -05:00
..
CMakeLists.txt Adding decoration class and tests. 2017-01-16 16:52:08 -05:00
val_capability_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_cfg_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_data_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_decoration_test.cpp Check BuiltIn Decoration rules. 2017-01-19 16:01:06 -05:00
val_fixtures.cpp Introducing a new flow for running the Validator. 2017-01-13 16:07:03 -05:00
val_fixtures.h Introducing a new flow for running the Validator. 2017-01-13 16:07:03 -05:00
val_id_test.cpp Check BuiltIn Decoration rules. 2017-01-19 16:01:06 -05:00
val_layout_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_limits_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_ssa_test.cpp Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -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 Validation of OpEntryPoint usage. 2017-01-13 16:15:11 -05:00
val_validation_state_test.cpp Introducing a new flow for running the Validator. 2017-01-13 16:07:03 -05:00