SPIRV-Tools/source/val
2019-02-20 11:50:57 -05:00
..
basic_block.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
basic_block.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
construct.cpp Fix bug in construct block calculation (#1964) 2018-10-10 11:14:01 -04:00
construct.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
decoration.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
function.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
function.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
instruction.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
instruction.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
validate_adjacency.cpp Add passes to propagate and eliminate redundant line instructions (#2027). (#2039) 2018-11-15 14:06:17 -05:00
validate_annotation.cpp Add whitelist for decorations in WebGPU (#2346) 2019-01-31 16:25:46 -05:00
validate_arithmetics.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
validate_atomics.cpp SPV_EXT_physical_storage_buffer (#2267) 2019-01-07 13:19:24 -05:00
validate_barriers.cpp Merge two implementations of ValidateMemorySemantics (#2175) 2018-12-06 14:38:15 -05:00
validate_bitwise.cpp Update diag() usage in validate_bitwise. (#1757) 2018-08-01 09:19:37 -04:00
validate_builtins.cpp Add WebGPU specific validation for WorkgroupSize BuiltIn decoration (#2334) 2019-01-30 17:01:17 -05:00
validate_capability.cpp Allow Float16/Int8 for Vulkan 1.0 (#2153) 2018-12-03 12:50:12 -05:00
validate_cfg.cpp spirv-val: Emit an error when an OpSwitch target is not an OpLabel (#2298) 2019-01-24 12:11:49 -05:00
validate_composites.cpp Validate component literals for OpVectorShuffle in WebGPU environment (#2077) 2018-11-19 14:32:18 -05:00
validate_constants.cpp Permit UConvert spec-constant op for SPV_AMD_gpu_shader_int16 (#2264) 2019-01-08 19:00:18 -05:00
validate_conversion.cpp SPV_EXT_physical_storage_buffer (#2267) 2019-01-07 13:19:24 -05:00
validate_datarules.cpp Check forward reference in OpTypeArray. (#2307) 2019-01-21 12:10:25 -05:00
validate_debug.cpp Validate that debugging instructions are not present for WebGPU (#2089) 2018-11-20 16:12:28 -05:00
validate_decorations.cpp In Vulkan, disallow BufferBlock on StorageBuffer variables (#2380) 2019-02-20 11:50:57 -05:00
validate_derivatives.cpp Add support for Nvidia Turing extensions 2018-09-19 20:46:14 -04:00
validate_execution_limitations.cpp Split function opcode validation into new files. 2018-08-13 17:04:57 -04:00
validate_extensions.cpp Ensure that only whitelisted extensions are used in WebGPU (#2127) 2018-11-28 10:49:05 -05:00
validate_function.cpp Move usage detection to after all instructions are registered (#2378) 2019-02-13 14:06:56 -05:00
validate_id.cpp Broader check for ids that require a type (#2259) 2019-01-03 13:55:43 -05:00
validate_image.cpp Check device scope for Vulkan memory model (#2149) 2018-12-03 17:15:47 -05:00
validate_instruction.cpp Ensure correct Addressing and Memory model set for WebGPU (#2093) 2018-11-21 16:41:59 -05:00
validate_interfaces.cpp Fixing instances of iteration over unordered containers 2018-08-23 14:49:10 -04:00
validate_layout.cpp Update diag() calls in validate_layout. (#1770) 2018-08-01 12:01:35 -04:00
validate_literals.cpp Update diag() calls in validate_literals. (#1771) 2018-08-01 12:41:46 -04:00
validate_logicals.cpp SPV_EXT_physical_storage_buffer (#2267) 2019-01-07 13:19:24 -05:00
validate_memory_semantics.cpp Remove check for SpvCapabilityAtomicStorage (#2243) 2018-12-18 13:34:30 -05:00
validate_memory_semantics.h Merge two implementations of ValidateMemorySemantics (#2175) 2018-12-06 14:38:15 -05:00
validate_memory.cpp Add helper for 'is Vulkan or WebGPU' (#2324) 2019-01-23 13:07:03 -05:00
validate_mode_setting.cpp Validator: TaskNV can use LocalSize or LocalSizeId (#1970) 2018-10-12 08:54:52 -04:00
validate_non_uniform.cpp Merge two implementations of ValidateExecutionScope (#2131) 2018-11-29 13:48:42 -05:00
validate_primitives.cpp Refactor where opcodes are validated 2018-08-07 10:29:30 -04:00
validate_scopes.cpp Add in WebGPU specific memory scope validation (#2288) 2019-01-17 10:39:35 -05:00
validate_scopes.h Merging two ValidateMemoryScope implementations (#2132) 2018-11-29 14:51:17 -05:00
validate_type.cpp Move usage detection to after all instructions are registered (#2378) 2019-02-13 14:06:56 -05:00
validate.cpp Move usage detection to after all instructions are registered (#2378) 2019-02-13 14:06:56 -05:00
validate.h Validate Uniform decoration (#2181) 2018-12-07 09:32:57 -05:00
validation_state.cpp Permit UConvert spec-constant op for SPV_AMD_gpu_shader_int16 (#2264) 2019-01-08 19:00:18 -05:00
validation_state.h Validate NonWritable decoration (#2263) 2019-01-28 12:44:13 -08:00