dawn-cmake/test/array
Stephen White 0b39270e01 GLSL: move entry point handling to CanonicalizeEntryPointIO transform.
Move builtin_to_string() and builtin_type() to
the CanonicalizeEntryPointIO transform. Use the former to
rename entry point IO variables to the gl_ names, and the latter
to cast values to the correct type.

Change-Id: Iddfad574ddd660ff1bfd89a399a001b967b6b67e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/78380
Reviewed-by: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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: move entry point handling to CanonicalizeEntryPointIO transform. 2022-01-28 22:36:58 +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