blob: 70fc26ddf05581a19fe95199d76ef3dc3ecd8fa6 [file]
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
const constant half3x4* u;
};
kernel void f(const constant half3x4* u [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.u=u};
half4x3 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);
}