dawn-cmake/test/intrinsics/arrayLength
James Price 6b1e5f552b wgsl: Do not require a semicolon after a struct
Don't generate them either, which generated a lot of test churn.

Fixed: tint:1380
Change-Id: I0a7cfdd2ef0ffe8e7fda111fbc57997b36b949e0
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/77165
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-01-19 18:11:17 +00:00
..
complex_via_let.wgsl tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
complex_via_let.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
complex_via_let.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
complex_via_let.wgsl.expected.msl msl: Handle buffer variables in transform 2021-10-28 15:00:39 +00:00
complex_via_let.wgsl.expected.spvasm Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
complex_via_let.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
complex_via_let_no_struct.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
complex_via_let_no_struct.wgsl.expected.glsl glsl: Wrap non-struct buffer types in structs 2022-01-19 15:55:56 +00:00
complex_via_let_no_struct.wgsl.expected.hlsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
complex_via_let_no_struct.wgsl.expected.msl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
complex_via_let_no_struct.wgsl.expected.spvasm transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
complex_via_let_no_struct.wgsl.expected.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
deprecated.wgsl tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
deprecated.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
deprecated.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
deprecated.wgsl.expected.msl msl: Handle buffer variables in transform 2021-10-28 15:00:39 +00:00
deprecated.wgsl.expected.spvasm Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
deprecated.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
simple.wgsl tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
simple.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
simple.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
simple.wgsl.expected.msl msl: Handle buffer variables in transform 2021-10-28 15:00:39 +00:00
simple.wgsl.expected.spvasm Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
simple.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
simple_no_struct.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
simple_no_struct.wgsl.expected.glsl glsl: Wrap non-struct buffer types in structs 2022-01-19 15:55:56 +00:00
simple_no_struct.wgsl.expected.hlsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
simple_no_struct.wgsl.expected.msl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
simple_no_struct.wgsl.expected.spvasm transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
simple_no_struct.wgsl.expected.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let.wgsl tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
via_let.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
via_let.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
via_let.wgsl.expected.msl msl: Handle buffer variables in transform 2021-10-28 15:00:39 +00:00
via_let.wgsl.expected.spvasm Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
via_let.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
via_let_complex.wgsl tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
via_let_complex.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
via_let_complex.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
via_let_complex.wgsl.expected.msl msl: Handle buffer variables in transform 2021-10-28 15:00:39 +00:00
via_let_complex.wgsl.expected.spvasm Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
via_let_complex.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
via_let_complex_no_struct.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_complex_no_struct.wgsl.expected.glsl glsl: Wrap non-struct buffer types in structs 2022-01-19 15:55:56 +00:00
via_let_complex_no_struct.wgsl.expected.hlsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_complex_no_struct.wgsl.expected.msl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_complex_no_struct.wgsl.expected.spvasm transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_complex_no_struct.wgsl.expected.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl.expected.glsl glsl: Wrap non-struct buffer types in structs 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl.expected.hlsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl.expected.msl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl.expected.spvasm transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00
via_let_no_struct.wgsl.expected.wgsl transform: Handle arrayLength for non-struct buffers 2022-01-19 15:55:56 +00:00