dawn-cmake/test/expressions/binary
Antonio Maiorano 9943de6813 Fix FXC compile errors on modulo by zero
Just like for divide, FXC fails with the exact same error when
performing a modulo on a value that FXC determines to be zero. We
address it in the same way as we do for divide.

This also fixes a couple of the vk-gl-cts tests for which I manually
generated expectation files for.

Bug: tint:1083
Change-Id: Ia388bf002112afded542adb791d37e88e35a77ff
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/74220
Reviewed-by: James Price <jrprice@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
2021-12-22 15:02:09 +00:00
..
add GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
bit-and GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
bit-or GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
bit-xor GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
div GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
div_by_zero Fix FXC compile errors on divide by zero 2021-12-21 14:48:26 +00:00
left-shift GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
mod GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
mod_by_zero Fix FXC compile errors on modulo by zero 2021-12-22 15:02:09 +00:00
mul tests: Stop using the [[block]] attribute 2021-12-09 15:45:03 +00:00
right-shift GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00
sub GLSL: add .expected.glsl files for all tests. 2021-11-16 15:15:36 +00:00