blob: a99b7984eed46aa8c4e614ca81d4110399447a73 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void f(device float2x4* tint_symbol [[buffer(1)]], const constant float2x4* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol) = *(tint_symbol_1);
(*(tint_symbol))[1] = (*(tint_symbol_1))[0];
(*(tint_symbol))[1] = float4((*(tint_symbol_1))[0]).ywxz;
(*(tint_symbol))[0][1] = (*(tint_symbol_1))[1][0];
return;
}