SKIP: FAILED

VertexOutput = struct @align(16) {
  pos:vec4<f32> @offset(0), @builtin(position)
  prevent_dce:u32 @offset(16), @location(0), @interpolate(flat)
}

$B1: {  # root
  %prevent_dce:ptr<storage, u32, read_write> = var undef @binding_point(0, 0)
  %arg_0:ptr<handle, texel_buffer<rgba8sint, read>, read> = var undef @binding_point(1, 0)
}

%textureDimensions_aa30d1 = func():u32 {
  $B2: {
    %4:texel_buffer<rgba8sint, read> = load %arg_0
    %5:u32 = textureDimensions %4
    %res:ptr<function, u32, read_write> = var %5
    %7:u32 = load %res
    ret %7
  }
}
%fragment_main = @fragment func():void {
  $B3: {
    %9:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %9
    ret
  }
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
  $B4: {
    %11:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %11
    ret
  }
}
%vertex_main = @vertex func():VertexOutput {
  $B5: {
    %out:ptr<function, VertexOutput, read_write> = var undef
    %14:ptr<function, vec4<f32>, read_write> = access %out, 0u
    store %14, vec4<f32>(0.0f)
    %15:ptr<function, u32, read_write> = access %out, 1u
    %16:u32 = call %textureDimensions_aa30d1
    store %15, %16
    %17:VertexOutput = load %out
    ret %17
  }
}
Failed to generate: texel buffers are not supported by the MSL backend
VertexOutput = struct @align(16) {
  pos:vec4<f32> @offset(0), @builtin(position)
  prevent_dce:u32 @offset(16), @location(0), @interpolate(flat)
}

$B1: {  # root
  %prevent_dce:ptr<storage, u32, read_write> = var undef @binding_point(0, 0)
  %arg_0:ptr<handle, texel_buffer<rgba8sint, read>, read> = var undef @binding_point(1, 0)
}

%textureDimensions_aa30d1 = func():u32 {
  $B2: {
    %4:texel_buffer<rgba8sint, read> = load %arg_0
    %5:u32 = textureDimensions %4
    %res:ptr<function, u32, read_write> = var %5
    %7:u32 = load %res
    ret %7
  }
}
%fragment_main = @fragment func():void {
  $B3: {
    %9:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %9
    ret
  }
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
  $B4: {
    %11:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %11
    ret
  }
}
%vertex_main = @vertex func():VertexOutput {
  $B5: {
    %out:ptr<function, VertexOutput, read_write> = var undef
    %14:ptr<function, vec4<f32>, read_write> = access %out, 0u
    store %14, vec4<f32>(0.0f)
    %15:ptr<function, u32, read_write> = access %out, 1u
    %16:u32 = call %textureDimensions_aa30d1
    store %15, %16
    %17:VertexOutput = load %out
    ret %17
  }
}
Failed to generate: texel buffers are not supported by the MSL backend
VertexOutput = struct @align(16) {
  pos:vec4<f32> @offset(0), @builtin(position)
  prevent_dce:u32 @offset(16), @location(0), @interpolate(flat)
}

$B1: {  # root
  %prevent_dce:ptr<storage, u32, read_write> = var undef @binding_point(0, 0)
  %arg_0:ptr<handle, texel_buffer<rgba8sint, read>, read> = var undef @binding_point(1, 0)
}

%textureDimensions_aa30d1 = func():u32 {
  $B2: {
    %4:texel_buffer<rgba8sint, read> = load %arg_0
    %5:u32 = textureDimensions %4
    %res:ptr<function, u32, read_write> = var %5
    %7:u32 = load %res
    ret %7
  }
}
%fragment_main = @fragment func():void {
  $B3: {
    %9:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %9
    ret
  }
}
%compute_main = @compute @workgroup_size(1i, 1i, 1i) func():void {
  $B4: {
    %11:u32 = call %textureDimensions_aa30d1
    store %prevent_dce, %11
    ret
  }
}
%vertex_main = @vertex func():VertexOutput {
  $B5: {
    %out:ptr<function, VertexOutput, read_write> = var undef
    %14:ptr<function, vec4<f32>, read_write> = access %out, 0u
    store %14, vec4<f32>(0.0f)
    %15:ptr<function, u32, read_write> = access %out, 1u
    %16:u32 = call %textureDimensions_aa30d1
    store %15, %16
    %17:VertexOutput = load %out
    ret %17
  }
}
Failed to generate: texel buffers are not supported by the MSL backend
//
// fragment_main
//
//
// compute_main
//
//
// vertex_main
//

tint executable returned error: exit status 1
