863 lines
31 KiB
Plaintext
863 lines
31 KiB
Plaintext
|
SKIP: FAILED
|
||
|
|
||
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 523
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
%288 = OpExtInstImport "GLSL.std.450"
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpName %data "data"
|
||
|
OpName %temp "temp"
|
||
|
OpName %buf0 "buf0"
|
||
|
OpMemberName %buf0 0 "injectionSwitch"
|
||
|
OpName %x_28 "x_28"
|
||
|
OpName %gl_FragCoord "gl_FragCoord"
|
||
|
OpName %x_GLF_color "x_GLF_color"
|
||
|
OpName %tint_symbol "tint_symbol"
|
||
|
OpName %tint_symbol_2 "tint_symbol_2"
|
||
|
OpName %merge_i1_i1_i1_ "merge_i1_i1_i1_"
|
||
|
OpName %from "from"
|
||
|
OpName %mid "mid"
|
||
|
OpName %to "to"
|
||
|
OpName %k "k"
|
||
|
OpName %i "i"
|
||
|
OpName %j "j"
|
||
|
OpName %i_1 "i_1"
|
||
|
OpName %x_283 "x_283"
|
||
|
OpName %x_284 "x_284"
|
||
|
OpName %x_303 "x_303"
|
||
|
OpName %x_304 "x_304"
|
||
|
OpName %x_318 "x_318"
|
||
|
OpName %x_322 "x_322"
|
||
|
OpName %x_337 "x_337"
|
||
|
OpName %x_336 "x_336"
|
||
|
OpName %x_350 "x_350"
|
||
|
OpName %x_349 "x_349"
|
||
|
OpName %x_364 "x_364"
|
||
|
OpName %x_363 "x_363"
|
||
|
OpName %x_285_phi "x_285_phi"
|
||
|
OpName %x_305_phi "x_305_phi"
|
||
|
OpName %x_326_phi "x_326_phi"
|
||
|
OpName %x_338_phi "x_338_phi"
|
||
|
OpName %x_351_phi "x_351_phi"
|
||
|
OpName %x_365_phi "x_365_phi"
|
||
|
OpName %mergeSort_ "mergeSort_"
|
||
|
OpName %low "low"
|
||
|
OpName %high "high"
|
||
|
OpName %m "m"
|
||
|
OpName %i_2 "i_2"
|
||
|
OpName %from_1 "from_1"
|
||
|
OpName %mid_1 "mid_1"
|
||
|
OpName %to_1 "to_1"
|
||
|
OpName %param "param"
|
||
|
OpName %param_1 "param_1"
|
||
|
OpName %param_2 "param_2"
|
||
|
OpName %main_1 "main_1"
|
||
|
OpName %i_3 "i_3"
|
||
|
OpName %j_1 "j_1"
|
||
|
OpName %grey "grey"
|
||
|
OpName %main_out "main_out"
|
||
|
OpMemberName %main_out 0 "x_GLF_color_1"
|
||
|
OpName %tint_symbol_3 "tint_symbol_3"
|
||
|
OpName %tint_symbol_1 "tint_symbol_1"
|
||
|
OpName %main "main"
|
||
|
OpDecorate %_arr_int_uint_10 ArrayStride 4
|
||
|
OpDecorate %buf0 Block
|
||
|
OpMemberDecorate %buf0 0 Offset 0
|
||
|
OpDecorate %x_28 NonWritable
|
||
|
OpDecorate %x_28 DescriptorSet 0
|
||
|
OpDecorate %x_28 Binding 0
|
||
|
OpDecorate %tint_symbol BuiltIn FragCoord
|
||
|
OpDecorate %tint_symbol_2 Location 0
|
||
|
OpMemberDecorate %main_out 0 Offset 0
|
||
|
%int = OpTypeInt 32 1
|
||
|
%uint = OpTypeInt 32 0
|
||
|
%uint_10 = OpConstant %uint 10
|
||
|
%_arr_int_uint_10 = OpTypeArray %int %uint_10
|
||
|
%_ptr_Private__arr_int_uint_10 = OpTypePointer Private %_arr_int_uint_10
|
||
|
%7 = OpConstantNull %_arr_int_uint_10
|
||
|
%data = OpVariable %_ptr_Private__arr_int_uint_10 Private %7
|
||
|
%temp = OpVariable %_ptr_Private__arr_int_uint_10 Private %7
|
||
|
%float = OpTypeFloat 32
|
||
|
%v2float = OpTypeVector %float 2
|
||
|
%buf0 = OpTypeStruct %v2float
|
||
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
||
|
%x_28 = OpVariable %_ptr_Uniform_buf0 Uniform
|
||
|
%v4float = OpTypeVector %float 4
|
||
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
||
|
%17 = OpConstantNull %v4float
|
||
|
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %17
|
||
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %17
|
||
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
||
|
%tint_symbol = OpVariable %_ptr_Input_v4float Input
|
||
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
||
|
%tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %17
|
||
|
%void = OpTypeVoid
|
||
|
%_ptr_Function_int = OpTypePointer Function %int
|
||
|
%23 = OpTypeFunction %void %_ptr_Function_int %_ptr_Function_int %_ptr_Function_int
|
||
|
%32 = OpConstantNull %int
|
||
|
%int_1 = OpConstant %int 1
|
||
|
%float_1 = OpConstant %float 1
|
||
|
%float_0 = OpConstant %float 0
|
||
|
%bool = OpTypeBool
|
||
|
%_ptr_Private_int = OpTypePointer Private %int
|
||
|
%int_0 = OpConstant %int 0
|
||
|
%uint_0 = OpConstant %uint 0
|
||
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
||
|
%uint_1 = OpConstant %uint 1
|
||
|
%int_10 = OpConstant %int 10
|
||
|
%244 = OpTypeFunction %void
|
||
|
%int_9 = OpConstant %int 9
|
||
|
%int_2 = OpConstant %int 2
|
||
|
%_ptr_Function_float = OpTypePointer Function %float
|
||
|
%312 = OpConstantNull %float
|
||
|
%int_n5 = OpConstant %int -5
|
||
|
%int_n4 = OpConstant %int -4
|
||
|
%int_n3 = OpConstant %int -3
|
||
|
%int_n2 = OpConstant %int -2
|
||
|
%int_n1 = OpConstant %int -1
|
||
|
%int_3 = OpConstant %int 3
|
||
|
%int_4 = OpConstant %int 4
|
||
|
%_ptr_Private_float = OpTypePointer Private %float
|
||
|
%int_30 = OpConstant %int 30
|
||
|
%float_0_5 = OpConstant %float 0.5
|
||
|
%float_10 = OpConstant %float 10
|
||
|
%int_60 = OpConstant %int 60
|
||
|
%int_90 = OpConstant %int 90
|
||
|
%int_120 = OpConstant %int 120
|
||
|
%int_150 = OpConstant %int 150
|
||
|
%int_180 = OpConstant %int 180
|
||
|
%int_5 = OpConstant %int 5
|
||
|
%int_210 = OpConstant %int 210
|
||
|
%int_6 = OpConstant %int 6
|
||
|
%int_240 = OpConstant %int 240
|
||
|
%int_7 = OpConstant %int 7
|
||
|
%int_270 = OpConstant %int 270
|
||
|
%int_8 = OpConstant %int 8
|
||
|
%v3float = OpTypeVector %float 3
|
||
|
%main_out = OpTypeStruct %v4float
|
||
|
%510 = OpTypeFunction %void %main_out
|
||
|
%merge_i1_i1_i1_ = OpFunction %void None %23
|
||
|
%from = OpFunctionParameter %_ptr_Function_int
|
||
|
%mid = OpFunctionParameter %_ptr_Function_int
|
||
|
%to = OpFunctionParameter %_ptr_Function_int
|
||
|
%30 = OpLabel
|
||
|
%k = OpVariable %_ptr_Function_int Function %32
|
||
|
%i = OpVariable %_ptr_Function_int Function %32
|
||
|
%j = OpVariable %_ptr_Function_int Function %32
|
||
|
%i_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_283 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_284 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_303 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_304 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_318 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_322 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_337 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_336 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_350 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_349 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_364 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_363 = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_285_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_305_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_326_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_338_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_351_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%x_365_phi = OpVariable %_ptr_Function_int Function %32
|
||
|
%37 = OpLoad %int %from
|
||
|
OpStore %k %37
|
||
|
%39 = OpLoad %int %from
|
||
|
OpStore %i %39
|
||
|
%41 = OpLoad %int %mid
|
||
|
%43 = OpIAdd %int %41 %int_1
|
||
|
OpStore %j %43
|
||
|
OpBranch %44
|
||
|
%44 = OpLabel
|
||
|
OpLoopMerge %45 %46 None
|
||
|
OpBranch %47
|
||
|
%47 = OpLabel
|
||
|
%68 = OpFOrdGreaterThanEqual %bool %float_1 %float_0
|
||
|
OpSelectionMerge %70 None
|
||
|
OpBranchConditional %68 %71 %72
|
||
|
%71 = OpLabel
|
||
|
OpBranch %70
|
||
|
%72 = OpLabel
|
||
|
OpBranch %46
|
||
|
%70 = OpLabel
|
||
|
%73 = OpLoad %int %i
|
||
|
%75 = OpLoad %int %mid
|
||
|
%76 = OpLoad %int %j
|
||
|
%78 = OpLoad %int %to
|
||
|
%79 = OpSLessThanEqual %bool %73 %75
|
||
|
OpSelectionMerge %80 None
|
||
|
OpBranchConditional %79 %81 %80
|
||
|
%81 = OpLabel
|
||
|
%82 = OpSLessThanEqual %bool %76 %78
|
||
|
OpBranch %80
|
||
|
%80 = OpLabel
|
||
|
%83 = OpPhi %bool %79 %70 %82 %81
|
||
|
OpSelectionMerge %84 None
|
||
|
OpBranchConditional %83 %85 %86
|
||
|
%85 = OpLabel
|
||
|
OpBranch %84
|
||
|
%86 = OpLabel
|
||
|
OpBranch %45
|
||
|
%84 = OpLabel
|
||
|
%87 = OpLoad %int %i
|
||
|
%89 = OpAccessChain %_ptr_Private_int %data %87
|
||
|
%90 = OpLoad %int %89
|
||
|
%91 = OpLoad %int %j
|
||
|
%92 = OpAccessChain %_ptr_Private_int %data %91
|
||
|
%93 = OpLoad %int %92
|
||
|
%94 = OpSLessThan %bool %90 %93
|
||
|
OpSelectionMerge %95 None
|
||
|
OpBranchConditional %94 %96 %97
|
||
|
%96 = OpLabel
|
||
|
%98 = OpLoad %int %k
|
||
|
OpStore %x_283 %98
|
||
|
%99 = OpLoad %int %x_283
|
||
|
OpStore %x_285_phi %99
|
||
|
OpBranch %95
|
||
|
%97 = OpLabel
|
||
|
OpStore %x_284 %int_0
|
||
|
%101 = OpLoad %int %x_284
|
||
|
OpStore %x_285_phi %101
|
||
|
OpBranch %95
|
||
|
%95 = OpLabel
|
||
|
%102 = OpLoad %int %x_285_phi
|
||
|
%103 = OpIAdd %int %102 %int_1
|
||
|
OpSelectionMerge %104 None
|
||
|
OpBranchConditional %94 %105 %104
|
||
|
%105 = OpLabel
|
||
|
OpStore %k %103
|
||
|
%108 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_0
|
||
|
%109 = OpLoad %float %108
|
||
|
%111 = OpFOrdLessThanEqual %bool %float_1 %109
|
||
|
%110 = OpLogicalNot %bool %111
|
||
|
OpSelectionMerge %112 None
|
||
|
OpBranchConditional %110 %113 %114
|
||
|
%113 = OpLabel
|
||
|
OpBranch %112
|
||
|
%114 = OpLabel
|
||
|
OpBranch %46
|
||
|
%112 = OpLabel
|
||
|
OpBranch %104
|
||
|
%104 = OpLabel
|
||
|
%116 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_1
|
||
|
%117 = OpLoad %float %116
|
||
|
%118 = OpFOrdGreaterThanEqual %bool %117 %float_0
|
||
|
OpSelectionMerge %119 None
|
||
|
OpBranchConditional %118 %120 %121
|
||
|
%120 = OpLabel
|
||
|
OpBranch %119
|
||
|
%121 = OpLabel
|
||
|
OpBranch %46
|
||
|
%119 = OpLabel
|
||
|
OpSelectionMerge %122 None
|
||
|
OpBranchConditional %94 %123 %124
|
||
|
%123 = OpLabel
|
||
|
%125 = OpLoad %int %i
|
||
|
OpStore %x_303 %125
|
||
|
%126 = OpLoad %int %x_303
|
||
|
OpStore %x_305_phi %126
|
||
|
OpBranch %122
|
||
|
%124 = OpLabel
|
||
|
OpStore %x_304 %int_0
|
||
|
%127 = OpLoad %int %x_304
|
||
|
OpStore %x_305_phi %127
|
||
|
OpBranch %122
|
||
|
%122 = OpLabel
|
||
|
%128 = OpLoad %int %x_305_phi
|
||
|
%129 = OpSelect %int %94 %128 %int_0
|
||
|
OpSelectionMerge %130 None
|
||
|
OpBranchConditional %94 %131 %130
|
||
|
%131 = OpLabel
|
||
|
%132 = OpIAdd %int %129 %int_1
|
||
|
OpStore %i %132
|
||
|
OpBranch %130
|
||
|
%130 = OpLabel
|
||
|
OpSelectionMerge %133 None
|
||
|
OpBranchConditional %94 %134 %135
|
||
|
%134 = OpLabel
|
||
|
%136 = OpAccessChain %_ptr_Private_int %data %129
|
||
|
%137 = OpLoad %int %136
|
||
|
OpStore %x_318 %137
|
||
|
%138 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_1
|
||
|
%139 = OpLoad %float %138
|
||
|
%140 = OpLoad %int %x_318
|
||
|
OpStore %x_326_phi %140
|
||
|
%142 = OpFOrdLessThanEqual %bool %float_0 %139
|
||
|
%141 = OpLogicalNot %bool %142
|
||
|
OpSelectionMerge %143 None
|
||
|
OpBranchConditional %141 %144 %143
|
||
|
%144 = OpLabel
|
||
|
OpBranch %46
|
||
|
%143 = OpLabel
|
||
|
OpBranch %133
|
||
|
%135 = OpLabel
|
||
|
OpStore %x_322 %int_0
|
||
|
%145 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_1
|
||
|
%146 = OpLoad %float %145
|
||
|
%147 = OpLoad %int %x_322
|
||
|
OpStore %x_326_phi %147
|
||
|
%149 = OpFOrdLessThan %bool %146 %float_0
|
||
|
%148 = OpLogicalNot %bool %149
|
||
|
OpSelectionMerge %150 None
|
||
|
OpBranchConditional %148 %151 %152
|
||
|
%151 = OpLabel
|
||
|
OpBranch %150
|
||
|
%152 = OpLabel
|
||
|
OpBranch %46
|
||
|
%150 = OpLabel
|
||
|
OpBranch %133
|
||
|
%133 = OpLabel
|
||
|
%153 = OpLoad %int %x_326_phi
|
||
|
OpSelectionMerge %154 None
|
||
|
OpBranchConditional %94 %155 %154
|
||
|
%155 = OpLabel
|
||
|
%156 = OpAccessChain %_ptr_Private_int %temp %102
|
||
|
%157 = OpSelect %int %94 %153 %int_0
|
||
|
OpStore %156 %157
|
||
|
OpBranch %154
|
||
|
%154 = OpLabel
|
||
|
OpSelectionMerge %158 None
|
||
|
OpBranchConditional %94 %159 %160
|
||
|
%159 = OpLabel
|
||
|
OpStore %x_337 %int_0
|
||
|
%161 = OpLoad %int %x_337
|
||
|
OpStore %x_338_phi %161
|
||
|
OpBranch %158
|
||
|
%160 = OpLabel
|
||
|
%162 = OpLoad %int %k
|
||
|
OpStore %x_336 %162
|
||
|
%163 = OpLoad %int %x_336
|
||
|
OpStore %x_338_phi %163
|
||
|
OpBranch %158
|
||
|
%158 = OpLabel
|
||
|
%164 = OpLoad %int %x_338_phi
|
||
|
OpSelectionMerge %165 None
|
||
|
OpBranchConditional %94 %166 %167
|
||
|
%166 = OpLabel
|
||
|
OpBranch %165
|
||
|
%167 = OpLabel
|
||
|
%168 = OpIAdd %int %164 %int_1
|
||
|
OpStore %k %168
|
||
|
OpBranch %165
|
||
|
%165 = OpLabel
|
||
|
%169 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_0
|
||
|
%170 = OpLoad %float %169
|
||
|
%172 = OpFOrdLessThanEqual %bool %float_1 %170
|
||
|
%171 = OpLogicalNot %bool %172
|
||
|
OpSelectionMerge %173 None
|
||
|
OpBranchConditional %171 %174 %175
|
||
|
%174 = OpLabel
|
||
|
OpBranch %173
|
||
|
%175 = OpLabel
|
||
|
OpBranch %46
|
||
|
%173 = OpLabel
|
||
|
OpSelectionMerge %176 None
|
||
|
OpBranchConditional %94 %177 %178
|
||
|
%177 = OpLabel
|
||
|
OpStore %x_350 %int_0
|
||
|
%179 = OpLoad %int %x_350
|
||
|
OpStore %x_351_phi %179
|
||
|
OpBranch %176
|
||
|
%178 = OpLabel
|
||
|
%180 = OpLoad %int %j
|
||
|
OpStore %x_349 %180
|
||
|
%181 = OpLoad %int %x_349
|
||
|
OpStore %x_351_phi %181
|
||
|
OpBranch %176
|
||
|
%176 = OpLabel
|
||
|
%182 = OpLoad %int %x_351_phi
|
||
|
%183 = OpSelect %int %94 %int_0 %182
|
||
|
OpSelectionMerge %184 None
|
||
|
OpBranchConditional %94 %185 %186
|
||
|
%185 = OpLabel
|
||
|
OpBranch %184
|
||
|
%186 = OpLabel
|
||
|
%187 = OpIAdd %int %183 %int_1
|
||
|
OpStore %j %187
|
||
|
OpBranch %184
|
||
|
%184 = OpLabel
|
||
|
OpSelectionMerge %188 None
|
||
|
OpBranchConditional %94 %189 %190
|
||
|
%189 = OpLabel
|
||
|
OpStore %x_364 %int_0
|
||
|
%191 = OpLoad %int %x_364
|
||
|
OpStore %x_365_phi %191
|
||
|
OpBranch %188
|
||
|
%190 = OpLabel
|
||
|
%192 = OpAccessChain %_ptr_Private_int %data %183
|
||
|
%193 = OpLoad %int %192
|
||
|
OpStore %x_363 %193
|
||
|
%194 = OpLoad %int %x_363
|
||
|
OpStore %x_365_phi %194
|
||
|
OpBranch %188
|
||
|
%188 = OpLabel
|
||
|
%195 = OpLoad %int %x_365_phi
|
||
|
OpSelectionMerge %196 None
|
||
|
OpBranchConditional %94 %197 %198
|
||
|
%197 = OpLabel
|
||
|
OpBranch %196
|
||
|
%198 = OpLabel
|
||
|
%199 = OpAccessChain %_ptr_Private_int %temp %164
|
||
|
OpStore %199 %195
|
||
|
OpBranch %196
|
||
|
%196 = OpLabel
|
||
|
OpBranch %46
|
||
|
%46 = OpLabel
|
||
|
OpBranch %44
|
||
|
%45 = OpLabel
|
||
|
OpBranch %200
|
||
|
%200 = OpLabel
|
||
|
OpLoopMerge %201 %202 None
|
||
|
OpBranch %203
|
||
|
%203 = OpLabel
|
||
|
%204 = OpLoad %int %i
|
||
|
%205 = OpLoad %int %i
|
||
|
%207 = OpLoad %int %mid
|
||
|
%209 = OpSLessThan %bool %204 %int_10
|
||
|
OpSelectionMerge %210 None
|
||
|
OpBranchConditional %209 %211 %210
|
||
|
%211 = OpLabel
|
||
|
%212 = OpSLessThanEqual %bool %205 %207
|
||
|
OpBranch %210
|
||
|
%210 = OpLabel
|
||
|
%213 = OpPhi %bool %209 %203 %212 %211
|
||
|
OpSelectionMerge %214 None
|
||
|
OpBranchConditional %213 %215 %216
|
||
|
%215 = OpLabel
|
||
|
OpBranch %214
|
||
|
%216 = OpLabel
|
||
|
OpBranch %201
|
||
|
%214 = OpLabel
|
||
|
%217 = OpLoad %int %k
|
||
|
%218 = OpIAdd %int %217 %int_1
|
||
|
OpStore %k %218
|
||
|
%219 = OpLoad %int %i
|
||
|
%220 = OpIAdd %int %219 %int_1
|
||
|
OpStore %i %220
|
||
|
%221 = OpAccessChain %_ptr_Private_int %data %219
|
||
|
%222 = OpLoad %int %221
|
||
|
%223 = OpAccessChain %_ptr_Private_int %temp %217
|
||
|
OpStore %223 %222
|
||
|
OpBranch %202
|
||
|
%202 = OpLabel
|
||
|
OpBranch %200
|
||
|
%201 = OpLabel
|
||
|
%225 = OpLoad %int %from
|
||
|
OpStore %i_1 %225
|
||
|
OpBranch %226
|
||
|
%226 = OpLabel
|
||
|
OpLoopMerge %227 %228 None
|
||
|
OpBranch %229
|
||
|
%229 = OpLabel
|
||
|
%230 = OpLoad %int %i_1
|
||
|
%232 = OpLoad %int %to
|
||
|
%233 = OpSLessThanEqual %bool %230 %232
|
||
|
OpSelectionMerge %234 None
|
||
|
OpBranchConditional %233 %235 %236
|
||
|
%235 = OpLabel
|
||
|
OpBranch %234
|
||
|
%236 = OpLabel
|
||
|
OpBranch %227
|
||
|
%234 = OpLabel
|
||
|
%237 = OpLoad %int %i_1
|
||
|
%238 = OpLoad %int %i_1
|
||
|
%239 = OpAccessChain %_ptr_Private_int %temp %238
|
||
|
%240 = OpLoad %int %239
|
||
|
%241 = OpAccessChain %_ptr_Private_int %data %237
|
||
|
OpStore %241 %240
|
||
|
OpBranch %228
|
||
|
%228 = OpLabel
|
||
|
%242 = OpLoad %int %i_1
|
||
|
%243 = OpIAdd %int %242 %int_1
|
||
|
OpStore %i_1 %243
|
||
|
OpBranch %226
|
||
|
%227 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%mergeSort_ = OpFunction %void None %244
|
||
|
%246 = OpLabel
|
||
|
%low = OpVariable %_ptr_Function_int Function %32
|
||
|
%high = OpVariable %_ptr_Function_int Function %32
|
||
|
%m = OpVariable %_ptr_Function_int Function %32
|
||
|
%i_2 = OpVariable %_ptr_Function_int Function %32
|
||
|
%from_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%mid_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%to_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%param = OpVariable %_ptr_Function_int Function %32
|
||
|
%param_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%param_2 = OpVariable %_ptr_Function_int Function %32
|
||
|
OpStore %low %int_0
|
||
|
OpStore %high %int_9
|
||
|
OpStore %m %int_1
|
||
|
OpBranch %258
|
||
|
%258 = OpLabel
|
||
|
OpLoopMerge %259 %260 None
|
||
|
OpBranch %261
|
||
|
%261 = OpLabel
|
||
|
%262 = OpLoad %int %m
|
||
|
%263 = OpLoad %int %high
|
||
|
%264 = OpSLessThanEqual %bool %262 %263
|
||
|
OpSelectionMerge %265 None
|
||
|
OpBranchConditional %264 %266 %267
|
||
|
%266 = OpLabel
|
||
|
OpBranch %265
|
||
|
%267 = OpLabel
|
||
|
OpBranch %259
|
||
|
%265 = OpLabel
|
||
|
%268 = OpLoad %int %low
|
||
|
OpStore %i_2 %268
|
||
|
OpBranch %269
|
||
|
%269 = OpLabel
|
||
|
OpLoopMerge %270 %271 None
|
||
|
OpBranch %272
|
||
|
%272 = OpLabel
|
||
|
%273 = OpLoad %int %i_2
|
||
|
%274 = OpLoad %int %high
|
||
|
%275 = OpSLessThan %bool %273 %274
|
||
|
OpSelectionMerge %276 None
|
||
|
OpBranchConditional %275 %277 %278
|
||
|
%277 = OpLabel
|
||
|
OpBranch %276
|
||
|
%278 = OpLabel
|
||
|
OpBranch %270
|
||
|
%276 = OpLabel
|
||
|
%279 = OpLoad %int %i_2
|
||
|
OpStore %from_1 %279
|
||
|
%280 = OpLoad %int %i_2
|
||
|
%281 = OpLoad %int %m
|
||
|
%282 = OpIAdd %int %280 %281
|
||
|
%283 = OpISub %int %282 %int_1
|
||
|
OpStore %mid_1 %283
|
||
|
%284 = OpLoad %int %i_2
|
||
|
%285 = OpLoad %int %m
|
||
|
%286 = OpLoad %int %high
|
||
|
%290 = OpIMul %int %int_2 %285
|
||
|
%291 = OpIAdd %int %284 %290
|
||
|
%292 = OpISub %int %291 %int_1
|
||
|
%287 = OpExtInst %int %288 SMin %292 %286
|
||
|
OpStore %to_1 %287
|
||
|
%293 = OpLoad %int %from_1
|
||
|
OpStore %param %293
|
||
|
%294 = OpLoad %int %mid_1
|
||
|
OpStore %param_1 %294
|
||
|
%295 = OpLoad %int %to_1
|
||
|
OpStore %param_2 %295
|
||
|
%296 = OpFunctionCall %void %merge_i1_i1_i1_ %param %param_1 %param_2
|
||
|
OpBranch %271
|
||
|
%271 = OpLabel
|
||
|
%300 = OpLoad %int %m
|
||
|
%301 = OpLoad %int %i_2
|
||
|
%302 = OpIMul %int %int_2 %300
|
||
|
%303 = OpIAdd %int %301 %302
|
||
|
OpStore %i_2 %303
|
||
|
OpBranch %269
|
||
|
%270 = OpLabel
|
||
|
OpBranch %260
|
||
|
%260 = OpLabel
|
||
|
%304 = OpLoad %int %m
|
||
|
%305 = OpIMul %int %int_2 %304
|
||
|
OpStore %m %305
|
||
|
OpBranch %258
|
||
|
%259 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%main_1 = OpFunction %void None %244
|
||
|
%307 = OpLabel
|
||
|
%i_3 = OpVariable %_ptr_Function_int Function %32
|
||
|
%j_1 = OpVariable %_ptr_Function_int Function %32
|
||
|
%grey = OpVariable %_ptr_Function_float Function %312
|
||
|
%313 = OpAccessChain %_ptr_Uniform_float %x_28 %uint_0 %uint_0
|
||
|
%314 = OpLoad %float %313
|
||
|
%315 = OpConvertFToS %int %314
|
||
|
OpStore %i_3 %315
|
||
|
OpBranch %316
|
||
|
%316 = OpLabel
|
||
|
OpLoopMerge %317 %318 None
|
||
|
OpBranch %319
|
||
|
%319 = OpLabel
|
||
|
%320 = OpLoad %int %i_3
|
||
|
OpSelectionMerge %321 None
|
||
|
OpSwitch %320 %322 9 %323 8 %324 7 %325 6 %326 5 %327 4 %328 3 %329 2 %330 1 %331 0 %332
|
||
|
%323 = OpLabel
|
||
|
%333 = OpLoad %int %i_3
|
||
|
%334 = OpAccessChain %_ptr_Private_int %data %333
|
||
|
OpStore %334 %int_n5
|
||
|
OpBranch %321
|
||
|
%324 = OpLabel
|
||
|
%336 = OpLoad %int %i_3
|
||
|
%337 = OpAccessChain %_ptr_Private_int %data %336
|
||
|
OpStore %337 %int_n4
|
||
|
OpBranch %321
|
||
|
%325 = OpLabel
|
||
|
%339 = OpLoad %int %i_3
|
||
|
%340 = OpAccessChain %_ptr_Private_int %data %339
|
||
|
OpStore %340 %int_n3
|
||
|
OpBranch %321
|
||
|
%326 = OpLabel
|
||
|
%342 = OpLoad %int %i_3
|
||
|
%343 = OpAccessChain %_ptr_Private_int %data %342
|
||
|
OpStore %343 %int_n2
|
||
|
OpBranch %321
|
||
|
%327 = OpLabel
|
||
|
%345 = OpLoad %int %i_3
|
||
|
%346 = OpAccessChain %_ptr_Private_int %data %345
|
||
|
OpStore %346 %int_n1
|
||
|
OpBranch %321
|
||
|
%328 = OpLabel
|
||
|
%348 = OpLoad %int %i_3
|
||
|
%349 = OpAccessChain %_ptr_Private_int %data %348
|
||
|
OpStore %349 %int_0
|
||
|
OpBranch %321
|
||
|
%329 = OpLabel
|
||
|
%350 = OpLoad %int %i_3
|
||
|
%351 = OpAccessChain %_ptr_Private_int %data %350
|
||
|
OpStore %351 %int_1
|
||
|
OpBranch %321
|
||
|
%330 = OpLabel
|
||
|
%352 = OpLoad %int %i_3
|
||
|
%353 = OpAccessChain %_ptr_Private_int %data %352
|
||
|
OpStore %353 %int_2
|
||
|
OpBranch %321
|
||
|
%331 = OpLabel
|
||
|
%354 = OpLoad %int %i_3
|
||
|
%355 = OpAccessChain %_ptr_Private_int %data %354
|
||
|
OpStore %355 %int_3
|
||
|
OpBranch %321
|
||
|
%332 = OpLabel
|
||
|
%357 = OpLoad %int %i_3
|
||
|
%358 = OpAccessChain %_ptr_Private_int %data %357
|
||
|
OpStore %358 %int_4
|
||
|
OpBranch %321
|
||
|
%322 = OpLabel
|
||
|
OpBranch %321
|
||
|
%321 = OpLabel
|
||
|
%360 = OpLoad %int %i_3
|
||
|
%361 = OpIAdd %int %360 %int_1
|
||
|
OpStore %i_3 %361
|
||
|
OpBranch %318
|
||
|
%318 = OpLabel
|
||
|
%362 = OpLoad %int %i_3
|
||
|
%363 = OpSLessThan %bool %362 %int_10
|
||
|
OpSelectionMerge %364 None
|
||
|
OpBranchConditional %363 %365 %366
|
||
|
%365 = OpLabel
|
||
|
OpBranch %364
|
||
|
%366 = OpLabel
|
||
|
OpBranch %317
|
||
|
%364 = OpLabel
|
||
|
OpBranch %316
|
||
|
%317 = OpLabel
|
||
|
OpStore %j_1 %int_0
|
||
|
OpBranch %367
|
||
|
%367 = OpLabel
|
||
|
OpLoopMerge %368 %369 None
|
||
|
OpBranch %370
|
||
|
%370 = OpLabel
|
||
|
%371 = OpLoad %int %j_1
|
||
|
%372 = OpSLessThan %bool %371 %int_10
|
||
|
OpSelectionMerge %373 None
|
||
|
OpBranchConditional %372 %374 %375
|
||
|
%374 = OpLabel
|
||
|
OpBranch %373
|
||
|
%375 = OpLabel
|
||
|
OpBranch %368
|
||
|
%373 = OpLabel
|
||
|
%376 = OpLoad %int %j_1
|
||
|
%377 = OpLoad %int %j_1
|
||
|
%378 = OpAccessChain %_ptr_Private_int %data %377
|
||
|
%379 = OpLoad %int %378
|
||
|
%380 = OpAccessChain %_ptr_Private_int %temp %376
|
||
|
OpStore %380 %379
|
||
|
OpBranch %369
|
||
|
%369 = OpLabel
|
||
|
%381 = OpLoad %int %j_1
|
||
|
%382 = OpIAdd %int %381 %int_1
|
||
|
OpStore %j_1 %382
|
||
|
OpBranch %367
|
||
|
%368 = OpLabel
|
||
|
%383 = OpFunctionCall %void %mergeSort_
|
||
|
%385 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%386 = OpLoad %float %385
|
||
|
%387 = OpConvertFToS %int %386
|
||
|
%389 = OpSLessThan %bool %387 %int_30
|
||
|
OpSelectionMerge %390 None
|
||
|
OpBranchConditional %389 %391 %392
|
||
|
%391 = OpLabel
|
||
|
%393 = OpAccessChain %_ptr_Private_int %data %int_0
|
||
|
%394 = OpLoad %int %393
|
||
|
%396 = OpConvertSToF %float %394
|
||
|
%398 = OpFDiv %float %396 %float_10
|
||
|
%399 = OpFAdd %float %float_0_5 %398
|
||
|
OpStore %grey %399
|
||
|
OpBranch %390
|
||
|
%392 = OpLabel
|
||
|
%400 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%401 = OpLoad %float %400
|
||
|
%402 = OpConvertFToS %int %401
|
||
|
%404 = OpSLessThan %bool %402 %int_60
|
||
|
OpSelectionMerge %405 None
|
||
|
OpBranchConditional %404 %406 %407
|
||
|
%406 = OpLabel
|
||
|
%408 = OpAccessChain %_ptr_Private_int %data %int_1
|
||
|
%409 = OpLoad %int %408
|
||
|
%410 = OpConvertSToF %float %409
|
||
|
%411 = OpFDiv %float %410 %float_10
|
||
|
%412 = OpFAdd %float %float_0_5 %411
|
||
|
OpStore %grey %412
|
||
|
OpBranch %405
|
||
|
%407 = OpLabel
|
||
|
%413 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%414 = OpLoad %float %413
|
||
|
%415 = OpConvertFToS %int %414
|
||
|
%417 = OpSLessThan %bool %415 %int_90
|
||
|
OpSelectionMerge %418 None
|
||
|
OpBranchConditional %417 %419 %420
|
||
|
%419 = OpLabel
|
||
|
%421 = OpAccessChain %_ptr_Private_int %data %int_2
|
||
|
%422 = OpLoad %int %421
|
||
|
%423 = OpConvertSToF %float %422
|
||
|
%424 = OpFDiv %float %423 %float_10
|
||
|
%425 = OpFAdd %float %float_0_5 %424
|
||
|
OpStore %grey %425
|
||
|
OpBranch %418
|
||
|
%420 = OpLabel
|
||
|
%426 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%427 = OpLoad %float %426
|
||
|
%428 = OpConvertFToS %int %427
|
||
|
%430 = OpSLessThan %bool %428 %int_120
|
||
|
OpSelectionMerge %431 None
|
||
|
OpBranchConditional %430 %432 %433
|
||
|
%432 = OpLabel
|
||
|
%434 = OpAccessChain %_ptr_Private_int %data %int_3
|
||
|
%435 = OpLoad %int %434
|
||
|
%436 = OpConvertSToF %float %435
|
||
|
%437 = OpFDiv %float %436 %float_10
|
||
|
%438 = OpFAdd %float %float_0_5 %437
|
||
|
OpStore %grey %438
|
||
|
OpBranch %431
|
||
|
%433 = OpLabel
|
||
|
%439 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%440 = OpLoad %float %439
|
||
|
%441 = OpConvertFToS %int %440
|
||
|
%443 = OpSLessThan %bool %441 %int_150
|
||
|
OpSelectionMerge %444 None
|
||
|
OpBranchConditional %443 %445 %446
|
||
|
%445 = OpLabel
|
||
|
OpKill
|
||
|
%446 = OpLabel
|
||
|
%447 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%448 = OpLoad %float %447
|
||
|
%449 = OpConvertFToS %int %448
|
||
|
%451 = OpSLessThan %bool %449 %int_180
|
||
|
OpSelectionMerge %452 None
|
||
|
OpBranchConditional %451 %453 %454
|
||
|
%453 = OpLabel
|
||
|
%456 = OpAccessChain %_ptr_Private_int %data %int_5
|
||
|
%457 = OpLoad %int %456
|
||
|
%458 = OpConvertSToF %float %457
|
||
|
%459 = OpFDiv %float %458 %float_10
|
||
|
%460 = OpFAdd %float %float_0_5 %459
|
||
|
OpStore %grey %460
|
||
|
OpBranch %452
|
||
|
%454 = OpLabel
|
||
|
%461 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%462 = OpLoad %float %461
|
||
|
%463 = OpConvertFToS %int %462
|
||
|
%465 = OpSLessThan %bool %463 %int_210
|
||
|
OpSelectionMerge %466 None
|
||
|
OpBranchConditional %465 %467 %468
|
||
|
%467 = OpLabel
|
||
|
%470 = OpAccessChain %_ptr_Private_int %data %int_6
|
||
|
%471 = OpLoad %int %470
|
||
|
%472 = OpConvertSToF %float %471
|
||
|
%473 = OpFDiv %float %472 %float_10
|
||
|
%474 = OpFAdd %float %float_0_5 %473
|
||
|
OpStore %grey %474
|
||
|
OpBranch %466
|
||
|
%468 = OpLabel
|
||
|
%475 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%476 = OpLoad %float %475
|
||
|
%477 = OpConvertFToS %int %476
|
||
|
%479 = OpSLessThan %bool %477 %int_240
|
||
|
OpSelectionMerge %480 None
|
||
|
OpBranchConditional %479 %481 %482
|
||
|
%481 = OpLabel
|
||
|
%484 = OpAccessChain %_ptr_Private_int %data %int_7
|
||
|
%485 = OpLoad %int %484
|
||
|
%486 = OpConvertSToF %float %485
|
||
|
%487 = OpFDiv %float %486 %float_10
|
||
|
%488 = OpFAdd %float %float_0_5 %487
|
||
|
OpStore %grey %488
|
||
|
OpBranch %480
|
||
|
%482 = OpLabel
|
||
|
%489 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%490 = OpLoad %float %489
|
||
|
%491 = OpConvertFToS %int %490
|
||
|
%493 = OpSLessThan %bool %491 %int_270
|
||
|
OpSelectionMerge %494 None
|
||
|
OpBranchConditional %493 %495 %496
|
||
|
%495 = OpLabel
|
||
|
%498 = OpAccessChain %_ptr_Private_int %data %int_8
|
||
|
%499 = OpLoad %int %498
|
||
|
%500 = OpConvertSToF %float %499
|
||
|
%501 = OpFDiv %float %500 %float_10
|
||
|
%502 = OpFAdd %float %float_0_5 %501
|
||
|
OpStore %grey %502
|
||
|
OpBranch %494
|
||
|
%496 = OpLabel
|
||
|
OpKill
|
||
|
%494 = OpLabel
|
||
|
OpBranch %480
|
||
|
%480 = OpLabel
|
||
|
OpBranch %466
|
||
|
%466 = OpLabel
|
||
|
OpBranch %452
|
||
|
%452 = OpLabel
|
||
|
OpBranch %444
|
||
|
%444 = OpLabel
|
||
|
OpBranch %431
|
||
|
%431 = OpLabel
|
||
|
OpBranch %418
|
||
|
%418 = OpLabel
|
||
|
OpBranch %405
|
||
|
%405 = OpLabel
|
||
|
OpBranch %390
|
||
|
%390 = OpLabel
|
||
|
%503 = OpLoad %float %grey
|
||
|
%505 = OpCompositeConstruct %v3float %503 %503 %503
|
||
|
%506 = OpCompositeExtract %float %505 0
|
||
|
%507 = OpCompositeExtract %float %505 1
|
||
|
%508 = OpCompositeExtract %float %505 2
|
||
|
%509 = OpCompositeConstruct %v4float %506 %507 %508 %float_1
|
||
|
OpStore %x_GLF_color %509
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%tint_symbol_3 = OpFunction %void None %510
|
||
|
%tint_symbol_1 = OpFunctionParameter %main_out
|
||
|
%514 = OpLabel
|
||
|
%515 = OpCompositeExtract %v4float %tint_symbol_1 0
|
||
|
OpStore %tint_symbol_2 %515
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%main = OpFunction %void None %244
|
||
|
%517 = OpLabel
|
||
|
%518 = OpLoad %v4float %tint_symbol
|
||
|
OpStore %gl_FragCoord %518
|
||
|
%519 = OpFunctionCall %void %main_1
|
||
|
%521 = OpLoad %v4float %x_GLF_color
|
||
|
%522 = OpCompositeConstruct %main_out %521
|
||
|
%520 = OpFunctionCall %void %tint_symbol_3 %522
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
1:1: The continue construct with the continue target 318[%318] is not post dominated by the back-edge block 364[%364]
|
||
|
%364 = OpLabel
|
||
|
|