dawn-cmake/test/tint/vk-gl-cts/graphicsfuzz
Ben Clayton 4d36557bce Normalize all line endings to LF
And force shader code to always use LF endings.

Post merge, there were a number of files that crept in with CRLF endings.

Some Tint end-to-end tests take objection to CRLF endings.

CRLF endings can be detected with:

```
git grep -I --files-with-matches --perl-regexp '\r' HEAD
```

And fixed with:

```
find . -type f -exec dos2unix {} \;
```

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