dawn-cmake/test/var
James Price 2940c7002c writer/msl: Avoid generating unnecessary pointers
When moving private and workgroup variables into the entry point,
generate pointers to pass as arguments to sub-functions on demand,
instead of upfront. This removes a bunch of unnecessary dereferences
for accesses inside the entry point, and one function variable.

Change-Id: I7d1aabdf14eae33b569b3316dfc0f9fbd288131e
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54300
Auto-Submit: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: James Price <jrprice@google.com>
2021-06-11 12:29:56 +00:00
..
inferred Implement type inference 2021-06-04 15:28:47 +00:00
private.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
private.wgsl.expected.hlsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
private.wgsl.expected.msl writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
private.wgsl.expected.spvasm writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
private.wgsl.expected.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
splat.wgsl Implement vector initialization from single scalar (aka "splat") 2021-06-10 13:23:31 +00:00
splat.wgsl.expected.hlsl Implement vector initialization from single scalar (aka "splat") 2021-06-10 13:23:31 +00:00
splat.wgsl.expected.msl Implement vector initialization from single scalar (aka "splat") 2021-06-10 13:23:31 +00:00
splat.wgsl.expected.spvasm Implement vector initialization from single scalar (aka "splat") 2021-06-10 13:23:31 +00:00
splat.wgsl.expected.wgsl Implement vector initialization from single scalar (aka "splat") 2021-06-10 13:23:31 +00:00
workgroup.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
workgroup.wgsl.expected.hlsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
workgroup.wgsl.expected.msl writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
workgroup.wgsl.expected.spvasm writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
workgroup.wgsl.expected.wgsl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00