SPIRV-Tools/source
dan sinclair a3e3869540
Convert validation to use libspriv::Instruction where possible. (#1663)
For the instructions which execute after the IdPass check we can provide
the Instruction instead of the spv_parsed_instruction_t. This
Instruction class provides a bit more context (like the source line)
that is not available from spv_parsed_instruction_t.
2018-07-10 10:57:52 -04:00
..
comp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
link Move link/ code to anonymous namespace (#1679) 2018-07-09 14:32:31 -04:00
opt Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
util Move utils/ to spvtools::utils 2018-07-06 16:47:46 -04:00
val Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
assembly_grammar.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
assembly_grammar.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
binary.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
binary.h Support building under CYGWIN 2016-12-21 10:34:23 -05:00
cfa.h Fixes compile errors generated with -Wpedantic 2018-03-22 09:40:11 -04:00
CMakeLists.txt Validate static uses of interfaces 2018-06-13 10:56:14 -04:00
diagnostic.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
diagnostic.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
disassemble.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
disassemble.h Adding ostream operators for IR structures 2018-01-12 11:19:58 -05:00
enum_set.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
enum_string_mapping.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
enum_string_mapping.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
ext_inst.cpp Add a WIP WebGPU environment. It disallows OpUndef 2018-06-21 15:53:15 -04:00
ext_inst.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
extensions.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
extensions.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
extinst.debuginfo.grammar.json Add asm, dis support for DebugInfo extended instruction set 2017-12-22 09:39:36 -05:00
extinst.spv-amd-gcn-shader.grammar.json Fix spelling in SPV_AMD_gcn_shader support 2017-04-03 14:59:18 -04:00
extinst.spv-amd-shader-ballot.grammar.json Add support for SPV AMD extensions 2017-06-21 15:08:07 -04:00
extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json Add support for SPV AMD extensions 2017-06-21 15:08:07 -04:00
extinst.spv-amd-shader-trinary-minmax.grammar.json Add support for SPV AMD extensions 2017-06-21 15:08:07 -04:00
id_descriptor.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
id_descriptor.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
instruction.h Refactor include of latest spir-v header versions 2017-12-14 11:18:20 -05:00
latest_version_glsl_std_450_header.h Use SPIR-V headers from "unified1" directory 2018-01-31 15:36:50 -05:00
latest_version_opencl_std_header.h Use SPIR-V headers from "unified1" directory 2018-01-31 15:36:50 -05:00
latest_version_spirv_header.h Use SPIR-V headers from "unified1" directory 2018-01-31 15:36:50 -05:00
libspirv.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
macro.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
message.cpp spirv-val prints warnings 2017-03-17 12:48:51 -04:00
message.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
name_mapper.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
name_mapper.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
opcode.cpp Instruction lookup succeeds if it's enabled by a capability 2018-06-20 10:44:03 -04:00
opcode.h Add Dead insert elmination back in. 2018-04-24 10:10:30 -04:00
operand.cpp Operand lookup succeeds if it's enabled by a capability 2018-06-11 19:27:52 -04:00
operand.h Migrate to use unified grammar tables 2018-03-17 15:25:26 -04:00
parsed_operand.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
parsed_operand.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
print.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
print.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
software_version.cpp Add missing function parameters in libspirv.h 2018-04-03 10:10:43 -04:00
spirv_constant.h Fixes #1433. Validate binary version 2018-04-06 22:41:50 -04:00
spirv_definition.h Refactor include of latest spir-v header versions 2017-12-14 11:18:20 -05:00
spirv_endian.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
spirv_endian.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
spirv_stats.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
spirv_stats.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
spirv_target_env.cpp Add a WIP WebGPU environment. It disallows OpUndef 2018-06-21 15:53:15 -04:00
spirv_target_env.h Fixes #1433. Validate binary version 2018-04-06 22:41:50 -04:00
spirv_validator_options.cpp Add validation for structs decorated as Block or BufferBlock. 2018-06-26 14:23:18 -04:00
spirv_validator_options.h Add validation for structs decorated as Block or BufferBlock. 2018-06-26 14:23:18 -04:00
table.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
table.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
text_handler.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
text_handler.h Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
text.cpp Change libspirv to spvtools namespace (#1678) 2018-07-07 09:38:00 -04:00
text.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
validate_adjacency.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
validate_arithmetics.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_atomics.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_barriers.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_bitwise.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_builtins.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
validate_capability.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
validate_cfg.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_composites.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_conversion.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_datarules.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_decorations.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_derivatives.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_ext_inst.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_id.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
validate_image.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_instruction.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_interfaces.cpp Move the validation code into the val:: namespace (#1682) 2018-07-09 23:18:44 -04:00
validate_layout.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_literals.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_logicals.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_non_uniform.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_primitives.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate_type_unique.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate.cpp Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00
validate.h Convert validation to use libspriv::Instruction where possible. (#1663) 2018-07-10 10:57:52 -04:00