dawn-cmake/test/tint/expressions/binary
Ben Clayton 2657b923c9 tint/writer/glsl: Fix vector `select`
mix of ivec is not core until later GLSL versions.
Just polyfill in the writer with ternary ops.

Change-Id: Ia0c35bf95842e03ef8447019f3264d01c11fd384
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/123240
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Stephen White <senorblanco@chromium.org>
Kokoro: Ben Clayton <bclayton@google.com>
2023-03-08 22:29:38 +00:00
..
add test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
bit-and tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
bit-or tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
bit-xor tint: remove LoopToForLoop and FoldTrivialSingleUseLets transforms for HLSL and GLSL 2022-09-19 14:05:21 +00:00
div tint/writer/glsl: Fix vector `select` 2023-03-08 22:29:38 +00:00
div_by_zero tint/writer/glsl: Fix vector `select` 2023-03-08 22:29:38 +00:00
left-shift tint/transform: Polyfill bit-shift with RHS modulo 2022-11-03 19:15:17 +00:00
mod tint/writer/glsl: Fix vector `select` 2023-03-08 22:29:38 +00:00
mod_by_zero tint/writer/glsl: Fix vector `select` 2023-03-08 22:29:38 +00:00
mul test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00
right-shift tint/transform: Polyfill bit-shift with RHS modulo 2022-11-03 19:15:17 +00:00
sub test/tint: Update SKIP "expectations" 2023-03-02 09:25:40 +00:00