dawn-cmake/test/array
Stephen White 671d9703f0 GLSL samples: add empty entry point if needed.
If a WGSL test contains no entry points, add an empty one.
In that case, do not pass its name to the generator, so we
generate code for all functions, so they aren't culled for
reachability.

Add new test results for formerly empty tests.

Bug: tint:1376
Change-Id: Ibf371b943fb273d44712dfcc9dc1b7bb4ab071db
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/76540
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
2022-01-21 18:40:18 +00:00
..
assign_to_function_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.glsl GLSL samples: add empty entry point if needed. 2022-01-21 18:40:18 +00:00
assign_to_function_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.msl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_function_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.glsl GLSL samples: add empty entry point if needed. 2022-01-21 18:40:18 +00:00
assign_to_private_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.msl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_private_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.glsl GLSL samples: add empty entry point if needed. 2022-01-21 18:40:18 +00:00
assign_to_storage_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.msl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_storage_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_subexpr.wgsl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
assign_to_subexpr.wgsl.expected.glsl GLSL samples: add empty entry point if needed. 2022-01-21 18:40:18 +00:00
assign_to_subexpr.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
assign_to_subexpr.wgsl.expected.msl transform/msl: Run InlinePointerLets and Simplify 2021-06-18 09:47:23 +00:00
assign_to_subexpr.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
assign_to_subexpr.wgsl.expected.wgsl wgsl: Do not require a semicolon after a struct 2022-01-19 18:11:17 +00:00
assign_to_workgroup_var.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.glsl GLSL samples: add empty entry point if needed. 2022-01-21 18:40:18 +00:00
assign_to_workgroup_var.wgsl.expected.hlsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.msl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.spvasm Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
assign_to_workgroup_var.wgsl.expected.wgsl Deprecate the @stride attribute 2022-01-20 22:11:07 +00:00
function_parameter.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_parameter.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
function_parameter.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
function_parameter.wgsl.expected.msl Add transform/WrapArraysInStructs 2021-06-16 09:19:36 +00:00
function_parameter.wgsl.expected.spvasm writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
function_parameter.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_return_type.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
function_return_type.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
function_return_type.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
function_return_type.wgsl.expected.msl Add transform/WrapArraysInStructs 2021-06-16 09:19:36 +00:00
function_return_type.wgsl.expected.spvasm writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
function_return_type.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
size.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
size.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
size.wgsl.expected.hlsl Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
size.wgsl.expected.msl Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
size.wgsl.expected.spvasm Allow array size to be a module-scope constant 2021-09-02 13:49:59 +00:00
size.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
type_constructor.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00
type_constructor.wgsl.expected.glsl GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
type_constructor.wgsl.expected.hlsl writer/hlsl: Don't wrap arrays in structures 2021-07-05 15:20:57 +00:00
type_constructor.wgsl.expected.msl Restore "MSL writer: make signed int overflow defined behaviour" 2021-07-30 18:59:06 +00:00
type_constructor.wgsl.expected.spvasm writer/msl: Hoist array and struct initializers 2021-06-01 12:08:20 +00:00
type_constructor.wgsl.expected.wgsl wgsl: Replace [[decoration]] with @decoration 2022-01-19 22:46:57 +00:00