blob: ab3cc6d90db15bf0e8392513df7f96ff915e6b26 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_private_vars_struct {
int counter;
};
int i(thread tint_private_vars_struct* const tint_private_vars) {
(*(tint_private_vars)).counter = as_type<int>((as_type<uint>((*(tint_private_vars)).counter) + as_type<uint>(1)));
return (*(tint_private_vars)).counter;
}
kernel void f(const constant half4x4* tint_symbol [[buffer(0)]]) {
half4x4 const l_m = *(tint_symbol);
half4 const l_m_1 = (*(tint_symbol))[1];
return;
}