SPIRV-Tools/source
David Neto 58c4e1d57a Add GLSL instructions NMin, NMax, NClamp
These appear first in GLSL.std.450 in 1.0 Rev3
2016-02-17 13:35:13 -05:00
..
assembly_grammar.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
assembly_grammar.h Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
binary.cpp Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
binary.h Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
diagnostic.cpp Function and block layout checks. very basic CFG. 2016-01-13 10:06:58 -05:00
diagnostic.h Function and block layout checks. very basic CFG. 2016-01-13 10:06:58 -05:00
disassemble.cpp Add disassembler option to show byte offset 2016-01-20 17:07:30 -05:00
ext_inst.cpp Add GLSL instructions NMin, NMax, NClamp 2016-02-17 13:35:13 -05:00
ext_inst.h Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
instruction.cpp Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
instruction.h Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
opcode.cpp Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
opcode.h Make IsTypeNullable a transitive check. 2016-02-04 15:34:47 -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 Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
operand.h Add spvOperandIsConcreteMask 2016-02-02 12:05:34 -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 Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
spirv_definition.h Use AssemblyGrammar for capability validation. 2016-02-02 11:40:05 -05:00
spirv_endian.cpp Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
spirv_endian.h Extend copyright to 2016. 2016-01-07 13:44:22 -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 Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
text_handler.cpp Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
text_handler.h Fixed internal compiler error in gcc-4.9. 2016-02-17 13:07:33 -05:00
text.cpp Use syntax tables for SPIR-V 1.0 Rev3 2016-02-16 16:47:04 -05:00
text.h Extend copyright to 2016. 2016-01-07 13:44:22 -05:00
validate_cfg.cpp Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_id.cpp Make IsTypeNullable a transitive check. 2016-02-04 15:34:47 -05:00
validate_instruction.cpp Validation of mask operand capabilities is more data driven 2016-02-02 12:12:48 -05:00
validate_layout.cpp Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_passes.h Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_ssa.cpp Track uses and defs during parsing. 2016-01-20 17:00:58 -05:00
validate_types.cpp Use AssemblyGrammar for capability validation. 2016-02-02 11:40:05 -05:00
validate.cpp Use AssemblyGrammar for capability validation. 2016-02-02 11:40:05 -05:00
validate.h Use AssemblyGrammar for capability validation. 2016-02-02 11:40:05 -05:00