blob: 95537fb4f4397365b9ba95e6e1c9b874b6831788 [file]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
const constant half2x4* u;
};
kernel void f(const constant half2x4* u [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.u=u};
half4x2 const t = transpose((*tint_module_vars.u));
half const l = length((*tint_module_vars.u)[1u]);
half const a = abs((*tint_module_vars.u)[0u].ywxz.x);
}