dawn-cmake/test/tint/statements
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
..
assign tint: Flip evaluation order of assignment statements 2023-03-08 21:48:45 +00:00
compound_assign tint/writer/glsl: Fix vector `select` 2023-03-08 22:29:38 +00:00
decrement tint/transform/utils: Correctly scope for-loop init 2023-03-02 17:18:27 +00:00
discard tint/transform: Inline HLSL uniform / storage buffers 2023-02-24 17:16:55 +00:00
for tint/transform: fix PromoteInitializersToLet for constant expressions 2022-12-09 12:34:36 +00:00
increment tint/transform/utils: Correctly scope for-loop init 2023-03-02 17:18:27 +00:00
switch tint/hlsl: for default-only switch, only emit condition if it has side-effects 2023-02-01 15:46:34 +00:00