dawn-cmake/test
James Price 830b97ffa9 writer/msl: Handle texture and sampler variables
Move these module-scope variables to entry point parameters and pass
them as arguments to functions that use them. Disable entry point IO
validation for them.

Emit [[texture()]] and [[sampler()]] attributes on these entry point
parameters.

Fixed: tint:145
Change-Id: I936a80801875a5d0b6cd98a2e8f3e297a2f53509
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53961
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-06-11 12:34:26 +00:00
..
access writer/msl: Fix zero-valued matrix constructors 2021-05-19 11:15:58 +00:00
array transform/spirv: Use InlinePointerLets & Simplify 2021-06-10 17:34:44 +00:00
bug/tint test: Add bug cases taken from monorail 2021-06-10 18:49:14 +00:00
deprecated/access_deco test: SKIP deprecated/access_deco for MSL backend 2021-06-07 16:50:22 +00:00
expressions writer/msl: Emit field designators for structures 2021-06-03 18:12:15 +00:00
intrinsics Add arrayLength() intrinsic that accepts a pointer argument 2021-06-10 18:43:04 +00:00
ptr_ref writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
samples Add optional access to ptr<> 2021-06-04 22:17:37 +00:00
shader_io wgsl: Deprecate [[access]] decorations 2021-06-04 20:41:47 +00:00
struct writer/msl: Emit field designators for structures 2021-06-03 18:12:15 +00:00
types writer/msl: Handle texture and sampler variables 2021-06-11 12:34:26 +00:00
var writer/msl: Avoid generating unnecessary pointers 2021-06-11 12:29:56 +00:00
BUILD.gn Validate function call arguments 2021-06-09 20:17:59 +00:00
extract-spvasm.py Add --dump-spirv option to tint_unittests 2021-05-05 09:46:31 +00:00
test-all.sh main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +00:00