blob: 7de52b60fd1ac24b65156644fb3e5c515bcd993f [file] [log] [blame]
SKIP: FAILED
<dawn>/src/tint/lang/msl/writer/printer/printer.cc:469 internal compiler error: %b1 = block { # root
%arg_0:ptr<handle, texture_depth_2d, read> = var @binding_point(1, 0)
%arg_1:ptr<handle, sampler_comparison, read> = var @binding_point(1, 1)
%prevent_dce:ptr<storage, f32, read_write> = var @binding_point(2, 0)
}
%textureSampleCompareLevel_2ad2b1 = func():void -> %b2 {
%b2 = block {
%arg_2:ptr<function, vec2<f32>, read_write> = var, vec2<f32>(1.0f)
%arg_3:ptr<function, f32, read_write> = var, 1.0f
%7:texture_depth_2d = load %arg_0
%8:sampler_comparison = load %arg_1
%9:vec2<f32> = load %arg_2
%10:f32 = load %arg_3
%11:f32 = textureSampleCompareLevel %7, %8, %9, %10
%res:ptr<function, f32, read_write> = var, %11
%13:f32 = load %res
store %prevent_dce, %13
ret
}
}
%vertex_main = @vertex func():vec4<f32> [@position] -> %b3 {
%b3 = block {
%15:void = call %textureSampleCompareLevel_2ad2b1
ret vec4<f32>(0.0f)
}
}
%fragment_main = @fragment func():void -> %b4 {
%b4 = block {
%17:void = call %textureSampleCompareLevel_2ad2b1
ret
}
}
%compute_main = @compute @workgroup_size(1, 1, 1) func():void -> %b5 {
%b5 = block {
%19:void = call %textureSampleCompareLevel_2ad2b1
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. *
********************************************************************