blob: 30bc54302a55c1d0602c20932c19cba41acf3a9b [file] [log] [blame]
SKIP: FAILED
../../src/tint/lang/msl/writer/printer/printer.cc:500 internal compiler error: $B1: { # root
%u:ptr<uniform, mat2x2<f32>, read> = var @binding_point(0, 0)
%s:ptr<storage, mat2x2<f32>, read_write> = var @binding_point(0, 1)
}
%f = @compute @workgroup_size(1, 1, 1) func():void {
$B2: {
%4:mat2x2<f32> = load %u
store %s, %4
%5:ptr<storage, vec2<f32>, read_write> = access %s, 1i
%6:ptr<uniform, vec2<f32>, read> = access %u, 0i
%7:vec2<f32> = load %6
store %5, %7
%8:ptr<storage, vec2<f32>, read_write> = access %s, 1i
%9:ptr<uniform, vec2<f32>, read> = access %u, 0i
%10:vec2<f32> = load %9
%11:vec2<f32> = swizzle %10, yx
store %8, %11
%12:ptr<storage, vec2<f32>, read_write> = access %s, 0i
%13:ptr<uniform, vec2<f32>, read> = access %u, 1i
%14:f32 = load_vector_element %13, 0i
store_vector_element %12, 1i, %14
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. *
********************************************************************