blob: e427638405be178c0ac1794c6c4e8fdcb4c62cdb [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root
%u:ptr<uniform, mat4x3<f32>, read> = var @binding_point(0, 0)
%s:ptr<storage, mat4x3<f32>, read_write> = var @binding_point(0, 1)
}
%tint_symbol = @compute @workgroup_size(1, 1, 1) func():void {
$B2: {
%4:mat4x3<f32> = load %u
%x:mat4x3<f32> = let %4
%6:void = call %tint_store_and_preserve_padding, %s, %x
ret
}
}
%tint_store_and_preserve_padding = func(%target:ptr<storage, mat4x3<f32>, read_write>, %value_param:mat4x3<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
%14:ptr<storage, vec3<f32>, read_write> = access %target, 2u
%15:vec3<f32> = access %value_param, 2u
store %14, %15
%16:ptr<storage, vec3<f32>, read_write> = access %target, 3u
%17:vec3<f32> = access %value_param, 3u
store %16, %17
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. *
********************************************************************