| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 122 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" %local_invocation_index_1 |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %local_invocation_index_1 "local_invocation_index_1" |
| OpName %src_private "src_private" |
| OpName %src_workgroup "src_workgroup" |
| OpName %src_uniform_block "src_uniform_block" |
| OpMemberName %src_uniform_block 0 "inner" |
| OpName %S "S" |
| OpMemberName %S 0 "arr" |
| OpName %src_uniform "src_uniform" |
| OpName %src_storage "src_storage" |
| OpName %dst "dst" |
| OpName %dst_nested "dst_nested" |
| OpName %ret_arr "ret_arr" |
| OpName %ret_struct_arr "ret_struct_arr" |
| OpName %foo "foo" |
| OpName %src_param "src_param" |
| OpName %src_function "src_function" |
| OpName %src_nested "src_nested" |
| OpName %main_inner "main_inner" |
| OpName %local_invocation_index "local_invocation_index" |
| OpName %idx "idx" |
| OpName %idx_1 "idx_1" |
| OpName %main "main" |
| OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex |
| OpDecorate %_arr_v4int_uint_4 ArrayStride 16 |
| OpDecorate %src_uniform_block Block |
| OpMemberDecorate %src_uniform_block 0 Offset 0 |
| OpMemberDecorate %S 0 Offset 0 |
| OpDecorate %src_uniform NonWritable |
| OpDecorate %src_uniform DescriptorSet 0 |
| OpDecorate %src_uniform Binding 0 |
| OpDecorate %src_storage DescriptorSet 0 |
| OpDecorate %src_storage Binding 1 |
| OpDecorate %_arr_int_uint_2 ArrayStride 4 |
| OpDecorate %_arr__arr_int_uint_2_uint_3 ArrayStride 8 |
| OpDecorate %_arr__arr__arr_int_uint_2_uint_3_uint_4 ArrayStride 24 |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %local_invocation_index_1 = OpVariable %_ptr_Input_uint Input |
| %int = OpTypeInt 32 1 |
| %v4int = OpTypeVector %int 4 |
| %uint_4 = OpConstant %uint 4 |
| %_arr_v4int_uint_4 = OpTypeArray %v4int %uint_4 |
| %_ptr_Private__arr_v4int_uint_4 = OpTypePointer Private %_arr_v4int_uint_4 |
| %10 = OpConstantNull %_arr_v4int_uint_4 |
| %src_private = OpVariable %_ptr_Private__arr_v4int_uint_4 Private %10 |
| %_ptr_Workgroup__arr_v4int_uint_4 = OpTypePointer Workgroup %_arr_v4int_uint_4 |
| %src_workgroup = OpVariable %_ptr_Workgroup__arr_v4int_uint_4 Workgroup |
| %S = OpTypeStruct %_arr_v4int_uint_4 |
| %src_uniform_block = OpTypeStruct %S |
| %_ptr_Uniform_src_uniform_block = OpTypePointer Uniform %src_uniform_block |
| %src_uniform = OpVariable %_ptr_Uniform_src_uniform_block Uniform |
| %_ptr_StorageBuffer_src_uniform_block = OpTypePointer StorageBuffer %src_uniform_block |
| %src_storage = OpVariable %_ptr_StorageBuffer_src_uniform_block StorageBuffer |
| %dst = OpVariable %_ptr_Workgroup__arr_v4int_uint_4 Workgroup |
| %uint_2 = OpConstant %uint 2 |
| %_arr_int_uint_2 = OpTypeArray %int %uint_2 |
| %uint_3 = OpConstant %uint 3 |
| %_arr__arr_int_uint_2_uint_3 = OpTypeArray %_arr_int_uint_2 %uint_3 |
| %_arr__arr__arr_int_uint_2_uint_3_uint_4 = OpTypeArray %_arr__arr_int_uint_2_uint_3 %uint_4 |
| %_ptr_Workgroup__arr__arr__arr_int_uint_2_uint_3_uint_4 = OpTypePointer Workgroup %_arr__arr__arr_int_uint_2_uint_3_uint_4 |
| %dst_nested = OpVariable %_ptr_Workgroup__arr__arr__arr_int_uint_2_uint_3_uint_4 Workgroup |
| %27 = OpTypeFunction %_arr_v4int_uint_4 |
| %30 = OpTypeFunction %S |
| %33 = OpConstantNull %S |
| %void = OpTypeVoid |
| %34 = OpTypeFunction %void %_arr_v4int_uint_4 |
| %_ptr_Function__arr_v4int_uint_4 = OpTypePointer Function %_arr_v4int_uint_4 |
| %int_1 = OpConstant %int 1 |
| %42 = OpConstantComposite %v4int %int_1 %int_1 %int_1 %int_1 |
| %int_2 = OpConstant %int 2 |
| %44 = OpConstantComposite %v4int %int_2 %int_2 %int_2 %int_2 |
| %int_3 = OpConstant %int 3 |
| %46 = OpConstantComposite %v4int %int_3 %int_3 %int_3 %int_3 |
| %47 = OpConstantComposite %_arr_v4int_uint_4 %42 %44 %46 %46 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform__arr_v4int_uint_4 = OpTypePointer Uniform %_arr_v4int_uint_4 |
| %_ptr_StorageBuffer__arr_v4int_uint_4 = OpTypePointer StorageBuffer %_arr_v4int_uint_4 |
| %_ptr_Function__arr__arr__arr_int_uint_2_uint_3_uint_4 = OpTypePointer Function %_arr__arr__arr_int_uint_2_uint_3_uint_4 |
| %63 = OpConstantNull %_arr__arr__arr_int_uint_2_uint_3_uint_4 |
| %65 = OpTypeFunction %void %uint |
| %_ptr_Function_uint = OpTypePointer Function %uint |
| %71 = OpConstantNull %uint |
| %bool = OpTypeBool |
| %_ptr_Workgroup_v4int = OpTypePointer Workgroup %v4int |
| %85 = OpConstantNull %v4int |
| %uint_1 = OpConstant %uint 1 |
| %uint_24 = OpConstant %uint 24 |
| %uint_6 = OpConstant %uint 6 |
| %_ptr_Workgroup_int = OpTypePointer Workgroup %int |
| %111 = OpConstantNull %int |
| %uint_264 = OpConstant %uint 264 |
| %117 = OpTypeFunction %void |
| %ret_arr = OpFunction %_arr_v4int_uint_4 None %27 |
| %29 = OpLabel |
| OpReturnValue %10 |
| OpFunctionEnd |
| %ret_struct_arr = OpFunction %S None %30 |
| %32 = OpLabel |
| OpReturnValue %33 |
| OpFunctionEnd |
| %foo = OpFunction %void None %34 |
| %src_param = OpFunctionParameter %_arr_v4int_uint_4 |
| %38 = OpLabel |
| %src_function = OpVariable %_ptr_Function__arr_v4int_uint_4 Function %10 |
| %src_nested = OpVariable %_ptr_Function__arr__arr__arr_int_uint_2_uint_3_uint_4 Function %63 |
| OpStore %dst %47 |
| OpStore %dst %src_param |
| %48 = OpFunctionCall %_arr_v4int_uint_4 %ret_arr |
| OpStore %dst %48 |
| OpStore %dst %10 |
| %49 = OpLoad %_arr_v4int_uint_4 %src_function |
| OpStore %dst %49 |
| %50 = OpLoad %_arr_v4int_uint_4 %src_private |
| OpStore %dst %50 |
| %51 = OpLoad %_arr_v4int_uint_4 %src_workgroup |
| OpStore %dst %51 |
| %52 = OpFunctionCall %S %ret_struct_arr |
| %53 = OpCompositeExtract %_arr_v4int_uint_4 %52 0 |
| OpStore %dst %53 |
| %56 = OpAccessChain %_ptr_Uniform__arr_v4int_uint_4 %src_uniform %uint_0 %uint_0 |
| %57 = OpLoad %_arr_v4int_uint_4 %56 |
| OpStore %dst %57 |
| %59 = OpAccessChain %_ptr_StorageBuffer__arr_v4int_uint_4 %src_storage %uint_0 %uint_0 |
| %60 = OpLoad %_arr_v4int_uint_4 %59 |
| OpStore %dst %60 |
| %64 = OpLoad %_arr__arr__arr_int_uint_2_uint_3_uint_4 %src_nested |
| OpStore %dst_nested %64 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %void None %65 |
| %local_invocation_index = OpFunctionParameter %uint |
| %68 = OpLabel |
| %idx = OpVariable %_ptr_Function_uint Function %71 |
| %idx_1 = OpVariable %_ptr_Function_uint Function %71 |
| OpStore %idx %local_invocation_index |
| OpBranch %72 |
| %72 = OpLabel |
| OpLoopMerge %73 %74 None |
| OpBranch %75 |
| %75 = OpLabel |
| %77 = OpLoad %uint %idx |
| %78 = OpULessThan %bool %77 %uint_4 |
| %76 = OpLogicalNot %bool %78 |
| OpSelectionMerge %80 None |
| OpBranchConditional %76 %81 %80 |
| %81 = OpLabel |
| OpBranch %73 |
| %80 = OpLabel |
| %82 = OpLoad %uint %idx |
| %84 = OpAccessChain %_ptr_Workgroup_v4int %dst %82 |
| OpStore %84 %85 |
| %86 = OpAccessChain %_ptr_Workgroup_v4int %src_workgroup %82 |
| OpStore %86 %85 |
| OpBranch %74 |
| %74 = OpLabel |
| %87 = OpLoad %uint %idx |
| %89 = OpIAdd %uint %87 %uint_1 |
| OpStore %idx %89 |
| OpBranch %72 |
| %73 = OpLabel |
| OpStore %idx_1 %local_invocation_index |
| OpBranch %91 |
| %91 = OpLabel |
| OpLoopMerge %92 %93 None |
| OpBranch %94 |
| %94 = OpLabel |
| %96 = OpLoad %uint %idx_1 |
| %98 = OpULessThan %bool %96 %uint_24 |
| %95 = OpLogicalNot %bool %98 |
| OpSelectionMerge %99 None |
| OpBranchConditional %95 %100 %99 |
| %100 = OpLabel |
| OpBranch %92 |
| %99 = OpLabel |
| %101 = OpLoad %uint %idx_1 |
| %103 = OpUDiv %uint %101 %uint_6 |
| %104 = OpLoad %uint %idx_1 |
| %105 = OpUMod %uint %104 %uint_6 |
| %106 = OpUDiv %uint %105 %uint_2 |
| %107 = OpLoad %uint %idx_1 |
| %108 = OpUMod %uint %107 %uint_2 |
| %110 = OpAccessChain %_ptr_Workgroup_int %dst_nested %103 %106 %108 |
| OpStore %110 %111 |
| OpBranch %93 |
| %93 = OpLabel |
| %112 = OpLoad %uint %idx_1 |
| %113 = OpIAdd %uint %112 %uint_1 |
| OpStore %idx_1 %113 |
| OpBranch %91 |
| %92 = OpLabel |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %116 = OpFunctionCall %void %foo %10 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %117 |
| %119 = OpLabel |
| %121 = OpLoad %uint %local_invocation_index_1 |
| %120 = OpFunctionCall %void %main_inner %121 |
| OpReturn |
| OpFunctionEnd |