blob: c23110f3446e0059279bdb5d71f06331374cf46e [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:1110 internal compiler error: %b1 = block { # root
%arg_0:ptr<handle, texture_storage_2d_array<rgba32float, read_write>, read> = var @binding_point(1, 0)
}
%textureStore_55f9dc = func():void -> %b2 {
%b2 = block {
%arg_1:ptr<function, vec2<u32>, read_write> = var, vec2<u32>(1u)
%arg_2:ptr<function, u32, read_write> = var, 1u
%arg_3:ptr<function, vec4<f32>, read_write> = var, vec4<f32>(1.0f)
%6:texture_storage_2d_array<rgba32float, read_write> = load %arg_0
%7:vec2<u32> = load %arg_1
%8:u32 = load %arg_2
%9:vec4<f32> = load %arg_3
%10:void = textureStore %6, %7, %8, %9
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] -> %b3 {
%b3 = block {
%12:void = call %textureStore_55f9dc
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void -> %b4 {
%b4 = block {
%14:void = call %textureStore_55f9dc
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 {
%b5 = block {
%16:void = call %textureStore_55f9dc
ret
}
}
invalid access control for storage texture
********************************************************************
* 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. *
********************************************************************