| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 23 |
| ; Schema: 0 |
| OpCapability Shader |
| OpCapability GroupNonUniformBallot |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %prevent_dce_block "prevent_dce_block" |
| OpMemberName %prevent_dce_block 0 "inner" |
| OpName %prevent_dce "prevent_dce" |
| OpName %subgroupBroadcast_c36fe1 "subgroupBroadcast_c36fe1" |
| OpName %res "res" |
| OpName %compute_main "compute_main" |
| OpDecorate %prevent_dce_block Block |
| OpMemberDecorate %prevent_dce_block 0 Offset 0 |
| OpDecorate %prevent_dce DescriptorSet 0 |
| OpDecorate %prevent_dce Binding 0 |
| %uint = OpTypeInt 32 0 |
| %prevent_dce_block = OpTypeStruct %uint |
| %_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block |
| %prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer |
| %5 = OpTypeFunction %uint |
| %uint_1 = OpConstant %uint 1 |
| %uint_3 = OpConstant %uint 3 |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %13 = OpConstantNull %uint |
| %void = OpTypeVoid |
| %15 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint |
| %subgroupBroadcast_c36fe1 = OpFunction %uint None %5 |
| %7 = OpLabel |
| %res = OpVariable %_ptr_Function_uint Function %13 |
| %8 = OpGroupNonUniformBroadcast %uint %uint_3 %uint_1 %uint_1 |
| OpStore %res %8 |
| %14 = OpLoad %uint %res |
| OpReturnValue %14 |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %15 |
| %18 = OpLabel |
| %21 = OpAccessChain %_ptr_StorageBuffer_uint %prevent_dce %uint_0 |
| %22 = OpFunctionCall %uint %subgroupBroadcast_c36fe1 |
| OpStore %21 %22 |
| OpReturn |
| OpFunctionEnd |