dawn-cmake/test/tint/expressions/binary
Stephen White 59f1e8d06c GLSL: special-case BinaryOp::kModulo for floating point.
The '%' operator in GLSL is integer-only. Use the full OpFRem
expression: (a - b * trunc(a / b)).

Bug: tint:1270
Change-Id: I0a969983bef132e004ce456d4a738488e400a61b
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68760
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
2022-02-28 21:15:02 +00:00
..
add tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
bit-and tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
bit-or tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
bit-xor tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
div tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
div_by_zero tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
left-shift tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
mod GLSL: special-case BinaryOp::kModulo for floating point. 2022-02-28 21:15:02 +00:00
mod_by_zero GLSL: special-case BinaryOp::kModulo for floating point. 2022-02-28 21:15:02 +00:00
mul tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
right-shift tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
sub tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00