| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 82 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main4 "main4" |
| OpEntryPoint GLCompute %main1 "main1" %main1_local_invocation_index_Input |
| OpEntryPoint GLCompute %main2 "main2" %main2_local_invocation_index_Input |
| OpEntryPoint GLCompute %main3 "main3" %main3_local_invocation_index_Input |
| OpExecutionMode %main4 LocalSize 1 1 1 |
| OpExecutionMode %main1 LocalSize 1 1 1 |
| OpExecutionMode %main2 LocalSize 1 1 1 |
| OpExecutionMode %main3 LocalSize 1 1 1 |
| OpName %a "a" |
| OpName %b "b" |
| OpName %c "c" |
| OpName %main1_local_invocation_index_Input "main1_local_invocation_index_Input" |
| OpName %main2_local_invocation_index_Input "main2_local_invocation_index_Input" |
| OpName %main3_local_invocation_index_Input "main3_local_invocation_index_Input" |
| OpName %uses_a "uses_a" |
| OpName %uses_b "uses_b" |
| OpName %uses_a_and_b "uses_a_and_b" |
| OpName %no_uses "no_uses" |
| OpName %outer "outer" |
| OpName %main1_inner "main1_inner" |
| OpName %tint_local_index "tint_local_index" |
| OpName %main2_inner "main2_inner" |
| OpName %tint_local_index_0 "tint_local_index" |
| OpName %main3_inner "main3_inner" |
| OpName %tint_local_index_1 "tint_local_index" |
| OpName %main4 "main4" |
| OpName %main1 "main1" |
| OpName %main2 "main2" |
| OpName %main3 "main3" |
| OpDecorate %main1_local_invocation_index_Input BuiltIn LocalInvocationIndex |
| OpDecorate %main2_local_invocation_index_Input BuiltIn LocalInvocationIndex |
| OpDecorate %main3_local_invocation_index_Input BuiltIn LocalInvocationIndex |
| %int = OpTypeInt 32 1 |
| %_ptr_Workgroup_int = OpTypePointer Workgroup %int |
| %a = OpVariable %_ptr_Workgroup_int Workgroup |
| %b = OpVariable %_ptr_Workgroup_int Workgroup |
| %c = OpVariable %_ptr_Workgroup_int Workgroup |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %main1_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input |
| %main2_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input |
| %main3_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input |
| %void = OpTypeVoid |
| %13 = OpTypeFunction %void |
| %int_1 = OpConstant %int 1 |
| %int_2 = OpConstant %int 2 |
| %int_0 = OpConstant %int 0 |
| %37 = OpTypeFunction %void %uint |
| %uint_0 = OpConstant %uint 0 |
| %bool = OpTypeBool |
| %uint_2 = OpConstant %uint 2 |
| %uint_264 = OpConstant %uint 264 |
| %int_42 = OpConstant %int 42 |
| %int_7 = OpConstant %int 7 |
| %uses_a = OpFunction %void None %13 |
| %14 = OpLabel |
| %15 = OpLoad %int %a None |
| %16 = OpIAdd %int %15 %int_1 |
| OpStore %a %16 None |
| OpReturn |
| OpFunctionEnd |
| %uses_b = OpFunction %void None %13 |
| %19 = OpLabel |
| %20 = OpLoad %int %b None |
| %21 = OpIMul %int %20 %int_2 |
| OpStore %b %21 None |
| OpReturn |
| OpFunctionEnd |
| %uses_a_and_b = OpFunction %void None %13 |
| %24 = OpLabel |
| %25 = OpLoad %int %a None |
| OpStore %b %25 None |
| OpReturn |
| OpFunctionEnd |
| %no_uses = OpFunction %void None %13 |
| %27 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %outer = OpFunction %void None %13 |
| %29 = OpLabel |
| OpStore %a %int_0 None |
| %31 = OpFunctionCall %void %uses_a |
| %32 = OpFunctionCall %void %uses_a_and_b |
| %33 = OpFunctionCall %void %uses_b |
| %34 = OpFunctionCall %void %no_uses |
| OpReturn |
| OpFunctionEnd |
| %main1_inner = OpFunction %void None %37 |
| %tint_local_index = OpFunctionParameter %uint |
| %38 = OpLabel |
| %39 = OpIEqual %bool %tint_local_index %uint_0 |
| OpSelectionMerge %42 None |
| OpBranchConditional %39 %43 %42 |
| %43 = OpLabel |
| OpStore %a %int_0 None |
| OpBranch %42 |
| %42 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| OpStore %a %int_42 None |
| %48 = OpFunctionCall %void %uses_a |
| OpReturn |
| OpFunctionEnd |
| %main2_inner = OpFunction %void None %37 |
| %tint_local_index_0 = OpFunctionParameter %uint |
| %51 = OpLabel |
| %52 = OpIEqual %bool %tint_local_index_0 %uint_0 |
| OpSelectionMerge %53 None |
| OpBranchConditional %52 %54 %53 |
| %54 = OpLabel |
| OpStore %b %int_0 None |
| OpBranch %53 |
| %53 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| OpStore %b %int_7 None |
| %57 = OpFunctionCall %void %uses_b |
| OpReturn |
| OpFunctionEnd |
| %main3_inner = OpFunction %void None %37 |
| %tint_local_index_1 = OpFunctionParameter %uint |
| %60 = OpLabel |
| %61 = OpIEqual %bool %tint_local_index_1 %uint_0 |
| OpSelectionMerge %62 None |
| OpBranchConditional %61 %63 %62 |
| %63 = OpLabel |
| OpStore %a %int_0 None |
| OpStore %b %int_0 None |
| OpBranch %62 |
| %62 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %65 = OpFunctionCall %void %outer |
| %66 = OpFunctionCall %void %no_uses |
| OpReturn |
| OpFunctionEnd |
| %main4 = OpFunction %void None %13 |
| %68 = OpLabel |
| %69 = OpFunctionCall %void %no_uses |
| OpReturn |
| OpFunctionEnd |
| %main1 = OpFunction %void None %13 |
| %71 = OpLabel |
| %72 = OpLoad %uint %main1_local_invocation_index_Input None |
| %73 = OpFunctionCall %void %main1_inner %72 |
| OpReturn |
| OpFunctionEnd |
| %main2 = OpFunction %void None %13 |
| %75 = OpLabel |
| %76 = OpLoad %uint %main2_local_invocation_index_Input None |
| %77 = OpFunctionCall %void %main2_inner %76 |
| OpReturn |
| OpFunctionEnd |
| %main3 = OpFunction %void None %13 |
| %79 = OpLabel |
| %80 = OpLoad %uint %main3_local_invocation_index_Input None |
| %81 = OpFunctionCall %void %main3_inner %80 |
| OpReturn |
| OpFunctionEnd |