blob: 313bbd7c15d50f84fed8c8aed081df1efa3c43e8 [file] [log] [blame]
//
// fragment_main
//
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device packed_uint3* prevent_dce;
};
uint3 subgroupShuffleXor_9f945a() {
uint3 res = simd_shuffle_xor(uint3(1u), 1u);
return res;
}
fragment void fragment_main(device packed_uint3* 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) = packed_uint3(subgroupShuffleXor_9f945a());
}
//
// compute_main
//
#include <metal_stdlib>
using namespace metal;
struct tint_module_vars_struct {
device packed_uint3* prevent_dce;
};
uint3 subgroupShuffleXor_9f945a() {
uint3 res = simd_shuffle_xor(uint3(1u), 1u);
return res;
}
kernel void compute_main(device packed_uint3* 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) = packed_uint3(subgroupShuffleXor_9f945a());
}