dawn-cmake/test/types
Ben Clayton 5d2f34ecf2 writer/hlsl: Simplify emission logic, clean up output
And fix issues where global variables would not be emitted unless they were transitively referenced by an entry point.

This change requires crbug.com/tint/697 to be fixed before landing.

Change-Id: I712bd9d369e08c9a3cdfb0f114c3609584f91f28
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54241
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
2021-06-16 09:19:36 +00:00
..
texture writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
function_scope_declarations.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
function_scope_declarations.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
function_scope_declarations.wgsl.expected.msl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
function_scope_declarations.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
function_scope_declarations.wgsl.expected.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
module_scope_let.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_let.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
module_scope_let.wgsl.expected.msl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
module_scope_let.wgsl.expected.spvasm writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_let.wgsl.expected.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
module_scope_var.wgsl.expected.msl writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
module_scope_var.wgsl.expected.spvasm writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var.wgsl.expected.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var_initializers.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var_initializers.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
module_scope_var_initializers.wgsl.expected.msl writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
module_scope_var_initializers.wgsl.expected.spvasm writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
module_scope_var_initializers.wgsl.expected.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
parameters.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
parameters.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
parameters.wgsl.expected.msl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
parameters.wgsl.expected.spvasm writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
parameters.wgsl.expected.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
return_types.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
return_types.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
return_types.wgsl.expected.msl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
return_types.wgsl.expected.spvasm writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
return_types.wgsl.expected.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
sampler.wgsl writer/msl: Handle texture and sampler variables 2021-06-11 12:34:26 +00:00
sampler.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
sampler.wgsl.expected.msl writer/msl: Handle texture and sampler variables 2021-06-11 12:34:26 +00:00
sampler.wgsl.expected.spvasm writer/msl: Handle texture and sampler variables 2021-06-11 12:34:26 +00:00
sampler.wgsl.expected.wgsl writer/msl: Handle texture and sampler variables 2021-06-11 12:34:26 +00:00
struct_members.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
struct_members.wgsl.expected.hlsl writer/hlsl: Simplify emission logic, clean up output 2021-06-16 09:19:36 +00:00
struct_members.wgsl.expected.msl writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
struct_members.wgsl.expected.spvasm writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00
struct_members.wgsl.expected.wgsl writer/msl: Fix array type emission 2021-05-20 21:20:47 +00:00