dawn-cmake/test/tint/vk-gl-cts/graphicsfuzz
Antonio Maiorano 06844a5e24 tint/hlsl: remove [loop] attribute on all loops
I added the forcing of the "loop" attribute to all loops to address FXC
failing on uniformity errors related to gradients in loops. Since then,
Tint now implements UA and it recently became an error, so we no longer
need this hack. As a result, FXC is now better able to cope with loops
that it determines executes 0 times.

Most e2e tests are affected because so many use loops, but 27 tests that
were previously failing are now passing with this change:

tint/bug/tint/1538.wgsl.expected.fxc.hlsl
tint/bug/tint/1604.wgsl.expected.fxc.hlsl
tint/bug/tint/1605.wgsl.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_ClassifyCFGEdges_LoopBreak_FromLoopHeader_SingleBlockLoop_TrueBranch.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_ComputeBlockOrder_Loop_HeaderHasBreakUnless.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_EmitBody_IfSelection_TrueBranch_LoopBreak.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserCFGTest_FindIfSelectionInternalHeaders_TrueBranch_LoopBreak_Ok.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserFunctionVarTest_EmitStatement_Phi_MultiBlockLoopIndex.spvasm.expected.fxc.hlsl
tint/unittest/reader/spirv/SpvParserFunctionVarTest_EmitStatement_Phi_SingleBlockLoopIndex.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/cov-dead-code-unreachable-merge/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/similar-nested-ifs/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/similar-nested-ifs/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/spv-load-from-frag-color/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/spv-load-from-frag-color/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-false-if-discard-loop/0.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/0.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/0.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-fragcoord-less-than-zero/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/0-opt.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/1.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/stable-binarysearch-tree-with-loop-read-write-global/1.wgsl.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/write-red-after-search/0-opt.spvasm.expected.fxc.hlsl
tint/vk-gl-cts/graphicsfuzz/write-red-after-search/0-opt.wgsl.expected.fxc.hlsl

Bug: tint:1522
Bug: tint:1538
Bug: tint:1604
Bug: tint:1605
Change-Id: I530b846b6b8df122ab351ff7b85d3e1c9ac11526
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/104121
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
2022-09-29 16:53:58 +00:00
..
access-new-vector-inside-if-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
always-discarding-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
arr-value-set-to-arr-value-squared Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
array-idx-multiplied-by-for-loop-idx Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
assign-array-value-to-another-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
assign-array-value-to-another-array-2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
break-in-do-while-with-nested-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
call-function-with-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
call-if-while-switch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
color-set-in-for-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
color-write-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
conditional-return-in-infinite-while Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
control-flow-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cosh-return-inf-unused Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-access-array-dot Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-analysis-reachable-from-many Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-and-even-numbers-from-fragcoord Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-acos-ldexp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-mix-nan Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-mod-zero tint: implement const eval of binary divide 2022-09-03 22:42:51 +00:00
cov-apfloat-reflect-denorm Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-sinh-negative-log2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-tanh Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-undefined-matrix-mul Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-apfloat-unpackunorm-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-array-accesses-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-array-copies-loops-with-limiters Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-asin-undefined-smoothstep Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-atan-trunc-vec4 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-basic-block-discard-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-bitcount Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-bitfieldreverse-loop-limit-underflow Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-bitwise-inverse-uniform-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-blockfrequency-several-for-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-branch-probability-identity-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-cast-float-to-int-and-back Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clamp-loop-limit-increment-float-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clamp-lower-limit-from-always-false Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clamp-vector-component-condition-using-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clamp-vector-element-ceil-negative Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clamp-vector-variable-negative-offset Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-clear-yz-inside-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-color-output-undefined-in-unexecuted-branch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-color-overwrite-identity-matrix-multiply Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-combine-and-or-xor-gt-lt Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-condition-loop-index-bitwise-not Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-conditional-discard-inside-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-ceil-vec4 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-clamp-inside-while Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-clamp-min Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-clamp-vs-original Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-dot-condition-true Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-gte-const-first Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-min-as-loop-range Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-mod-one-one-lte Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-pow-large-exp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-same-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-const-folding-vector-shuffle Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-constant-folding-atan-over-tanh Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-constants-combine-add-sub Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-constants-mix-uniform Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-continue-break-discard-return-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-copy-prop-arrays-func-argument Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-copy-prop-arrays-no-stores Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-copy-prop-arrays-param-uniform Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-cosh-clamped-to-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-cumulate-loops-unreachable Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-clamp-undefined-access-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-combine-casts-legalize-vector-types-xyz-swizzle-for-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-glf_color Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-increment-color Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-loop-bitfieldreverse Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-neg-div-pow2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dag-combiner-same-cond-nested Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-dead-code-unreachable-merge tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
cov-derivative-uniform-vector-global-loop-count Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-descending-loop-min-max-always-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-divide-matrix-transpose-by-constant Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-double-if-true-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-empty-loop-minus-one-modulo-variable-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-exp2-two Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-float-array-init-pow Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-and-in-for-loop-range Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-bitwise-and-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-bitwise-or-full-mask Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-bitwise-xor Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-logical-and-const-variable Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-logical-and-constant Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-logical-or-constant Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-negate-min-int-value Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-negate-variable Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-shift-gte32 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-shift-right-arithmetic Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fold-switch-udiv Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-clamp-cmp-const-first Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-merge-add-sub-uniform Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-construct-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-dot-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-dot-no-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-add-sub Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-div-mul Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-divs Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-mul-div Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-sub-add Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-sub-sub Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-merge-var-sub Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-mix-uniform-weight Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-negate-div Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-negate-sub Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-redundant-mix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-shuffle-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-shuffle-mix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-split-vector-init Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-folding-rules-vec-mix-uniform Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-for-array-initializing-modulo Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-for-loop-min-increment-array-element Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-for-switch-fallthrough Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fract-asin-undefined-never-used Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fract-smoothstep-undefined Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fragcoord-bitwise-not Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-fragcoord-clamp-array-access tint: delete and regen SKIP e2e tests that were missing FXC error message 2022-09-13 22:04:22 +00:00
cov-fragcoord-multiply Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-function-fragcoord-condition-always-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-function-vec2-never-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-global-loop-bound-true-logical-or Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-global-loop-counter-float-accumulate-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-global-loop-counter-main-function-call Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-global-loop-counter-multiply-one-minus Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-global-loop-counter-squared-comparison Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-if-conversion-identical-branches Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-if-switch-fallthrough Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-if-true-continue Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-if-true-discard-in-do-while-never-reached Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inc-inside-switch-and-for Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-array-element-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-float-in-loop-abs Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-global-counter-loop-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-inside-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-int-loop-counter-mod-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-multiple-integers Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-vector-array-matrix-element Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-increment-vector-component-with-matrix-copy Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inline-pass-empty-block Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inline-pass-nested-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inline-pass-return-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inline-pass-unreachable-func Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-add-sub-increase-negative Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-add-sub-ldexp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-add-sub-neg-func-arg Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-add-sub-pre-increase Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-and-or-xor-pack-unpack Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-and-or-xor-switch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-and-or-xor-xor-add Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-compares-ldexp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-compares-pre-increment-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-compares-ternary-vector-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-compares-while-modulo Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-pack-unpack Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-shifts-left-shift-for Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-shifts-mix-mix-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-simplify-demanded-pack-unpack Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-simplify-demanded-packsnorm-unpackunorm Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-simplify-demanded-switch-or-xor Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-combine-vector-ops-asin Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-inst-value-tracking-inversesqrt Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-bit-shifting Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-inclusive-or Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-inst-combine-calls-for-compare-function-call-result Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-mod-acos-undefined Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-mod-sqrt-undefined Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instruction-simplify-sqrt Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instructions-first-value-phi Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-instructions-for-if-less-than-equal Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-int-div-round-to-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-int-full-bits-divide-by-two-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-integer-modulo-negative Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-intervalmap-set-stop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-ldexp-undefined-mat-vec-multiply Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-left-shift-array-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-left-shift-right-shift-compare Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-liveinterval-different-dest Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-abs-multiply-offset Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-break-floor-nan-never-executed Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-clamp-to-one-empty-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-condition-double-negate Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-dfdx-constant-divide Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-increment-matrix-element-break-after-first-iteration Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-increment-or-divide-by-loop-index Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-integer-half-minus-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-logical-xor Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-returns-behind-true-and-false Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-loop-with-two-integers Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-machine-basic-block-for-for-for-less-than Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-machine-scheduler-for-if-pow Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-machinevaluetype-one-iter-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-matching-conditions-break Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-matching-if-always-true-inside-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-matrix-double-transpose Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-matrix-square-mul-with-vector Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-max-clamp-same-minval Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-max-min-less-than Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-mem-pass-sum-struct-members Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-mem-pass-unused-component Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-merge-return-condition-twice Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-min-intbitstofloat-undefined-never-used Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-min-nested-loop-same-value-for-variables Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-missing-return-value-function-never-called Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-mod-uint-bits-float Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-modulo-zero-never-executed Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-multiple-one-iteration-loops-global-counter-write-matrices tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
cov-nested-functions-accumulate-global-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-nested-loop-undefined-smoothstep-never-executed Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-nested-loops-global-loop-counter-do-while-accumulate-float tint: delete and regen SKIP e2e tests that were missing FXC error message 2022-09-13 22:04:22 +00:00
cov-nir-array-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-nir-opt-large-constants-for-clamp-vector-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-nir-opt-loop-unroll-if-if-if-if-do-while Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-not-clamp-matrix-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-one-minus-clamp-always-one-cast-to-int Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-optimize-phis-for Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-optimize-phis-for-for-do-while-if-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-packhalf-unpackunorm Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-pattern-match-signum Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-pattern-match-single-bit Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-peephole-optimizer-target-instr-info-for-if-if-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-pow-identical-value-sqrt Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-pow-undefined Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-pow-undefined-result-condition-with-always-true Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-rcp-negative-int Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-reciprocal-var-minus-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-reduce-load-array-replace-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-reduce-load-replace-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-register-coalescer-live-intervals-target-instr-info-for-discard-for-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-reinitialize-matrix-after-undefined-value Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-replace-copy-object Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-return-after-do-while tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
cov-return-after-first-iteration Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-return-partly-undefined-vector-from-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-scaled-number-nested-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-scaled-number-nested-loops-array-access Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-schedule-dag-rrlist-mix-log-cos Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-selection-dag-assign-back-and-forth Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-selection-dag-inverse-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-selection-dag-lt-gt Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-selection-dag-same-cond-twice Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-set-output-color-function-call-nested-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-set-vector-cos-fragcoord Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplification-unused-struct Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplification-while-inside-for Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-clamp-max-itself Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-combine-compares-max-max-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-component-uniform-idx Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-div-by-uint-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-for-bitwise-condition Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-ldexp-exponent-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-max-multiplied-values Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-modulo-1 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-mul-identity Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-not-less-than-neg Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-right-shift-greater-than-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-simplify-sign-cosh Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-sin-mul-mat-mat-mul-vec-mat Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-single-block-elim-self-assign Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-sinh-ldexp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-ssa-rewrite-case-with-default Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-step-sinh Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-struct-float-array-mix-uniform-vectors Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-sum-uniform-vector-components-round Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-tail-duplicator-for-for-for Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-tail-duplicator-infinite-loops tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
cov-target-lowering-dfdx-cos Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-target-lowering-inst-combine-compares-struct-array-clamp-function-cal Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-transpose-multiply Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-trunc-fract-always-zero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-types-return-in-main-never-hit Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-undefined-inversesqrt-reflect Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-uninitialized-values-passed-to-function-never-executed Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-unpack-unorm-mix-always-one Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-unused-matrix-copy-inside-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-val-cfg-case-fallthrough Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-inst-combine-select-value-tracking-flip-bits Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-apint-inst-combine-simplify-one-mod-loop-iterator Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-inclusive-or Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-known-nonzero Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-max-uintbitstofloat Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-selection-dag-negation-clamp-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-value-tracking-uniform-incident Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-vector-dce-inc-unused-comp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-vector-dce-unused-component Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-vector-log2-cosh Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-x86-isel-lowering-apfloat-nan-cos-cos Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-x86-isel-lowering-machine-value-type-uint-to-float Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-x86-isel-lowering-negative-left-shift Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
cov-x86-isel-lowering-selection-dag-struct-array-clamp-index Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
create-color-in-do-while-for-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
dead-barriers-in-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
disc-and-add-in-func-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
discard-continue-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
discard-in-array-manipulating-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
discard-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
discard-in-loop-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
discards-in-control-flow Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
do-while-false-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
do-while-if-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
do-while-loop-in-conditionals Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
early-return-and-barrier Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
flag-always-false-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
for-condition-always-false Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
for-loop-with-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
for-with-ifs-and-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
frag-coord-func-call-and-ifs Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
function-with-uniform-return tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
global-array-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
if-and-switch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
increment-value-in-nested-for-loop tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
injection-switch-as-comparison Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
int-mat2-struct Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
loop-dead-if-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
loop-nested-ifs Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
loops-ifs-continues-call Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
matrices-and-return-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
max-mix-conditional-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
mix-floor-add Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
nested-for-break-mat-color Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
nested-ifs-and-return-in-for-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
nested-loops-switch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
nested-switch-break-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
one-sized-array Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
return-float-from-while-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
return-in-loop-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
return-inside-loop-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
returned-boolean-in-vector Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
set-color-in-one-iteration-while-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
similar-nested-ifs tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
smoothstep-after-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-access-chains Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-composite-phi Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-composite2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-composites Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-dead-break-and-unroll Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-declare-bvec4 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-double-branch-to-same-block Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-double-branch-to-same-block2 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-double-branch-to-same-block3 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-load-from-frag-color tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
spv-null-in-phi-and-unroll Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-bifurcation-Os-mutate-var-vector-shuffle Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-bubblesort-flag-complex-conditionals Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-collatz-O-mutate-composite-construct-extract Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-colorgrid-modulo-O-move-block-down Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-maze-flatten-copy-composite tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
spv-stable-mergesort-O-prop-up-mutate-var Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-mergesort-dead-code Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-mergesort-flatten-selection-dead-continues Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-mergesort-func-inline-mutate-var Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-orbit-O-mutate-variable Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-orbit-Os-access-chain-mutate-pointer Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-pillars-O-op-select-to-op-phi Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-pillars-volatile-nontemporal-store Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-quicksort-dontinline Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-quicksort-mat-func-param Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
spv-stable-rects-Os-mutate-var-push-through-var Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-binarysearch-tree-false-if-discard-loop tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
stable-binarysearch-tree-fragcoord-less-than-zero tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
stable-binarysearch-tree-nested-if-and-conditional Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-binarysearch-tree-with-loop-read-write-global tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
stable-collatz-push-constant-with-nested-min-max Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-double-always-false-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-float-mat-determinant-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-injected-conditional-true Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-true-conditional-divided-1 Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-true-conditional-simple-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-colorgrid-modulo-vec3-values-from-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-mergesort-clamped-conditional-bit-shift Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-mergesort-for-always-false-if-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-mergesort-reversed-for-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-quicksort-conditional-bitwise-or-clamp Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-quicksort-for-loop-with-injection Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-quicksort-if-false-else-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-quicksort-max-value-as-index Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-rects-vec4-clamp-conditional-min-mix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-triangle-array-nested-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-triangle-clamp-conditional-mix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-triangle-nested-conditional-clamped-float Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
stable-triangle-nested-for-loop-and-true-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
struct-array-index Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
struct-controlled-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
struct-used-as-temporary Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
switch-if-discard Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
switch-inside-while-always-return Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
switch-loop-switch-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
switch-with-empty-if-false Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
switch-with-fall-through-cases Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
transpose-rectangular-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-2-iteration-loops Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-loops-matrix Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-loops-set-struct Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-loops-with-break Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-nested-do-whiles Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
two-nested-for-loops-with-returns Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
undefined-assign-in-infinite-loop tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
undefined-integer-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
uninit-element-cast-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
uninitialized-var-decrement-and-add Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unreachable-continue-statement Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unreachable-discard-statement-in-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unreachable-loops tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
unreachable-loops-in-switch Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
unreachable-return-in-loop Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
uv-value-comparison-as-boolean Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vector-values-multiplied-by-fragcoord Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
vectors-and-discard-in-function Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
while-function-always-false Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
write-before-break tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
write-red-after-search tint/hlsl: remove [loop] attribute on all loops 2022-09-29 16:53:58 +00:00
write-red-in-loop-nest Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00
wrong-color-in-always-false-if Update src/tint unittests to new @stage format. 2022-06-07 13:55:34 +00:00