blob: f2f93b4daf09cb75700bcbdc4c838d52a8799005 [file] [log] [blame]
//
// fragment_main
//
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half* prevent_dce;
};
half subgroupExclusiveAdd_4a1568() {
half arg_0 = 1.0h;
half res = simd_prefix_exclusive_sum(arg_0);
return res;
}
fragment void fragment_main(device half* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupExclusiveAdd_4a1568();
}
//
// compute_main
//
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device half* prevent_dce;
};
half subgroupExclusiveAdd_4a1568() {
half arg_0 = 1.0h;
half res = simd_prefix_exclusive_sum(arg_0);
return res;
}
kernel void compute_main(device half* prevent_dce [[buffer(0)]]) {
tint_module_vars_struct const tint_module_vars = tint_module_vars_struct{.prevent_dce=prevent_dce};
(*tint_module_vars.prevent_dce) = subgroupExclusiveAdd_4a1568();
}