| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 33 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %compute_main "compute_main" %compute_main_local_invocation_index_Input |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %arg_0 "arg_0" |
| OpName %compute_main_local_invocation_index_Input "compute_main_local_invocation_index_Input" |
| OpName %atomicStore_726882 "atomicStore_726882" |
| OpName %arg_1 "arg_1" |
| OpName %compute_main_inner "compute_main_inner" |
| OpName %tint_local_index "tint_local_index" |
| OpName %compute_main "compute_main" |
| OpDecorate %compute_main_local_invocation_index_Input BuiltIn LocalInvocationIndex |
| %uint = OpTypeInt 32 0 |
| %_ptr_Workgroup_uint = OpTypePointer Workgroup %uint |
| %arg_0 = OpVariable %_ptr_Workgroup_uint Workgroup |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %compute_main_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input |
| %void = OpTypeVoid |
| %8 = OpTypeFunction %void |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %uint_1 = OpConstant %uint 1 |
| %uint_2 = OpConstant %uint 2 |
| %uint_0 = OpConstant %uint 0 |
| %19 = OpTypeFunction %void %uint |
| %bool = OpTypeBool |
| %uint_264 = OpConstant %uint 264 |
| %atomicStore_726882 = OpFunction %void None %8 |
| %9 = OpLabel |
| %arg_1 = OpVariable %_ptr_Function_uint Function |
| OpStore %arg_1 %uint_1 |
| %13 = OpLoad %uint %arg_1 None |
| OpAtomicStore %arg_0 %uint_2 %uint_0 %13 |
| OpReturn |
| OpFunctionEnd |
| %compute_main_inner = OpFunction %void None %19 |
| %tint_local_index = OpFunctionParameter %uint |
| %20 = OpLabel |
| %21 = OpIEqual %bool %tint_local_index %uint_0 |
| OpSelectionMerge %23 None |
| OpBranchConditional %21 %24 %23 |
| %24 = OpLabel |
| OpAtomicStore %arg_0 %uint_2 %uint_0 %uint_0 |
| OpBranch %23 |
| %23 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %28 = OpFunctionCall %void %atomicStore_726882 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %8 |
| %30 = OpLabel |
| %31 = OpLoad %uint %compute_main_local_invocation_index_Input None |
| %32 = OpFunctionCall %void %compute_main_inner %31 |
| OpReturn |
| OpFunctionEnd |