| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 61 |
| ; Schema: 0 |
| OpCapability Shader |
| %45 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %f "f" %f_local_invocation_index_Input |
| OpExecutionMode %f LocalSize 1 1 1 |
| OpMemberName %ubo_block_tint_explicit_layout 0 "inner" |
| OpName %ubo_block_tint_explicit_layout "ubo_block_tint_explicit_layout" |
| OpMemberName %Result 0 "out" |
| OpName %Result "Result" |
| OpMemberName %result_block 0 "inner" |
| OpName %result_block "result_block" |
| OpMemberName %S 0 "data" |
| OpName %S "S" |
| OpName %s "s" |
| OpName %f_local_invocation_index_Input "f_local_invocation_index_Input" |
| OpName %f_inner "f_inner" |
| OpName %tint_local_index "tint_local_index" |
| OpName %f "f" |
| OpDecorate %_arr_v4uint_uint_1 ArrayStride 16 |
| OpMemberDecorate %ubo_block_tint_explicit_layout 0 Offset 0 |
| OpDecorate %ubo_block_tint_explicit_layout Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 NonWritable |
| OpMemberDecorate %Result 0 Offset 0 |
| OpMemberDecorate %result_block 0 Offset 0 |
| OpDecorate %result_block Block |
| OpDecorate %8 DescriptorSet 0 |
| OpDecorate %8 Binding 1 |
| OpDecorate %8 Coherent |
| OpDecorate %f_local_invocation_index_Input BuiltIn LocalInvocationIndex |
| %uint = OpTypeInt 32 0 |
| %v4uint = OpTypeVector %uint 4 |
| %uint_1 = OpConstant %uint 1 |
| %_arr_v4uint_uint_1 = OpTypeArray %v4uint %uint_1 |
| %ubo_block_tint_explicit_layout = OpTypeStruct %_arr_v4uint_uint_1 |
| %_ptr_Uniform_ubo_block_tint_explicit_layout = OpTypePointer Uniform %ubo_block_tint_explicit_layout |
| %1 = OpVariable %_ptr_Uniform_ubo_block_tint_explicit_layout Uniform |
| %int = OpTypeInt 32 1 |
| %Result = OpTypeStruct %int |
| %result_block = OpTypeStruct %Result |
| %_ptr_StorageBuffer_result_block = OpTypePointer StorageBuffer %result_block |
| %8 = OpVariable %_ptr_StorageBuffer_result_block StorageBuffer |
| %uint_64 = OpConstant %uint 64 |
| %_arr_int_uint_64 = OpTypeArray %int %uint_64 |
| %S = OpTypeStruct %_arr_int_uint_64 |
| %_ptr_Workgroup_S = OpTypePointer Workgroup %S |
| %s = OpVariable %_ptr_Workgroup_S Workgroup |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %f_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input |
| %void = OpTypeVoid |
| %23 = OpTypeFunction %void %uint |
| %uint_2 = OpConstant %uint 2 |
| %uint_264 = OpConstant %uint 264 |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_v4uint = OpTypePointer Uniform %v4uint |
| %uint_63 = OpConstant %uint 63 |
| %_ptr_Workgroup_int = OpTypePointer Workgroup %int |
| %bool = OpTypeBool |
| %int_0 = OpConstant %int 0 |
| %57 = OpTypeFunction %void |
| %f_inner = OpFunction %void None %23 |
| %tint_local_index = OpFunctionParameter %uint |
| %24 = OpLabel |
| OpBranch %25 |
| %25 = OpLabel |
| OpBranch %28 |
| %28 = OpLabel |
| %30 = OpPhi %uint %tint_local_index %25 %31 %27 |
| OpLoopMerge %29 %27 None |
| OpBranch %26 |
| %26 = OpLabel |
| %50 = OpUGreaterThanEqual %bool %30 %uint_64 |
| OpSelectionMerge %52 None |
| OpBranchConditional %50 %53 %52 |
| %53 = OpLabel |
| OpBranch %29 |
| %52 = OpLabel |
| %54 = OpAccessChain %_ptr_Workgroup_int %s %uint_0 %30 |
| OpStore %54 %int_0 None |
| OpBranch %27 |
| %27 = OpLabel |
| %31 = OpIAdd %uint %30 %uint_1 |
| OpBranch %28 |
| %29 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %35 = OpAccessChain %_ptr_StorageBuffer_int %8 %uint_0 %uint_0 |
| %38 = OpAccessChain %_ptr_Uniform_v4uint %1 %uint_0 %uint_0 |
| %40 = OpLoad %v4uint %38 None |
| %41 = OpCompositeExtract %uint %40 0 |
| %42 = OpBitcast %int %41 |
| %43 = OpBitcast %uint %42 |
| %44 = OpExtInst %uint %45 UMin %43 %uint_63 |
| %47 = OpAccessChain %_ptr_Workgroup_int %s %uint_0 %44 |
| %49 = OpLoad %int %47 None |
| OpStore %35 %49 None |
| OpReturn |
| OpFunctionEnd |
| %f = OpFunction %void None %57 |
| %58 = OpLabel |
| %59 = OpLoad %uint %f_local_invocation_index_Input None |
| %60 = OpFunctionCall %void %f_inner %59 |
| OpReturn |
| OpFunctionEnd |