SPIRV-Tools/source/val
Ehsan Nasiri 4b26d514ef Validate the number of global and local variables.
According to the Universal Limits section of the SPIR-V Spec (2.17), the
number of global variables may not exceed 65,535 and the number of local
variables may not exceed 524,287.

Also added unit tests for each one.
2016-12-01 16:04:13 -05:00
..
basic_block.cpp Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
basic_block.h Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
construct.cpp Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
construct.h Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
function.cpp Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
function.h Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
instruction.cpp Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
instruction.h Rename validation source files to comply with Google style guide. 2016-11-08 17:19:56 -08:00
validation_state.cpp Validate the number of global and local variables. 2016-12-01 16:04:13 -05:00
validation_state.h Validate the number of global and local variables. 2016-12-01 16:04:13 -05:00