dawn-cmake/test/tint/expressions/binary
Ben Clayton 84b43d61fa tint/writer: Handle unnested, uniform matCx2 matrices
Shuffle the transform orders to ensure that these are embedded in a structure before running the Std140 transform.

Add more end-to-end tests for these.

As pointed out in tint:1673, arrays of matrices are not correctly decomposed by the Std140 transform.
This will be addressed by a later change.

Bug: tint:1673
Change-Id: I47c93e458ff48578922d576819792e8ed3a5723c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/102541
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Zhaoming Jiang <zhaoming.jiang@intel.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: David Neto <dneto@google.com>
2022-09-17 00:38:19 +00:00
..
add tint: const eval of binary add 2022-08-04 19:48:27 +00:00
bit-and tint: const eval of binary bitwise AND and OR 2022-09-13 18:13:01 +00:00
bit-or tint: const eval of binary bitwise AND and OR 2022-09-13 18:13:01 +00:00
bit-xor tint: const eval of binary XOR 2022-09-16 17:16:38 +00:00
div tint: implement const eval of binary divide 2022-09-03 22:42:51 +00:00
div_by_zero tint: implement const eval of binary divide 2022-09-03 22:42:51 +00:00
left-shift tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
mod tint: Add end-to-end tests for expressions using f16 types 2022-08-03 08:45:25 +00:00
mod_by_zero tint: Add end-to-end tests for expressions using f16 types 2022-08-03 08:45:25 +00:00
mul tint/writer: Handle unnested, uniform matCx2 matrices 2022-09-17 00:38:19 +00:00
right-shift tint/test-runner: Split expectations for FXC and DXC 2022-07-22 17:43:27 +00:00
sub tint: Implement const eval of binary minus 2022-08-17 17:38:23 +00:00