blob: 3bdeb77fc0092bd01ce02312624cc75cfd99423f [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root
%m:ptr<private, mat2x3<f32>, read_write> = var, mat2x3<f32>(vec3<f32>(0.0f, 1.0f, 2.0f), vec3<f32>(3.0f, 4.0f, 5.0f))
%out:ptr<storage, mat2x3<f32>, read_write> = var @binding_point(0, 0)
}
%f = @compute @workgroup_size(1, 1, 1) func():void {
$B2: {
%4:mat2x3<f32> = load %m
%5:mat2x3<f32> = construct %4
%6:void = call %tint_store_and_preserve_padding, %out, %5
ret
}
}
%tint_store_and_preserve_padding = func(%target:ptr<storage, mat2x3<f32>, read_write>, %value_param:mat2x3<f32>):void {
$B3: {
%10:ptr<storage, vec3<f32>, read_write> = access %target, 0u
%11:vec3<f32> = access %value_param, 0u
store %10, %11
%12:ptr<storage, vec3<f32>, read_write> = access %target, 1u
%13:vec3<f32> = access %value_param, 1u
store %12, %13
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. *
********************************************************************