blob: 02fd5900e00d56a5214acb8275a05328f884f0b8 [file] [log] [blame]
SKIP: FAILED
<dawn>/test/tint/diagnostic_filtering/for_loop_attribute.wgsl:5:21 warning: 'dpdx' must only be called from uniform control flow
for (; x > v.x && dpdx(1.0) > 0.0; ) {
^^^^^^^^^
<dawn>/test/tint/diagnostic_filtering/for_loop_attribute.wgsl:5:3 note: control flow depends on possibly non-uniform value
for (; x > v.x && dpdx(1.0) > 0.0; ) {
^^^
<dawn>/test/tint/diagnostic_filtering/for_loop_attribute.wgsl:5:21 note: return value of 'dpdx' may be non-uniform
for (; x > v.x && dpdx(1.0) > 0.0; ) {
^^^^^^^^^
<dawn>/src/tint/lang/hlsl/writer/printer/printer.cc:198 internal compiler error: Switch() matched no cases. Type: tint::core::ir::Loop
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************