SPIRV-Tools/source
Lei Zhang b6ccd0d891 Remove spv_validate_options_t and change tests accrodingly.
Users always want to run all the checks. The spv_validate_options_t
mechanism, which provides little benefits to users, complicates the
internal implementation and also makes the tests exercise different
paths as users do.

Right now the tests are more like integration tests instead of
unit tests, which should be our next refactoring aim.
2016-02-23 16:19:33 -05:00
..
util Rearrange headers 2016-02-17 14:49:44 -05:00
assembly_grammar.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
assembly_grammar.h Rearrange headers 2016-02-17 14:49:44 -05:00
binary.cpp Remove unnecessary null pointer checks 2016-02-18 23:43:25 +00:00
binary.h Rearrange headers 2016-02-17 14:49:44 -05:00
diagnostic.cpp Remove unnecessary null pointer checks 2016-02-18 23:43:25 +00:00
diagnostic.h Rearrange headers 2016-02-17 14:49:44 -05:00
disassemble.cpp Rearrange headers 2016-02-17 14:49:44 -05:00
ext_inst.cpp Some GLSL extended instructions depend on capabilities. 2016-02-17 13:37:30 -05:00
ext_inst.h Rearrange headers 2016-02-17 14:49:44 -05:00
instruction.cpp Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
instruction.h Rearrange headers 2016-02-17 14:49:44 -05:00
opcode.cpp Rearrange headers 2016-02-17 14:49:44 -05:00
opcode.h Rearrange headers 2016-02-17 14:49:44 -05:00
opcode.inc Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
opencl_std_ext_inst.inc Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
operand.cpp Add MultiViewport capability, new in 1.0.3 2016-02-17 15:29:05 -05:00
operand.h Rearrange headers 2016-02-17 14:49:44 -05:00
print.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
print.h Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
spirv_constant.h Rearrange headers 2016-02-17 14:49:44 -05:00
spirv_definition.h Add MultiViewport capability, new in 1.0.3 2016-02-17 15:29:05 -05:00
spirv_endian.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
spirv_endian.h Rearrange headers 2016-02-17 14:49:44 -05:00
spirv_operands.h Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
syntax_tables.patch Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
table.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
table.h Rearrange headers 2016-02-17 14:49:44 -05:00
text_handler.cpp getWord() should not go beyond the end of the source text. 2016-02-22 17:25:08 -05:00
text_handler.h Rearrange headers 2016-02-17 14:49:44 -05:00
text.cpp Remove unnecessary null pointer checks 2016-02-18 23:43:25 +00:00
text.h Rearrange headers 2016-02-17 14:49:44 -05:00
validate_cfg.cpp Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_id.cpp Rearrange headers 2016-02-17 14:49:44 -05:00
validate_instruction.cpp Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00
validate_layout.cpp Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00
validate_passes.h Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_ssa.cpp Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00
validate_types.cpp Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00
validate.cpp Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00
validate.h Remove spv_validate_options_t and change tests accrodingly. 2016-02-23 16:19:33 -05:00