blob: f92a2a1c22cf47a7c27c0497847687841a41b0c5 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 170
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability StorageInputOutput16
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %f "f"
OpExecutionMode %f LocalSize 1 1 1
OpName %u_block_std140 "u_block_std140"
OpMemberName %u_block_std140 0 "inner"
OpName %S_std140 "S_std140"
OpMemberName %S_std140 0 "before"
OpMemberName %S_std140 1 "m_0"
OpMemberName %S_std140 2 "m_1"
OpMemberName %S_std140 3 "m_2"
OpMemberName %S_std140 4 "m_3"
OpMemberName %S_std140 5 "after"
OpName %u "u"
OpName %u_block "u_block"
OpMemberName %u_block 0 "inner"
OpName %S "S"
OpMemberName %S 0 "before"
OpMemberName %S 1 "m"
OpMemberName %S 2 "after"
OpName %s "s"
OpName %assign_and_preserve_padding_2_s_X_m "assign_and_preserve_padding_2_s_X_m"
OpName %dest "dest"
OpName %value "value"
OpName %assign_and_preserve_padding_1_s_X "assign_and_preserve_padding_1_s_X"
OpName %dest_0 "dest"
OpName %value_0 "value"
OpName %assign_and_preserve_padding_s "assign_and_preserve_padding_s"
OpName %value_1 "value"
OpName %i "i"
OpName %var_for_index "var_for_index"
OpName %conv_S "conv_S"
OpName %val "val"
OpName %conv_arr4_S "conv_arr4_S"
OpName %val_0 "val"
OpName %arr "arr"
OpName %i_0 "i"
OpName %var_for_index_1 "var_for_index_1"
OpName %load_u_inner_2_m "load_u_inner_2_m"
OpName %f "f"
OpDecorate %u_block_std140 Block
OpMemberDecorate %u_block_std140 0 Offset 0
OpMemberDecorate %S_std140 0 Offset 0
OpMemberDecorate %S_std140 1 Offset 8
OpMemberDecorate %S_std140 2 Offset 16
OpMemberDecorate %S_std140 3 Offset 24
OpMemberDecorate %S_std140 4 Offset 32
OpMemberDecorate %S_std140 5 Offset 64
OpDecorate %_arr_S_std140_uint_4 ArrayStride 128
OpDecorate %u NonWritable
OpDecorate %u DescriptorSet 0
OpDecorate %u Binding 0
OpDecorate %u_block Block
OpMemberDecorate %u_block 0 Offset 0
OpMemberDecorate %S 0 Offset 0
OpMemberDecorate %S 1 Offset 8
OpMemberDecorate %S 1 ColMajor
OpMemberDecorate %S 1 MatrixStride 8
OpMemberDecorate %S 2 Offset 64
OpDecorate %_arr_S_uint_4 ArrayStride 128
OpDecorate %s DescriptorSet 0
OpDecorate %s Binding 1
OpDecorate %_arr_uint_uint_1 ArrayStride 4
%int = OpTypeInt 32 1
%half = OpTypeFloat 16
%v3half = OpTypeVector %half 3
%S_std140 = OpTypeStruct %int %v3half %v3half %v3half %v3half %int
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_S_std140_uint_4 = OpTypeArray %S_std140 %uint_4
%u_block_std140 = OpTypeStruct %_arr_S_std140_uint_4
%_ptr_Uniform_u_block_std140 = OpTypePointer Uniform %u_block_std140
%u = OpVariable %_ptr_Uniform_u_block_std140 Uniform
%mat4v3half = OpTypeMatrix %v3half 4
%S = OpTypeStruct %int %mat4v3half %int
%_arr_S_uint_4 = OpTypeArray %S %uint_4
%u_block = OpTypeStruct %_arr_S_uint_4
%_ptr_StorageBuffer_u_block = OpTypePointer StorageBuffer %u_block
%s = OpVariable %_ptr_StorageBuffer_u_block StorageBuffer
%void = OpTypeVoid
%uint_1 = OpConstant %uint 1
%_arr_uint_uint_1 = OpTypeArray %uint %uint_1
%17 = OpTypeFunction %void %_arr_uint_uint_1 %mat4v3half
%uint_0 = OpConstant %uint 0
%26 = OpConstantNull %int
%_ptr_StorageBuffer_v3half = OpTypePointer StorageBuffer %v3half
%30 = OpConstantNull %uint
%int_1 = OpConstant %int 1
%int_2 = OpConstant %int 2
%uint_2 = OpConstant %uint 2
%int_3 = OpConstant %int 3
%uint_3 = OpConstant %uint 3
%46 = OpTypeFunction %void %_arr_uint_uint_1 %S
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%62 = OpTypeFunction %void %_arr_S_uint_4
%_ptr_Function_uint = OpTypePointer Function %uint
%bool = OpTypeBool
%_ptr_Function__arr_S_uint_4 = OpTypePointer Function %_arr_S_uint_4
%80 = OpConstantNull %_arr_S_uint_4
%_ptr_Function_S = OpTypePointer Function %S
%90 = OpTypeFunction %S %S_std140
%102 = OpTypeFunction %_arr_S_uint_4 %_arr_S_std140_uint_4
%_ptr_Function__arr_S_std140_uint_4 = OpTypePointer Function %_arr_S_std140_uint_4
%119 = OpConstantNull %_arr_S_std140_uint_4
%_ptr_Function_S_std140 = OpTypePointer Function %S_std140
%130 = OpTypeFunction %mat4v3half
%_ptr_Uniform_S_std140 = OpTypePointer Uniform %S_std140
%_ptr_Uniform_v3half = OpTypePointer Uniform %v3half
%150 = OpTypeFunction %void
%_ptr_Uniform__arr_S_std140_uint_4 = OpTypePointer Uniform %_arr_S_std140_uint_4
%159 = OpConstantComposite %_arr_uint_uint_1 %uint_1
%164 = OpConstantComposite %_arr_uint_uint_1 %uint_3
%assign_and_preserve_padding_2_s_X_m = OpFunction %void None %17
%dest = OpFunctionParameter %_arr_uint_uint_1
%value = OpFunctionParameter %mat4v3half
%24 = OpLabel
%27 = OpCompositeExtract %uint %dest 0
%29 = OpAccessChain %_ptr_StorageBuffer_v3half %s %uint_0 %27 %uint_1 %26
%31 = OpCompositeExtract %v3half %value 0
OpStore %29 %31
%32 = OpCompositeExtract %uint %dest 0
%34 = OpAccessChain %_ptr_StorageBuffer_v3half %s %uint_0 %32 %uint_1 %int_1
%35 = OpCompositeExtract %v3half %value 1
OpStore %34 %35
%36 = OpCompositeExtract %uint %dest 0
%38 = OpAccessChain %_ptr_StorageBuffer_v3half %s %uint_0 %36 %uint_1 %int_2
%40 = OpCompositeExtract %v3half %value 2
OpStore %38 %40
%41 = OpCompositeExtract %uint %dest 0
%43 = OpAccessChain %_ptr_StorageBuffer_v3half %s %uint_0 %41 %uint_1 %int_3
%45 = OpCompositeExtract %v3half %value 3
OpStore %43 %45
OpReturn
OpFunctionEnd
%assign_and_preserve_padding_1_s_X = OpFunction %void None %46
%dest_0 = OpFunctionParameter %_arr_uint_uint_1
%value_0 = OpFunctionParameter %S
%50 = OpLabel
%51 = OpCompositeExtract %uint %dest_0 0
%53 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0 %51 %uint_0
%54 = OpCompositeExtract %int %value_0 0
OpStore %53 %54
%56 = OpCompositeExtract %uint %dest_0 0
%57 = OpCompositeConstruct %_arr_uint_uint_1 %56
%58 = OpCompositeExtract %mat4v3half %value_0 1
%55 = OpFunctionCall %void %assign_and_preserve_padding_2_s_X_m %57 %58
%59 = OpCompositeExtract %uint %dest_0 0
%60 = OpAccessChain %_ptr_StorageBuffer_int %s %uint_0 %59 %uint_2
%61 = OpCompositeExtract %int %value_0 2
OpStore %60 %61
OpReturn
OpFunctionEnd
%assign_and_preserve_padding_s = OpFunction %void None %62
%value_1 = OpFunctionParameter %_arr_S_uint_4
%65 = OpLabel
%i = OpVariable %_ptr_Function_uint Function %30
%var_for_index = OpVariable %_ptr_Function__arr_S_uint_4 Function %80
OpStore %i %30
OpBranch %68
%68 = OpLabel
OpLoopMerge %69 %70 None
OpBranch %71
%71 = OpLabel
%73 = OpLoad %uint %i
%74 = OpULessThan %bool %73 %uint_4
%72 = OpLogicalNot %bool %74
OpSelectionMerge %76 None
OpBranchConditional %72 %77 %76
%77 = OpLabel
OpBranch %69
%76 = OpLabel
OpStore %var_for_index %value_1
%82 = OpLoad %uint %i
%83 = OpCompositeConstruct %_arr_uint_uint_1 %82
%84 = OpLoad %uint %i
%86 = OpAccessChain %_ptr_Function_S %var_for_index %84
%87 = OpLoad %S %86
%81 = OpFunctionCall %void %assign_and_preserve_padding_1_s_X %83 %87
OpBranch %70
%70 = OpLabel
%88 = OpLoad %uint %i
%89 = OpIAdd %uint %88 %uint_1
OpStore %i %89
OpBranch %68
%69 = OpLabel
OpReturn
OpFunctionEnd
%conv_S = OpFunction %S None %90
%val = OpFunctionParameter %S_std140
%93 = OpLabel
%94 = OpCompositeExtract %int %val 0
%95 = OpCompositeExtract %v3half %val 1
%96 = OpCompositeExtract %v3half %val 2
%97 = OpCompositeExtract %v3half %val 3
%98 = OpCompositeExtract %v3half %val 4
%99 = OpCompositeConstruct %mat4v3half %95 %96 %97 %98
%100 = OpCompositeExtract %int %val 5
%101 = OpCompositeConstruct %S %94 %99 %100
OpReturnValue %101
OpFunctionEnd
%conv_arr4_S = OpFunction %_arr_S_uint_4 None %102
%val_0 = OpFunctionParameter %_arr_S_std140_uint_4
%105 = OpLabel
%arr = OpVariable %_ptr_Function__arr_S_uint_4 Function %80
%i_0 = OpVariable %_ptr_Function_uint Function %30
%var_for_index_1 = OpVariable %_ptr_Function__arr_S_std140_uint_4 Function %119
OpBranch %108
%108 = OpLabel
OpLoopMerge %109 %110 None
OpBranch %111
%111 = OpLabel
%113 = OpLoad %uint %i_0
%114 = OpULessThan %bool %113 %uint_4
%112 = OpLogicalNot %bool %114
OpSelectionMerge %115 None
OpBranchConditional %112 %116 %115
%116 = OpLabel
OpBranch %109
%115 = OpLabel
OpStore %var_for_index_1 %val_0
%120 = OpLoad %uint %i_0
%121 = OpAccessChain %_ptr_Function_S %arr %120
%123 = OpLoad %uint %i_0
%125 = OpAccessChain %_ptr_Function_S_std140 %var_for_index_1 %123
%126 = OpLoad %S_std140 %125
%122 = OpFunctionCall %S %conv_S %126
OpStore %121 %122
OpBranch %110
%110 = OpLabel
%127 = OpLoad %uint %i_0
%128 = OpIAdd %uint %127 %uint_1
OpStore %i_0 %128
OpBranch %108
%109 = OpLabel
%129 = OpLoad %_arr_S_uint_4 %arr
OpReturnValue %129
OpFunctionEnd
%load_u_inner_2_m = OpFunction %mat4v3half None %130
%132 = OpLabel
%135 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2
%138 = OpAccessChain %_ptr_Uniform_v3half %135 %uint_1
%139 = OpLoad %v3half %138
%141 = OpAccessChain %_ptr_Uniform_v3half %135 %uint_2
%142 = OpLoad %v3half %141
%144 = OpAccessChain %_ptr_Uniform_v3half %135 %uint_3
%145 = OpLoad %v3half %144
%147 = OpAccessChain %_ptr_Uniform_v3half %135 %uint_4
%148 = OpLoad %v3half %147
%149 = OpCompositeConstruct %mat4v3half %139 %142 %145 %148
OpReturnValue %149
OpFunctionEnd
%f = OpFunction %void None %150
%152 = OpLabel
%156 = OpAccessChain %_ptr_Uniform__arr_S_std140_uint_4 %u %uint_0
%157 = OpLoad %_arr_S_std140_uint_4 %156
%154 = OpFunctionCall %_arr_S_uint_4 %conv_arr4_S %157
%153 = OpFunctionCall %void %assign_and_preserve_padding_s %154
%161 = OpAccessChain %_ptr_Uniform_S_std140 %u %uint_0 %uint_2
%162 = OpLoad %S_std140 %161
%160 = OpFunctionCall %S %conv_S %162
%158 = OpFunctionCall %void %assign_and_preserve_padding_1_s_X %159 %160
%165 = OpFunctionCall %mat4v3half %load_u_inner_2_m
%163 = OpFunctionCall %void %assign_and_preserve_padding_2_s_X_m %164 %165
%166 = OpAccessChain %_ptr_StorageBuffer_v3half %s %uint_0 %int_1 %uint_1 %26
%167 = OpAccessChain %_ptr_Uniform_v3half %u %uint_0 %30 %uint_2
%168 = OpLoad %v3half %167
%169 = OpVectorShuffle %v3half %168 %168 2 0 1
OpStore %166 %169
OpReturn
OpFunctionEnd