..
CMakeLists.txt
Add validation support for SPV_NV_shader_invocation_reorder. ( #4979 )
2022-11-24 09:50:45 -05:00
pch_test_val.cpp
Enable precompiled headers for spirv-tools(-shared) and some unit tests ( #2026 )
2018-11-06 09:26:23 -05:00
pch_test_val.h
Enable precompiled headers for spirv-tools(-shared) and some unit tests ( #2026 )
2018-11-06 09:26:23 -05:00
val_adjacency_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_annotation_test.cpp
spirv-val: Add more Vulkan VUID labels ( #4764 )
2022-03-25 09:29:19 -04:00
val_arithmetics_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_atomics_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_barriers_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_bitwise_test.cpp
spirv-val: Add Vulkan 32-bit bit op Base ( #4758 )
2022-03-23 13:55:42 -04:00
val_builtins_test.cpp
spirv-val: Add SPV_ARM_core_builtins validation ( #4958 )
2022-10-05 22:47:10 -04:00
val_capability_test.cpp
spirv-val: Label and add test for PSB Aligned ( #4756 )
2022-03-23 11:08:21 -04:00
val_cfg_test.cpp
Fix infinite loop in validator ( #5006 )
2022-12-06 11:22:33 -05:00
val_code_generator.cpp
Remove WebGPU support ( #4108 )
2021-01-14 16:45:18 -05:00
val_code_generator.h
Remove WebGPU support ( #4108 )
2021-01-14 16:45:18 -05:00
val_composites_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_constants_test.cpp
Validate physical storage buffer restrictions ( #2930 )
2019-10-02 21:12:57 -04:00
val_conversion_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_data_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_decoration_test.cpp
Revert "spirv-val: Multiple interface var with same SC ( #4969 )" ( #5009 )
2022-12-05 12:31:01 -08:00
val_derivatives_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_entry_point_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_explicit_reserved_test.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
val_ext_inst_debug_test.cpp
spirv-val: Validate DebugTypeMatrix ( #4732 )
2022-03-04 08:54:05 -05:00
val_ext_inst_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_extension_spv_khr_bit_instructions_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_expect_assume_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_integer_dot_product_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_linkonce_odr_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_subgroup_rotate_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_subgroup_uniform_control_flow_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extension_spv_khr_terminate_invocation_test.cpp
spirv-val: Test file suffix consistency ( #4925 )
2022-09-16 14:05:07 -04:00
val_extensions_test.cpp
Support SPV_KHR_terminate_invocation ( #3568 )
2020-07-22 11:45:02 -04:00
val_fixtures.h
spirv-val: Add better error code for invalid operand ( #4753 )
2022-03-22 15:37:38 -04:00
val_function_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_id_test.cpp
Fix for bug https://github.com/KhronosGroup/SPIRV-Tools/issues/5017 ( #5019 )
2022-12-15 21:13:12 -05:00
val_image_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_interfaces_test.cpp
spirv-val: Add remaining Component decoration validation ( #4966 )
2022-10-17 16:54:39 -04:00
val_layout_test.cpp
Implement SPV_NV_bindless_texture related changes ( #4847 )
2022-07-19 14:41:19 -04:00
val_limits_test.cpp
Fix various source comment (doxygen) typos ( #4680 )
2022-01-26 15:13:08 -05:00
val_literals_test.cpp
Fix various source comment (doxygen) typos ( #4680 )
2022-01-26 15:13:08 -05:00
val_logicals_test.cpp
Implement SPV_NV_bindless_texture related changes ( #4847 )
2022-07-19 14:41:19 -04:00
val_memory_test.cpp
spirv-val: Label new Vulkan OpPtrAccessChain VUs ( #4975 )
2022-10-27 10:10:27 -04:00
val_mesh_shading_test.cpp
spirv-val: Add initial SPV_EXT_mesh_shader validation ( #4924 )
2022-09-23 11:06:46 -04:00
val_misc_test.cpp
spirv-val: Label VUID 04643 ( #4202 )
2021-03-19 09:02:48 -04:00
val_modes_test.cpp
spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests ( #4812 )
2022-06-08 08:36:32 -04:00
val_non_semantic_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_non_uniform_test.cpp
Switch SPIRV-Tools to use spirv.hpp11 internally ( #4981 )
2022-11-04 17:27:10 -04:00
val_opencl_test.cpp
validation: validate return type of OpImageRead ( #4072 )
2020-12-15 12:00:59 -05:00
val_primitives_test.cpp
Update some language usage. ( #3611 )
2020-07-29 13:50:58 -04:00
val_ray_query_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_ray_tracing_reorder_test.cpp
Add validation support for SPV_NV_shader_invocation_reorder. ( #4979 )
2022-11-24 09:50:45 -05:00
val_ray_tracing_test.cpp
Revert "spirv-val: Multiple interface var with same SC ( #4969 )" ( #5009 )
2022-12-05 12:31:01 -08:00
val_small_type_uses_test.cpp
Extra small storage validation ( #2732 )
2019-07-11 13:05:14 -04:00
val_ssa_test.cpp
spirv-val: Consistently quote ids in messages ( #4950 )
2022-09-29 10:03:49 +02:00
val_state_test.cpp
Switch SPIRV-Tools to use spirv.hpp11 internally ( #4981 )
2022-11-04 17:27:10 -04:00
val_storage_test.cpp
spirv-val: Label ShaderRecordBufferKHR VUID ( #4926 )
2022-09-16 14:05:23 -04:00
val_type_unique_test.cpp
Switch SPIRV-Tools to use spirv.hpp11 internally ( #4981 )
2022-11-04 17:27:10 -04:00
val_validation_state_test.cpp
Switch SPIRV-Tools to use spirv.hpp11 internally ( #4981 )
2022-11-04 17:27:10 -04:00
val_version_test.cpp
Vulkan 1.3 ( #4686 )
2022-01-25 10:36:08 -05:00