blob: ccf50b0576494f5c97e723e3eda5ee8ad37d62c2 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(const constant half4x2* tint_symbol [[buffer(0)]]) {
half2x4 const t = transpose(*(tint_symbol));
half const l = length((*(tint_symbol))[1]);
half const a = fabs((*(tint_symbol))[0].yx[0]);
return;
}