blob: 1b137c5271f20a829af29b6f5a8d7efdd4dbbcf1 [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(half2((*(tint_symbol))[0]).yx[0]);
return;
}