| // |
| // fragment_main |
| // |
| RWByteAddressBuffer prevent_dce : register(u0); |
| |
| float16_t subgroupInclusiveMul_10a1ef() { |
| float16_t arg_0 = float16_t(1.0h); |
| float16_t res = (WavePrefixProduct(arg_0) * arg_0); |
| return res; |
| } |
| |
| void fragment_main() { |
| prevent_dce.Store<float16_t>(0u, subgroupInclusiveMul_10a1ef()); |
| return; |
| } |
| // |
| // compute_main |
| // |
| RWByteAddressBuffer prevent_dce : register(u0); |
| |
| float16_t subgroupInclusiveMul_10a1ef() { |
| float16_t arg_0 = float16_t(1.0h); |
| float16_t res = (WavePrefixProduct(arg_0) * arg_0); |
| return res; |
| } |
| |
| [numthreads(1, 1, 1)] |
| void compute_main() { |
| prevent_dce.Store<float16_t>(0u, subgroupInclusiveMul_10a1ef()); |
| return; |
| } |