SPIRV-Tools/test/val
Jaebaek Seo f0aa6f4e3a Fixed Validator adjacency bug for OpPhi (#1922)
OpPhi instruction must appear before all non-OpPhi instructions
except for OpLine. Without this commit, Validator does not check
the case that an OpPhi is preceeded by an OpLine and the OpLine is
preceeded by a non-OpPhi instruction that is not OpLine.
2018-09-28 12:40:57 -04:00
..
CMakeLists.txt Add a WIP WebGPU environment. It disallows OpUndef 2018-06-21 15:53:15 -04:00
val_adjacency_test.cpp Fixed Validator adjacency bug for OpPhi (#1922) 2018-09-28 12:40:57 -04:00
val_arithmetics_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_atomics_test.cpp VK_KHR_shader_atomic_int64 covers OpAtomic{Load|Store} 2018-09-26 16:45:37 -04:00
val_barriers_test.cpp Fix EvalInt32IfConst to fail on type instructions. 2018-08-21 11:59:00 -04:00
val_bitwise_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_builtins_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_capability_test.cpp Validate vulkan mem model capabilty 2018-09-21 21:50:20 -04:00
val_cfg_test.cpp Validate correct opcode uses of OpFunction 2018-08-14 10:13:06 -04:00
val_composites_test.cpp Validator: check OpTypeBool inside Blocks (#1405) 2018-09-10 13:33:13 -04:00
val_conversion_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_data_test.cpp Add validation check for arrays of void type. (#1880) 2018-09-10 09:21:32 -04:00
val_decoration_test.cpp Decoration validation for Vulkan memory model 2018-09-21 21:55:01 -04:00
val_derivatives_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_explicit_reserved_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_ext_inst_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_extensions_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_fixtures.h Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_id_test.cpp Validator: check OpTypeBool inside Blocks (#1405) 2018-09-10 13:33:13 -04:00
val_image_test.cpp Validator: Validate OpImageTexelPointer (#487) 2018-09-27 09:53:30 -04:00
val_interfaces_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_layout_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_limits_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_literals_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_logicals_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_non_uniform_test.cpp Validator: OpGroupNonUniformBallotBitCount validation (#1486) 2018-09-26 15:52:39 -04:00
val_primitives_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_ssa_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_state_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_storage_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_type_unique_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_validation_state_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_version_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00
val_webgpu_test.cpp Cleanup includes. (#1795) 2018-08-03 15:06:09 -04:00