dawn-cmake/test/ptr_ref/load/local
Ben Clayton 0aa7edbbd5 transform/spirv: Use InlinePointerLets & Simplify
arrayLength() will take a pointer to a storage buffer array.
This pointer may pass through function scoped let statements.
To make this intrinsic easier to generate, inline the pointer lets and
remove chains of &*&*.

Bug: tint:806
Change-Id: Ib2c79a9c38cba7391cbb4313986af9a72b0f0435
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/54060
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: Ben Clayton <bclayton@chromium.org>
2021-06-10 17:34:44 +00:00
..
i32.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.spvasm.expected.hlsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.spvasm.expected.msl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.spvasm.expected.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.spvasm.expected.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.wgsl.expected.hlsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.wgsl.expected.msl Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.wgsl.expected.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
i32.wgsl.expected.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
ptr_function.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_function.wgsl.expected.hlsl writer/hlsl: Fix continuing block emission 2021-05-20 21:31:37 +00:00
ptr_function.wgsl.expected.msl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_function.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
ptr_function.wgsl.expected.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_private.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_private.wgsl.expected.hlsl writer/hlsl: Fix continuing block emission 2021-05-20 21:31:37 +00:00
ptr_private.wgsl.expected.msl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
ptr_private.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
ptr_private.wgsl.expected.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_storage.wgsl Add optional access to ptr<> 2021-06-04 22:17:37 +00:00
ptr_storage.wgsl.expected.hlsl Add transform::Simplify 2021-05-21 21:01:23 +00:00
ptr_storage.wgsl.expected.msl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_storage.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
ptr_storage.wgsl.expected.wgsl wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
ptr_uniform.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_uniform.wgsl.expected.hlsl writer/hlsl: Fix continuing block emission 2021-05-20 21:31:37 +00:00
ptr_uniform.wgsl.expected.msl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_uniform.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
ptr_uniform.wgsl.expected.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_workgroup.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
ptr_workgroup.wgsl.expected.hlsl writer/hlsl: Fix continuing block emission 2021-05-20 21:31:37 +00:00
ptr_workgroup.wgsl.expected.msl writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
ptr_workgroup.wgsl.expected.spvasm transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
ptr_workgroup.wgsl.expected.wgsl writer/msl: Generate address spaces for pointers 2021-05-19 10:38:18 +00:00
struct_field.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.spvasm.expected.hlsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.spvasm.expected.msl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.spvasm.expected.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.spvasm.expected.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.wgsl.expected.hlsl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.wgsl.expected.msl Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.wgsl.expected.spvasm Implement Pointers and References 2021-05-18 10:28:48 +00:00
struct_field.wgsl.expected.wgsl Implement Pointers and References 2021-05-18 10:28:48 +00:00