| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 175 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpMemberName %S 0 "scalar_f32" |
| OpMemberName %S 1 "scalar_i32" |
| OpMemberName %S 2 "scalar_u32" |
| OpMemberName %S 3 "vec2_f32" |
| OpMemberName %S 4 "vec2_i32" |
| OpMemberName %S 5 "vec2_u32" |
| OpMemberName %S 6 "vec3_f32" |
| OpMemberName %S 7 "vec3_i32" |
| OpMemberName %S 8 "vec3_u32" |
| OpMemberName %S 9 "vec4_f32" |
| OpMemberName %S 10 "vec4_i32" |
| OpMemberName %S 11 "vec4_u32" |
| OpMemberName %S 12 "mat2x2_f32" |
| OpMemberName %S 13 "mat2x3_f32" |
| OpMemberName %S 14 "mat2x4_f32" |
| OpMemberName %S 15 "mat3x2_f32" |
| OpMemberName %S 16 "mat3x3_f32" |
| OpMemberName %S 17 "mat3x4_f32" |
| OpMemberName %S 18 "mat4x2_f32" |
| OpMemberName %S 19 "mat4x3_f32" |
| OpMemberName %S 20 "mat4x4_f32" |
| OpMemberName %S 21 "arr2_vec3_f32" |
| OpMemberName %Inner 0 "scalar_i32" |
| OpMemberName %Inner 1 "scalar_f32" |
| OpName %Inner "Inner" |
| OpMemberName %S 22 "struct_inner" |
| OpMemberName %S 23 "array_struct_inner" |
| OpName %S "S" |
| OpMemberName %sb_block 0 "inner" |
| OpName %sb_block "sb_block" |
| OpName %main "main" |
| OpName %tint_store_and_preserve_padding "tint_store_and_preserve_padding" |
| OpName %value_param "value_param" |
| OpName %tint_store_and_preserve_padding_0 "tint_store_and_preserve_padding" |
| OpName %value_param_0 "value_param" |
| OpName %tint_store_and_preserve_padding_1 "tint_store_and_preserve_padding" |
| OpName %value_param_1 "value_param" |
| OpName %tint_store_and_preserve_padding_2 "tint_store_and_preserve_padding" |
| OpName %value_param_2 "value_param" |
| OpMemberDecorate %S 0 Offset 0 |
| OpMemberDecorate %S 1 Offset 4 |
| OpMemberDecorate %S 2 Offset 8 |
| OpMemberDecorate %S 3 Offset 16 |
| OpMemberDecorate %S 4 Offset 24 |
| OpMemberDecorate %S 5 Offset 32 |
| OpMemberDecorate %S 6 Offset 48 |
| OpMemberDecorate %S 7 Offset 64 |
| OpMemberDecorate %S 8 Offset 80 |
| OpMemberDecorate %S 9 Offset 96 |
| OpMemberDecorate %S 10 Offset 112 |
| OpMemberDecorate %S 11 Offset 128 |
| OpMemberDecorate %S 12 Offset 144 |
| OpMemberDecorate %S 12 ColMajor |
| OpMemberDecorate %S 12 MatrixStride 8 |
| OpMemberDecorate %S 13 Offset 160 |
| OpMemberDecorate %S 13 ColMajor |
| OpMemberDecorate %S 13 MatrixStride 16 |
| OpMemberDecorate %S 14 Offset 192 |
| OpMemberDecorate %S 14 ColMajor |
| OpMemberDecorate %S 14 MatrixStride 16 |
| OpMemberDecorate %S 15 Offset 224 |
| OpMemberDecorate %S 15 ColMajor |
| OpMemberDecorate %S 15 MatrixStride 8 |
| OpMemberDecorate %S 16 Offset 256 |
| OpMemberDecorate %S 16 ColMajor |
| OpMemberDecorate %S 16 MatrixStride 16 |
| OpMemberDecorate %S 17 Offset 304 |
| OpMemberDecorate %S 17 ColMajor |
| OpMemberDecorate %S 17 MatrixStride 16 |
| OpMemberDecorate %S 18 Offset 352 |
| OpMemberDecorate %S 18 ColMajor |
| OpMemberDecorate %S 18 MatrixStride 8 |
| OpMemberDecorate %S 19 Offset 384 |
| OpMemberDecorate %S 19 ColMajor |
| OpMemberDecorate %S 19 MatrixStride 16 |
| OpMemberDecorate %S 20 Offset 448 |
| OpMemberDecorate %S 20 ColMajor |
| OpMemberDecorate %S 20 MatrixStride 16 |
| OpDecorate %_arr_v3float_uint_2 ArrayStride 16 |
| OpMemberDecorate %S 21 Offset 512 |
| OpMemberDecorate %Inner 0 Offset 0 |
| OpMemberDecorate %Inner 1 Offset 4 |
| OpMemberDecorate %S 22 Offset 544 |
| OpDecorate %_arr_Inner_uint_4 ArrayStride 8 |
| OpMemberDecorate %S 23 Offset 552 |
| OpMemberDecorate %sb_block 0 Offset 0 |
| OpDecorate %sb_block Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| %float = OpTypeFloat 32 |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %v2float = OpTypeVector %float 2 |
| %v2int = OpTypeVector %int 2 |
| %v2uint = OpTypeVector %uint 2 |
| %v3float = OpTypeVector %float 3 |
| %v3int = OpTypeVector %int 3 |
| %v3uint = OpTypeVector %uint 3 |
| %v4float = OpTypeVector %float 4 |
| %v4int = OpTypeVector %int 4 |
| %v4uint = OpTypeVector %uint 4 |
| %mat2v2float = OpTypeMatrix %v2float 2 |
| %mat2v3float = OpTypeMatrix %v3float 2 |
| %mat2v4float = OpTypeMatrix %v4float 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %mat3v3float = OpTypeMatrix %v3float 3 |
| %mat3v4float = OpTypeMatrix %v4float 3 |
| %mat4v2float = OpTypeMatrix %v2float 4 |
| %mat4v3float = OpTypeMatrix %v3float 4 |
| %mat4v4float = OpTypeMatrix %v4float 4 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_v3float_uint_2 = OpTypeArray %v3float %uint_2 |
| %Inner = OpTypeStruct %int %float |
| %uint_4 = OpConstant %uint 4 |
| %_arr_Inner_uint_4 = OpTypeArray %Inner %uint_4 |
| %S = OpTypeStruct %float %int %uint %v2float %v2int %v2uint %v3float %v3int %v3uint %v4float %v4int %v4uint %mat2v2float %mat2v3float %mat2v4float %mat3v2float %mat3v3float %mat3v4float %mat4v2float %mat4v3float %mat4v4float %_arr_v3float_uint_2 %Inner %_arr_Inner_uint_4 |
| %sb_block = OpTypeStruct %S |
| %_ptr_StorageBuffer_sb_block = OpTypePointer StorageBuffer %sb_block |
| %1 = OpVariable %_ptr_StorageBuffer_sb_block StorageBuffer |
| %void = OpTypeVoid |
| %33 = OpTypeFunction %void |
| %_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float |
| %uint_0 = OpConstant %uint 0 |
| %float_0 = OpConstant %float 0 |
| %_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int |
| %uint_1 = OpConstant %uint 1 |
| %int_0 = OpConstant %int 0 |
| %_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint |
| %_ptr_StorageBuffer_v2float = OpTypePointer StorageBuffer %v2float |
| %uint_3 = OpConstant %uint 3 |
| %48 = OpConstantNull %v2float |
| %_ptr_StorageBuffer_v2int = OpTypePointer StorageBuffer %v2int |
| %51 = OpConstantNull %v2int |
| %_ptr_StorageBuffer_v2uint = OpTypePointer StorageBuffer %v2uint |
| %uint_5 = OpConstant %uint 5 |
| %55 = OpConstantNull %v2uint |
| %_ptr_StorageBuffer_v3float = OpTypePointer StorageBuffer %v3float |
| %uint_6 = OpConstant %uint 6 |
| %59 = OpConstantNull %v3float |
| %_ptr_StorageBuffer_v3int = OpTypePointer StorageBuffer %v3int |
| %uint_7 = OpConstant %uint 7 |
| %63 = OpConstantNull %v3int |
| %_ptr_StorageBuffer_v3uint = OpTypePointer StorageBuffer %v3uint |
| %uint_8 = OpConstant %uint 8 |
| %67 = OpConstantNull %v3uint |
| %_ptr_StorageBuffer_v4float = OpTypePointer StorageBuffer %v4float |
| %uint_9 = OpConstant %uint 9 |
| %71 = OpConstantNull %v4float |
| %_ptr_StorageBuffer_v4int = OpTypePointer StorageBuffer %v4int |
| %uint_10 = OpConstant %uint 10 |
| %75 = OpConstantNull %v4int |
| %_ptr_StorageBuffer_v4uint = OpTypePointer StorageBuffer %v4uint |
| %uint_11 = OpConstant %uint 11 |
| %79 = OpConstantNull %v4uint |
| %_ptr_StorageBuffer_mat2v2float = OpTypePointer StorageBuffer %mat2v2float |
| %uint_12 = OpConstant %uint 12 |
| %83 = OpConstantNull %mat2v2float |
| %86 = OpConstantNull %mat2v3float |
| %_ptr_StorageBuffer_mat2v4float = OpTypePointer StorageBuffer %mat2v4float |
| %uint_14 = OpConstant %uint 14 |
| %90 = OpConstantNull %mat2v4float |
| %_ptr_StorageBuffer_mat3v2float = OpTypePointer StorageBuffer %mat3v2float |
| %uint_15 = OpConstant %uint 15 |
| %94 = OpConstantNull %mat3v2float |
| %97 = OpConstantNull %mat3v3float |
| %_ptr_StorageBuffer_mat3v4float = OpTypePointer StorageBuffer %mat3v4float |
| %uint_17 = OpConstant %uint 17 |
| %101 = OpConstantNull %mat3v4float |
| %_ptr_StorageBuffer_mat4v2float = OpTypePointer StorageBuffer %mat4v2float |
| %uint_18 = OpConstant %uint 18 |
| %105 = OpConstantNull %mat4v2float |
| %108 = OpConstantNull %mat4v3float |
| %_ptr_StorageBuffer_mat4v4float = OpTypePointer StorageBuffer %mat4v4float |
| %uint_20 = OpConstant %uint 20 |
| %112 = OpConstantNull %mat4v4float |
| %115 = OpConstantNull %_arr_v3float_uint_2 |
| %_ptr_StorageBuffer_Inner = OpTypePointer StorageBuffer %Inner |
| %uint_22 = OpConstant %uint 22 |
| %119 = OpConstantNull %Inner |
| %_ptr_StorageBuffer__arr_Inner_uint_4 = OpTypePointer StorageBuffer %_arr_Inner_uint_4 |
| %uint_23 = OpConstant %uint 23 |
| %123 = OpConstantNull %_arr_Inner_uint_4 |
| %125 = OpTypeFunction %void %mat2v3float |
| %uint_13 = OpConstant %uint 13 |
| %133 = OpTypeFunction %void %mat3v3float |
| %uint_16 = OpConstant %uint 16 |
| %143 = OpTypeFunction %void %mat4v3float |
| %uint_19 = OpConstant %uint 19 |
| %155 = OpTypeFunction %void %_arr_v3float_uint_2 |
| %_ptr_Function__arr_v3float_uint_2 = OpTypePointer Function %_arr_v3float_uint_2 |
| %bool = OpTypeBool |
| %uint_21 = OpConstant %uint 21 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %main = OpFunction %void None %33 |
| %34 = OpLabel |
| %35 = OpAccessChain %_ptr_StorageBuffer_float %1 %uint_0 %uint_0 |
| OpStore %35 %float_0 None |
| %39 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0 %uint_1 |
| OpStore %39 %int_0 None |
| %43 = OpAccessChain %_ptr_StorageBuffer_uint %1 %uint_0 %uint_2 |
| OpStore %43 %uint_0 None |
| %45 = OpAccessChain %_ptr_StorageBuffer_v2float %1 %uint_0 %uint_3 |
| OpStore %45 %48 None |
| %49 = OpAccessChain %_ptr_StorageBuffer_v2int %1 %uint_0 %uint_4 |
| OpStore %49 %51 None |
| %52 = OpAccessChain %_ptr_StorageBuffer_v2uint %1 %uint_0 %uint_5 |
| OpStore %52 %55 None |
| %56 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_6 |
| OpStore %56 %59 None |
| %60 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 %uint_7 |
| OpStore %60 %63 None |
| %64 = OpAccessChain %_ptr_StorageBuffer_v3uint %1 %uint_0 %uint_8 |
| OpStore %64 %67 None |
| %68 = OpAccessChain %_ptr_StorageBuffer_v4float %1 %uint_0 %uint_9 |
| OpStore %68 %71 None |
| %72 = OpAccessChain %_ptr_StorageBuffer_v4int %1 %uint_0 %uint_10 |
| OpStore %72 %75 None |
| %76 = OpAccessChain %_ptr_StorageBuffer_v4uint %1 %uint_0 %uint_11 |
| OpStore %76 %79 None |
| %80 = OpAccessChain %_ptr_StorageBuffer_mat2v2float %1 %uint_0 %uint_12 |
| OpStore %80 %83 None |
| %84 = OpFunctionCall %void %tint_store_and_preserve_padding %86 |
| %87 = OpAccessChain %_ptr_StorageBuffer_mat2v4float %1 %uint_0 %uint_14 |
| OpStore %87 %90 None |
| %91 = OpAccessChain %_ptr_StorageBuffer_mat3v2float %1 %uint_0 %uint_15 |
| OpStore %91 %94 None |
| %95 = OpFunctionCall %void %tint_store_and_preserve_padding_0 %97 |
| %98 = OpAccessChain %_ptr_StorageBuffer_mat3v4float %1 %uint_0 %uint_17 |
| OpStore %98 %101 None |
| %102 = OpAccessChain %_ptr_StorageBuffer_mat4v2float %1 %uint_0 %uint_18 |
| OpStore %102 %105 None |
| %106 = OpFunctionCall %void %tint_store_and_preserve_padding_1 %108 |
| %109 = OpAccessChain %_ptr_StorageBuffer_mat4v4float %1 %uint_0 %uint_20 |
| OpStore %109 %112 None |
| %113 = OpFunctionCall %void %tint_store_and_preserve_padding_2 %115 |
| %116 = OpAccessChain %_ptr_StorageBuffer_Inner %1 %uint_0 %uint_22 |
| OpStore %116 %119 None |
| %120 = OpAccessChain %_ptr_StorageBuffer__arr_Inner_uint_4 %1 %uint_0 %uint_23 |
| OpStore %120 %123 None |
| OpReturn |
| OpFunctionEnd |
| %tint_store_and_preserve_padding = OpFunction %void None %125 |
| %value_param = OpFunctionParameter %mat2v3float |
| %126 = OpLabel |
| %127 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_13 %uint_0 |
| %129 = OpCompositeExtract %v3float %value_param 0 |
| OpStore %127 %129 None |
| %130 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_13 %uint_1 |
| %131 = OpCompositeExtract %v3float %value_param 1 |
| OpStore %130 %131 None |
| OpReturn |
| OpFunctionEnd |
| %tint_store_and_preserve_padding_0 = OpFunction %void None %133 |
| %value_param_0 = OpFunctionParameter %mat3v3float |
| %134 = OpLabel |
| %135 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_16 %uint_0 |
| %137 = OpCompositeExtract %v3float %value_param_0 0 |
| OpStore %135 %137 None |
| %138 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_16 %uint_1 |
| %139 = OpCompositeExtract %v3float %value_param_0 1 |
| OpStore %138 %139 None |
| %140 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_16 %uint_2 |
| %141 = OpCompositeExtract %v3float %value_param_0 2 |
| OpStore %140 %141 None |
| OpReturn |
| OpFunctionEnd |
| %tint_store_and_preserve_padding_1 = OpFunction %void None %143 |
| %value_param_1 = OpFunctionParameter %mat4v3float |
| %144 = OpLabel |
| %145 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_19 %uint_0 |
| %147 = OpCompositeExtract %v3float %value_param_1 0 |
| OpStore %145 %147 None |
| %148 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_19 %uint_1 |
| %149 = OpCompositeExtract %v3float %value_param_1 1 |
| OpStore %148 %149 None |
| %150 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_19 %uint_2 |
| %151 = OpCompositeExtract %v3float %value_param_1 2 |
| OpStore %150 %151 None |
| %152 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_19 %uint_3 |
| %153 = OpCompositeExtract %v3float %value_param_1 3 |
| OpStore %152 %153 None |
| OpReturn |
| OpFunctionEnd |
| %tint_store_and_preserve_padding_2 = OpFunction %void None %155 |
| %value_param_2 = OpFunctionParameter %_arr_v3float_uint_2 |
| %156 = OpLabel |
| %157 = OpVariable %_ptr_Function__arr_v3float_uint_2 Function |
| OpStore %157 %value_param_2 |
| OpBranch %159 |
| %159 = OpLabel |
| OpBranch %162 |
| %162 = OpLabel |
| %164 = OpPhi %uint %uint_0 %159 %165 %161 |
| OpLoopMerge %163 %161 None |
| OpBranch %160 |
| %160 = OpLabel |
| %166 = OpUGreaterThanEqual %bool %164 %uint_2 |
| OpSelectionMerge %168 None |
| OpBranchConditional %166 %169 %168 |
| %169 = OpLabel |
| OpBranch %163 |
| %168 = OpLabel |
| %170 = OpAccessChain %_ptr_StorageBuffer_v3float %1 %uint_0 %uint_21 %164 |
| %172 = OpAccessChain %_ptr_Function_v3float %157 %164 |
| %174 = OpLoad %v3float %172 None |
| OpStore %170 %174 None |
| OpBranch %161 |
| %161 = OpLabel |
| %165 = OpIAdd %uint %164 %uint_1 |
| OpBranch %162 |
| %163 = OpLabel |
| OpReturn |
| OpFunctionEnd |