blob: ef5ab3a9a8de9c4c95e230e4f7c4bd1dc588219e [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:355 internal compiler error: S = struct @align(128) {
f:f32 @offset(0), @location(0)
u:u32 @offset(4), @location(1), @interpolate(flat)
v:vec4<f32> @offset(128), @builtin(position)
}
%b1 = block { # root
%output:ptr<storage, S, read_write> = var @binding_point(0, 0)
}
%frag_main = @fragment func(%input:S):void -> %b2 {
%b2 = block {
%f:f32 = access %input, 0u
%u:u32 = access %input, 1u
%v:vec4<f32> = access %input, 2u
store %output, %input
ret
}
}
unhandled variable address space
********************************************************************
* 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. *
********************************************************************