blob: 34d4271a3bde660ff4aa5c2507f1540ec22d1009 [file]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ float4 a;
};
struct tint_module_vars_struct {
device S* v;
};
[[max_total_threads_per_threadgroup(1)]]
kernel void foo(device S* v [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.v=v};
(*tint_module_vars.v).a = ((*tint_module_vars.v).a * float4x4(float4(0.0f), float4(0.0f), float4(0.0f), float4(0.0f)));
}