dawn-cmake/test/ptr_ref/load/global/i32.spvasm.expected.msl

16 lines
275 B
Plaintext

#include <metal_stdlib>
using namespace metal;
void main_1(thread int* const tint_symbol_1) {
int const x_9 = *(tint_symbol_1);
int const x_11 = (x_9 + 1);
return;
}
kernel void tint_symbol() {
thread int tint_symbol_2 = 0;
main_1(&(tint_symbol_2));
return;
}