blob: 48399308314e285b6cee43fed60d057ac9dd7b94 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
uint subgroupShuffleDown_d90c2f() {
uint res = simd_shuffle_down(1u,1u);
return res;
}
fragment void fragment_main(device uint* tint_symbol [[buffer(0)]]) {
*(tint_symbol) = subgroupShuffleDown_d90c2f();
return;
}
kernel void compute_main(device uint* tint_symbol_1 [[buffer(0)]]) {
*(tint_symbol_1) = subgroupShuffleDown_d90c2f();
return;
}