dawn-cmake/test/tint/shader_io
Ben Clayton f1f56b2d3c tint/writer/glsl: Set default precision to highp
WGSL states that `f32` is a IEEE-754 binary32. mediump precision guarantees are much smaller than highp, and using mediump can break code generated by tint.

Change-Id: I8a129c4c8ac078c785e0d5d7d21f19ed6b3620b5
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123400
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Stephen White <senorblanco@chromium.org>
2023-03-09 19:58:23 +00:00
..
compute_input_builtins.wgsl Add parsing of shorter stage attributes. 2022-06-03 02:47:40 +00:00
compute_input_builtins.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
compute_input_builtins.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
compute_input_builtins.wgsl.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
compute_input_builtins_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
compute_input_builtins_struct.wgsl.expected.dxc.hlsl tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
compute_input_builtins_struct.wgsl.expected.fxc.hlsl tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
compute_input_builtins_struct.wgsl.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins_struct.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_builtins_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
compute_input_mixed.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
compute_input_mixed.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
compute_input_mixed.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
compute_input_mixed.wgsl.expected.glsl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_mixed.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_mixed.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
compute_input_mixed.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
compute_workgroup_expression.wgsl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.dxc.hlsl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.fxc.hlsl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.glsl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.msl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.spvasm Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
compute_workgroup_expression.wgsl.expected.wgsl Run substitute_overrides for all tests. 2022-09-09 16:04:39 +00:00
fragment_input_builtins.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_builtins.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_builtins.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_builtins.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_builtins.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_builtins.wgsl.expected.spvasm tint: Fix SPIR-V validation around interpolation decorations 2022-07-12 19:10:39 +00:00
fragment_input_builtins.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_builtins_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_builtins_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_builtins_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_builtins_struct.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_builtins_struct.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_builtins_struct.wgsl.expected.spvasm tint: Fix SPIR-V validation around interpolation decorations 2022-07-12 19:10:39 +00:00
fragment_input_builtins_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_locations.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_locations.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_locations.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_locations.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_locations.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_locations.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_locations.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_locations_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_input_locations_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_locations_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_locations_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_locations_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_locations_struct.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_locations_struct.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_locations_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_locations_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_locations_struct_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_struct_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_struct_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_input_locations_struct_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_locations_struct_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_struct_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_locations_struct_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_mixed.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_mixed.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_mixed.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_input_mixed.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_mixed.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_input_mixed.wgsl.expected.spvasm tint: Fix SPIR-V validation around interpolation decorations 2022-07-12 19:10:39 +00:00
fragment_input_mixed.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_input_mixed_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_mixed_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_mixed_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_input_mixed_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_input_mixed_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_mixed_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_input_mixed_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_builtins.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_builtins.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_builtins.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_builtins.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_builtins.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_output_builtins.wgsl.expected.spvasm tint/writer/spirv: Inline constant expressions 2022-06-01 15:57:22 +00:00
fragment_output_builtins.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_builtins_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_builtins_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_builtins_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_builtins_struct.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_builtins_struct.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
fragment_output_builtins_struct.wgsl.expected.spvasm tint/writer/spirv: Inline constant expressions 2022-06-01 15:57:22 +00:00
fragment_output_builtins_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_locations.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_locations.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_locations.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_locations.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_locations.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_output_locations.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_output_locations.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_locations_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_output_locations_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_locations_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_locations_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_locations_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_locations_struct.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_locations_struct.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
fragment_output_locations_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
fragment_output_locations_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_locations_struct_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_struct_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_struct_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_output_locations_struct_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_locations_struct_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_struct_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_locations_struct_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_mixed.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_mixed.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_mixed.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
fragment_output_mixed.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_mixed.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
fragment_output_mixed.wgsl.expected.spvasm tint/writer/spirv: Inline constant expressions 2022-06-01 15:57:22 +00:00
fragment_output_mixed.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
fragment_output_mixed_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_mixed_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_mixed_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
fragment_output_mixed_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
fragment_output_mixed_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_mixed_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
fragment_output_mixed_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
interpolate_input_parameters.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_input_parameters.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_input_parameters.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_input_parameters.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
interpolate_input_parameters.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_input_parameters.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_input_parameters.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_input_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_input_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_input_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_input_struct.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
interpolate_input_struct.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_input_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_input_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_integers.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_integers.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_integers.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_integers.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
interpolate_integers.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
interpolate_integers.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_integers.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_return_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
interpolate_return_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_return_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
interpolate_return_struct.wgsl.expected.glsl tint: Implement constant expression structures 2022-07-14 20:46:39 +00:00
interpolate_return_struct.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
interpolate_return_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
interpolate_return_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
invariant.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
invariant.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
invariant.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
invariant.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
invariant.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
invariant.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
invariant.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
invariant_struct_member.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
invariant_struct_member.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
invariant_struct_member.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
invariant_struct_member.wgsl.expected.glsl tint: Implement constant expression structures 2022-07-14 20:46:39 +00:00
invariant_struct_member.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
invariant_struct_member.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
invariant_struct_member.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shared_struct_different_stages.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shared_struct_different_stages.wgsl.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages.wgsl.expected.fxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
shared_struct_different_stages.wgsl.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
shared_struct_different_stages.wgsl.expected.wgsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
shared_struct_different_stages_f16.wgsl.expected.dxc.hlsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
shared_struct_different_stages_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
shared_struct_different_stages_f16.wgsl.expected.msl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_different_stages_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
shared_struct_different_stages_f16.wgsl.expected.wgsl Generic template and forward in stringstream. 2023-03-02 21:28:45 +00:00
shared_struct_helper_function.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shared_struct_helper_function.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
shared_struct_helper_function.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
shared_struct_helper_function.wgsl.expected.glsl GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. 2022-04-22 21:25:02 +00:00
shared_struct_helper_function.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
shared_struct_helper_function.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
shared_struct_helper_function.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shared_struct_storage_buffer.wgsl tint: Disallow write-only storage buffers 2022-07-04 15:17:00 +00:00
shared_struct_storage_buffer.wgsl.expected.dxc.hlsl tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
shared_struct_storage_buffer.wgsl.expected.fxc.hlsl tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
shared_struct_storage_buffer.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
shared_struct_storage_buffer.wgsl.expected.msl tint: Add PreservePadding transform 2022-12-06 18:32:19 +00:00
shared_struct_storage_buffer.wgsl.expected.spvasm tint: Add PreservePadding transform 2022-12-06 18:32:19 +00:00
shared_struct_storage_buffer.wgsl.expected.wgsl tint: Disallow write-only storage buffers 2022-07-04 15:17:00 +00:00
shared_struct_storage_buffer_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.dxc.hlsl tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.glsl tint/writer/glsl: Set default precision to highp 2023-03-09 19:58:23 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.msl tint/msl: Preserve trailing vec3 padding 2023-02-27 20:21:03 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.spvasm test/tint: Update expectations 2022-12-07 18:04:59 +00:00
shared_struct_storage_buffer_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_builtins.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_builtins.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_builtins.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_builtins.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_input_builtins.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
vertex_input_builtins.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_input_builtins.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_builtins_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_builtins_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_builtins_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_builtins_struct.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_input_builtins_struct.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
vertex_input_builtins_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_input_builtins_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_locations.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_locations.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_locations.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_locations.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_input_locations.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
vertex_input_locations.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_input_locations.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_locations_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
vertex_input_locations_f16.wgsl.expected.glsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_locations_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_locations_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_locations_struct.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_input_locations_struct.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
vertex_input_locations_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_input_locations_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_locations_struct_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
vertex_input_locations_struct_f16.wgsl.expected.glsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_locations_struct_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_mixed.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_mixed.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_input_mixed.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_input_mixed.wgsl.expected.msl tint/writer/msl: Inline constant expressions 2022-06-01 10:08:29 +00:00
vertex_input_mixed.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_input_mixed.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_input_mixed_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
vertex_input_mixed_f16.wgsl.expected.glsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_input_mixed_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_builtins.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_builtins.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_builtins.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_builtins.wgsl.expected.glsl GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. 2022-04-22 21:25:02 +00:00
vertex_output_builtins.wgsl.expected.msl tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_output_builtins.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_output_builtins.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_builtins_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_builtins_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_builtins_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_builtins_struct.wgsl.expected.glsl GLSL writer: emit gl_PointSize = 1 in all vertex shaders for OpenGL. 2022-04-22 21:25:02 +00:00
vertex_output_builtins_struct.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
vertex_output_builtins_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_output_builtins_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_locations_struct.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_locations_struct.wgsl.expected.dxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_locations_struct.wgsl.expected.fxc.hlsl tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
vertex_output_locations_struct.wgsl.expected.glsl tint/writer/glsl: Inline constant expressions 2022-06-01 01:11:59 +00:00
vertex_output_locations_struct.wgsl.expected.msl When emitting a MSL struct initializer emit the struct name. 2022-08-11 02:28:01 +00:00
vertex_output_locations_struct.wgsl.expected.spvasm tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
vertex_output_locations_struct.wgsl.expected.wgsl Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vertex_output_locations_struct_f16.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_locations_struct_f16.wgsl.expected.dxc.hlsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_locations_struct_f16.wgsl.expected.fxc.hlsl test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
vertex_output_locations_struct_f16.wgsl.expected.glsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_locations_struct_f16.wgsl.expected.msl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_locations_struct_f16.wgsl.expected.spvasm Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00
vertex_output_locations_struct_f16.wgsl.expected.wgsl Dawn&Tint: Implement F16 pipeline IO 2022-12-07 04:33:24 +00:00