dawn-cmake/test/tint
dan sinclair 4b88dbcf8e Fixup continue support in while loops.
The generators were not setting `emit_continuing_` when emitting while
loops. This caused a crash when a `continue` was encountered. This CL
adds the `emit_continuing_` setup to the while emission. It also guards
the `emit_continuing_` usage with making sure the function is setup.

Bug: tint:1490
Change-Id: Ia89c49e567acda71a1f851a582103723cff71d49
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/93960
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-06-16 15:27:38 +00:00
..
access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
benchmark Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
buffer Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
bug Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
builtins tint: Remove support for smoothStep builtin 2022-06-15 23:32:14 +00:00
expressions Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
extensions/parsing Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
identifiers/underscore tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
layout/storage/mat2x2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
let Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
loops Fixup continue support in while loops. 2022-06-16 15:27:38 +00:00
out_of_order_decls Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
ptr_ref Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
samples Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shader_io Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
shadowing tint/writer/hlsl: Inline constant expressions 2022-06-01 13:14:39 +00:00
statements Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
struct Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
types Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unicode Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unittest/reader/spirv tint: Remove skips for tests that now pass latest DXC 2022-05-26 13:06:55 +00:00
var Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vk-gl-cts Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
BUILD.gn Add while statement parsing. 2022-06-16 12:01:27 +00:00
extract-spvasm.py tint->dawn: Shuffle source tree in preperation of merging repos 2022-02-21 15:19:07 +00:00
test-all.sh tools: Replace copy-pasta scripts 2022-04-07 18:26:45 +00:00