dawn-cmake/test
James Price bb0496e52a test: Add E2E test coverage for shader IO
This provides much more complete coverage than what we have in the
unit tests. We now test:
- All builtins, for all stages, both struct and non-struct
- Multiple location attributes for vertex and fragment stages, both
  struct and non-struct
- Mixing builtins and location attributes, whilst mixing struct and
  non-struct
- A few "interesting" cases of IO structs being shared between
  different functions, stages, and with an SSBO variable

There are 7 skipped tests for MSL due to two different MSL bugs which
will be fixed in upcoming patches.

Change-Id: I8b802591762c8ff018e01bf37838551e353162b1
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/53120
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Auto-Submit: James Price <jrprice@google.com>
2021-06-03 09:38:34 +00:00
..
access writer/msl: Fix zero-valued matrix constructors 2021-05-19 11:15:58 +00:00
array writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
bug/tint main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +00:00
expressions Fix integer vector bitwise ops not being allowed 2021-06-01 17:42:41 +00:00
intrinsics Implement Pointers and References 2021-05-18 10:28:48 +00:00
ptr_ref Disable MSL tests that fail to validate 2021-05-27 16:48:57 +00:00
samples test: Fix type of vertex_index builtin 2021-06-02 20:53:14 +00:00
shader_io test: Add E2E test coverage for shader IO 2021-06-03 09:38:34 +00:00
struct writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
types writer/msl: Wrap each array type in a struct 2021-06-02 17:23:03 +00:00
var writer/msl: Handle private and workgroup variables 2021-05-26 15:41:02 +00:00
BUILD.gn main: Replace --dawn-validation with --validate 2021-06-02 21:02:34 +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