blob: d020c190bc1c645dab83ef542599af1e2dfdbdac [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: S = struct @align(8) {
v:vec3<f16> @offset(0)
}
$B1: { # root
%U:ptr<storage, S, read_write> = var @binding_point(0, 0)
}
%f = func():void {
$B2: {
%3:ptr<storage, vec3<f16>, read_write> = access %U, 0u
store %3, vec3<f16>(1.0h, 2.0h, 3.0h)
%4:ptr<storage, vec3<f16>, read_write> = access %U, 0u
store_vector_element %4, 0u, 1.0h
%5:ptr<storage, vec3<f16>, read_write> = access %U, 0u
store_vector_element %5, 1u, 2.0h
%6:ptr<storage, vec3<f16>, read_write> = access %U, 0u
store_vector_element %6, 2u, 3.0h
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. *
********************************************************************