dawn-cmake/test
James Price 7a47fa8495 writer/msl: Handle private and workgroup variables
Add a transform that pushes these into the entry point and then passes
them by pointer to any functions that need them.

Since WGSL does not allow non-function storage class at
function-scope, add a DisableValidation attribute to bypass this
check.

Fixed: tint/726
Change-Id: Ic1f4cd691a54c19e77a60e8ba178508e4249bfd9
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/51962
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: James Price <jrprice@google.com>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-05-26 15:41:02 +00:00
..
access writer/msl: Fix zero-valued matrix constructors 2021-05-19 11:15:58 +00:00
bug/tint writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
intrinsics Implement Pointers and References 2021-05-18 10:28:48 +00:00
ptr_ref writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
samples writer/hlsl: Fix continuing block emission 2021-05-20 21:31:37 +00:00
types writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
var writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
BUILD.gn Add transform::Simplify 2021-05-21 21:01:23 +00:00
extract-spvasm.py Add --dump-spirv option to tint_unittests 2021-05-05 09:46:31 +00:00
test-all.sh tools/test-all.sh: Fix usage info 2021-05-18 17:06:18 +00:00