463 lines
18 KiB
Plaintext
463 lines
18 KiB
Plaintext
|
; SPIR-V
|
||
|
; Version: 1.3
|
||
|
; Generator: Google Tint Compiler; 0
|
||
|
; Bound: 267
|
||
|
; Schema: 0
|
||
|
OpCapability Shader
|
||
|
%58 = OpExtInstImport "GLSL.std.450"
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpName %buf0 "buf0"
|
||
|
OpMemberName %buf0 0 "resolution"
|
||
|
OpName %x_7 "x_7"
|
||
|
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 %main_1 "main_1"
|
||
|
OpName %c "c"
|
||
|
OpName %x_53 "x_53"
|
||
|
OpName %x_57 "x_57"
|
||
|
OpName %x_58 "x_58"
|
||
|
OpName %x_83 "x_83"
|
||
|
OpName %x_84 "x_84"
|
||
|
OpName %x_124 "x_124"
|
||
|
OpName %x_125 "x_125"
|
||
|
OpName %x_57_phi "x_57_phi"
|
||
|
OpName %x_60_phi "x_60_phi"
|
||
|
OpName %x_83_phi "x_83_phi"
|
||
|
OpName %x_84_phi "x_84_phi"
|
||
|
OpName %x_85_phi "x_85_phi"
|
||
|
OpName %x_87_phi "x_87_phi"
|
||
|
OpName %x_128_phi "x_128_phi"
|
||
|
OpName %x_135_phi "x_135_phi"
|
||
|
OpName %x_70 "x_70"
|
||
|
OpName %x_78 "x_78"
|
||
|
OpName %x_61 "x_61"
|
||
|
OpName %x_58_phi "x_58_phi"
|
||
|
OpName %x_77 "x_77"
|
||
|
OpName %x_78_phi "x_78_phi"
|
||
|
OpName %x_92 "x_92"
|
||
|
OpName %x_98 "x_98"
|
||
|
OpName %x_99 "x_99"
|
||
|
OpName %x_98_phi "x_98_phi"
|
||
|
OpName %x_101_phi "x_101_phi"
|
||
|
OpName %x_124_phi "x_124_phi"
|
||
|
OpName %x_125_phi "x_125_phi"
|
||
|
OpName %x_126_phi "x_126_phi"
|
||
|
OpName %x_111 "x_111"
|
||
|
OpName %x_119 "x_119"
|
||
|
OpName %x_102 "x_102"
|
||
|
OpName %x_99_phi "x_99_phi"
|
||
|
OpName %x_118 "x_118"
|
||
|
OpName %x_119_phi "x_119_phi"
|
||
|
OpName %x_136 "x_136"
|
||
|
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 %buf0 Block
|
||
|
OpMemberDecorate %buf0 0 Offset 0
|
||
|
OpDecorate %x_7 NonWritable
|
||
|
OpDecorate %x_7 DescriptorSet 0
|
||
|
OpDecorate %x_7 Binding 0
|
||
|
OpDecorate %tint_symbol BuiltIn FragCoord
|
||
|
OpDecorate %tint_symbol_2 Location 0
|
||
|
OpMemberDecorate %main_out 0 Offset 0
|
||
|
%float = OpTypeFloat 32
|
||
|
%v2float = OpTypeVector %float 2
|
||
|
%buf0 = OpTypeStruct %v2float
|
||
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
||
|
%x_7 = OpVariable %_ptr_Uniform_buf0 Uniform
|
||
|
%v4float = OpTypeVector %float 4
|
||
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
||
|
%9 = OpConstantNull %v4float
|
||
|
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %9
|
||
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %9
|
||
|
%_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 %9
|
||
|
%void = OpTypeVoid
|
||
|
%15 = OpTypeFunction %void
|
||
|
%v3float = OpTypeVector %float 3
|
||
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
||
|
%22 = OpConstantNull %v3float
|
||
|
%_ptr_Function_float = OpTypePointer Function %float
|
||
|
%25 = OpConstantNull %float
|
||
|
%int = OpTypeInt 32 1
|
||
|
%_ptr_Function_int = OpTypePointer Function %int
|
||
|
%36 = OpConstantNull %int
|
||
|
%bool = OpTypeBool
|
||
|
%_ptr_Function_bool = OpTypePointer Function %bool
|
||
|
%42 = OpConstantNull %bool
|
||
|
%float_7 = OpConstant %float 7
|
||
|
%float_8 = OpConstant %float 8
|
||
|
%float_9 = OpConstant %float 9
|
||
|
%49 = OpConstantComposite %v3float %float_7 %float_8 %float_9
|
||
|
%uint = OpTypeInt 32 0
|
||
|
%uint_0 = OpConstant %uint 0
|
||
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
||
|
%float_1 = OpConstant %float 1
|
||
|
%float_0_125 = OpConstant %float 0.125
|
||
|
%float_0 = OpConstant %float 0
|
||
|
%float_n0_5 = OpConstant %float -0.5
|
||
|
%63 = OpConstantComposite %v2float %float_0 %float_n0_5
|
||
|
%_ptr_Private_float = OpTypePointer Private %float
|
||
|
%int_1 = OpConstant %int 1
|
||
|
%false = OpConstantFalse %bool
|
||
|
%int_800 = OpConstant %int 800
|
||
|
%int_32 = OpConstant %int 32
|
||
|
%int_0 = OpConstant %int 0
|
||
|
%float_0_400000006 = OpConstant %float 0.400000006
|
||
|
%float_0_00999999978 = OpConstant %float 0.00999999978
|
||
|
%float_100 = OpConstant %float 100
|
||
|
%true = OpConstantTrue %bool
|
||
|
%uint_1 = OpConstant %uint 1
|
||
|
%uint_2 = OpConstant %uint 2
|
||
|
%int_3 = OpConstant %int 3
|
||
|
%main_out = OpTypeStruct %v4float
|
||
|
%254 = OpTypeFunction %void %main_out
|
||
|
%main_1 = OpFunction %void None %15
|
||
|
%18 = OpLabel
|
||
|
%c = OpVariable %_ptr_Function_v3float Function %22
|
||
|
%x_53 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_57 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_58 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_83 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_84 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_124 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_125 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_57_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_60_phi = OpVariable %_ptr_Function_int Function %36
|
||
|
%x_83_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_84_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_85_phi = OpVariable %_ptr_Function_bool Function %42
|
||
|
%x_87_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_128_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_135_phi = OpVariable %_ptr_Function_int Function %36
|
||
|
%x_70 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_78 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_61 = OpVariable %_ptr_Function_int Function %36
|
||
|
%x_58_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_77 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_78_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_92 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_98 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_99 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_98_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_101_phi = OpVariable %_ptr_Function_int Function %36
|
||
|
%x_124_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_125_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_126_phi = OpVariable %_ptr_Function_bool Function %42
|
||
|
%x_111 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_119 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_102 = OpVariable %_ptr_Function_int Function %36
|
||
|
%x_99_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_118 = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_119_phi = OpVariable %_ptr_Function_float Function %25
|
||
|
%x_136 = OpVariable %_ptr_Function_int Function %36
|
||
|
OpStore %c %49
|
||
|
%53 = OpAccessChain %_ptr_Uniform_float %x_7 %uint_0 %uint_0
|
||
|
%54 = OpLoad %float %53
|
||
|
%56 = OpCompositeConstruct %v2float %float_1 %54
|
||
|
%60 = OpFMul %float %54 %float_0_125
|
||
|
%57 = OpExtInst %float %58 RoundEven %60
|
||
|
%65 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0
|
||
|
%66 = OpLoad %float %65
|
||
|
OpStore %x_53 %66
|
||
|
OpSelectionMerge %67 None
|
||
|
OpSwitch %uint_0 %68
|
||
|
%68 = OpLabel
|
||
|
OpStore %x_57_phi %float_n0_5
|
||
|
OpStore %x_60_phi %int_1
|
||
|
OpBranch %70
|
||
|
%70 = OpLabel
|
||
|
OpLoopMerge %71 %72 None
|
||
|
OpBranch %73
|
||
|
%73 = OpLabel
|
||
|
%78 = OpLoad %float %x_57_phi
|
||
|
OpStore %x_57 %78
|
||
|
%79 = OpLoad %int %x_60_phi
|
||
|
OpStore %x_83_phi %float_0
|
||
|
%80 = OpLoad %float %x_57
|
||
|
OpStore %x_84_phi %80
|
||
|
OpStore %x_85_phi %false
|
||
|
%83 = OpSLessThan %bool %79 %int_800
|
||
|
OpSelectionMerge %84 None
|
||
|
OpBranchConditional %83 %85 %86
|
||
|
%85 = OpLabel
|
||
|
OpBranch %84
|
||
|
%86 = OpLabel
|
||
|
OpBranch %71
|
||
|
%84 = OpLabel
|
||
|
%90 = OpSMod %int %79 %int_32
|
||
|
%92 = OpIEqual %bool %90 %int_0
|
||
|
OpSelectionMerge %93 None
|
||
|
OpBranchConditional %92 %94 %95
|
||
|
%94 = OpLabel
|
||
|
%96 = OpLoad %float %x_57
|
||
|
%98 = OpFAdd %float %96 %float_0_400000006
|
||
|
OpStore %x_70 %98
|
||
|
%99 = OpLoad %float %x_70
|
||
|
OpStore %x_58_phi %99
|
||
|
OpBranch %93
|
||
|
%95 = OpLabel
|
||
|
%100 = OpLoad %float %x_57
|
||
|
OpStore %x_78_phi %100
|
||
|
%101 = OpConvertSToF %float %79
|
||
|
%102 = OpExtInst %float %58 RoundEven %57
|
||
|
%103 = OpFMod %float %101 %102
|
||
|
%105 = OpFOrdLessThanEqual %bool %103 %float_0_00999999978
|
||
|
OpSelectionMerge %106 None
|
||
|
OpBranchConditional %105 %107 %106
|
||
|
%107 = OpLabel
|
||
|
%108 = OpLoad %float %x_57
|
||
|
%110 = OpFAdd %float %108 %float_100
|
||
|
OpStore %x_77 %110
|
||
|
%111 = OpLoad %float %x_77
|
||
|
OpStore %x_78_phi %111
|
||
|
OpBranch %106
|
||
|
%106 = OpLabel
|
||
|
%112 = OpLoad %float %x_78_phi
|
||
|
OpStore %x_78 %112
|
||
|
%113 = OpLoad %float %x_78
|
||
|
OpStore %x_58_phi %113
|
||
|
OpBranch %93
|
||
|
%93 = OpLabel
|
||
|
%114 = OpLoad %float %x_58_phi
|
||
|
OpStore %x_58 %114
|
||
|
%115 = OpConvertSToF %float %79
|
||
|
%116 = OpLoad %float %x_53
|
||
|
%117 = OpFOrdGreaterThanEqual %bool %115 %116
|
||
|
OpSelectionMerge %118 None
|
||
|
OpBranchConditional %117 %119 %118
|
||
|
%119 = OpLabel
|
||
|
%120 = OpLoad %float %x_58
|
||
|
OpStore %x_83_phi %120
|
||
|
%121 = OpLoad %float %x_58
|
||
|
OpStore %x_84_phi %121
|
||
|
OpStore %x_85_phi %true
|
||
|
OpBranch %71
|
||
|
%118 = OpLabel
|
||
|
OpBranch %72
|
||
|
%72 = OpLabel
|
||
|
%123 = OpIAdd %int %79 %int_1
|
||
|
OpStore %x_61 %123
|
||
|
%124 = OpLoad %float %x_58
|
||
|
OpStore %x_57_phi %124
|
||
|
%125 = OpLoad %int %x_61
|
||
|
OpStore %x_60_phi %125
|
||
|
OpBranch %70
|
||
|
%71 = OpLabel
|
||
|
%126 = OpLoad %float %x_83_phi
|
||
|
OpStore %x_83 %126
|
||
|
%127 = OpLoad %float %x_84_phi
|
||
|
OpStore %x_84 %127
|
||
|
%128 = OpLoad %bool %x_85_phi
|
||
|
%129 = OpLoad %float %x_83
|
||
|
OpStore %x_87_phi %129
|
||
|
OpSelectionMerge %130 None
|
||
|
OpBranchConditional %128 %131 %130
|
||
|
%131 = OpLabel
|
||
|
OpBranch %67
|
||
|
%130 = OpLabel
|
||
|
%132 = OpLoad %float %x_84
|
||
|
OpStore %x_87_phi %132
|
||
|
OpBranch %67
|
||
|
%67 = OpLabel
|
||
|
%141 = OpLoad %float %x_87_phi
|
||
|
%142 = OpLoad %float %x_84
|
||
|
%143 = OpLoad %float %x_83
|
||
|
%144 = OpCompositeConstruct %v4float %142 %float_0_400000006 %143 %float_0_400000006
|
||
|
%145 = OpAccessChain %_ptr_Function_float %c %uint_0
|
||
|
OpStore %145 %141
|
||
|
%147 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
|
||
|
%148 = OpLoad %float %147
|
||
|
OpStore %x_92 %148
|
||
|
OpSelectionMerge %149 None
|
||
|
OpSwitch %uint_0 %150
|
||
|
%150 = OpLabel
|
||
|
%151 = OpCompositeExtract %float %63 0
|
||
|
%152 = OpCompositeExtract %float %63 1
|
||
|
%153 = OpLoad %float %x_57
|
||
|
%154 = OpCompositeConstruct %v4float %151 %152 %float_0 %153
|
||
|
%155 = OpCompositeExtract %float %56 0
|
||
|
%156 = OpCompositeExtract %float %56 1
|
||
|
%157 = OpCompositeConstruct %v3float %155 %156 %float_n0_5
|
||
|
%158 = OpCompositeExtract %float %157 2
|
||
|
OpStore %x_98_phi %158
|
||
|
OpStore %x_101_phi %int_1
|
||
|
OpBranch %159
|
||
|
%159 = OpLabel
|
||
|
OpLoopMerge %160 %161 None
|
||
|
OpBranch %162
|
||
|
%162 = OpLabel
|
||
|
%167 = OpLoad %float %x_98_phi
|
||
|
OpStore %x_98 %167
|
||
|
%168 = OpLoad %int %x_101_phi
|
||
|
OpStore %x_124_phi %float_0
|
||
|
%169 = OpLoad %float %x_98
|
||
|
OpStore %x_125_phi %169
|
||
|
OpStore %x_126_phi %false
|
||
|
%170 = OpSLessThan %bool %168 %int_800
|
||
|
OpSelectionMerge %171 None
|
||
|
OpBranchConditional %170 %172 %173
|
||
|
%172 = OpLabel
|
||
|
OpBranch %171
|
||
|
%173 = OpLabel
|
||
|
OpBranch %160
|
||
|
%171 = OpLabel
|
||
|
%176 = OpSMod %int %168 %int_32
|
||
|
%177 = OpIEqual %bool %176 %int_0
|
||
|
OpSelectionMerge %178 None
|
||
|
OpBranchConditional %177 %179 %180
|
||
|
%179 = OpLabel
|
||
|
%181 = OpLoad %float %x_98
|
||
|
%182 = OpFAdd %float %181 %float_0_400000006
|
||
|
OpStore %x_111 %182
|
||
|
%183 = OpLoad %float %x_111
|
||
|
OpStore %x_99_phi %183
|
||
|
OpBranch %178
|
||
|
%180 = OpLabel
|
||
|
%184 = OpLoad %float %x_98
|
||
|
OpStore %x_119_phi %184
|
||
|
%185 = OpConvertSToF %float %168
|
||
|
%186 = OpExtInst %float %58 RoundEven %57
|
||
|
%187 = OpFMod %float %185 %186
|
||
|
%188 = OpFOrdLessThanEqual %bool %187 %float_0_00999999978
|
||
|
OpSelectionMerge %189 None
|
||
|
OpBranchConditional %188 %190 %189
|
||
|
%190 = OpLabel
|
||
|
%191 = OpLoad %float %x_98
|
||
|
%192 = OpFAdd %float %191 %float_100
|
||
|
OpStore %x_118 %192
|
||
|
%193 = OpLoad %float %x_118
|
||
|
OpStore %x_119_phi %193
|
||
|
OpBranch %189
|
||
|
%189 = OpLabel
|
||
|
%194 = OpLoad %float %x_119_phi
|
||
|
OpStore %x_119 %194
|
||
|
%195 = OpLoad %float %x_119
|
||
|
OpStore %x_99_phi %195
|
||
|
OpBranch %178
|
||
|
%178 = OpLabel
|
||
|
%196 = OpLoad %float %x_99_phi
|
||
|
OpStore %x_99 %196
|
||
|
%197 = OpConvertSToF %float %168
|
||
|
%198 = OpLoad %float %x_92
|
||
|
%199 = OpFOrdGreaterThanEqual %bool %197 %198
|
||
|
OpSelectionMerge %200 None
|
||
|
OpBranchConditional %199 %201 %200
|
||
|
%201 = OpLabel
|
||
|
%202 = OpLoad %float %x_99
|
||
|
OpStore %x_124_phi %202
|
||
|
%203 = OpLoad %float %x_99
|
||
|
OpStore %x_125_phi %203
|
||
|
OpStore %x_126_phi %true
|
||
|
OpBranch %160
|
||
|
%200 = OpLabel
|
||
|
OpBranch %161
|
||
|
%161 = OpLabel
|
||
|
%204 = OpIAdd %int %168 %int_1
|
||
|
OpStore %x_102 %204
|
||
|
%205 = OpLoad %float %x_99
|
||
|
OpStore %x_98_phi %205
|
||
|
%206 = OpLoad %int %x_102
|
||
|
OpStore %x_101_phi %206
|
||
|
OpBranch %159
|
||
|
%160 = OpLabel
|
||
|
%207 = OpLoad %float %x_124_phi
|
||
|
OpStore %x_124 %207
|
||
|
%208 = OpLoad %float %x_125_phi
|
||
|
OpStore %x_125 %208
|
||
|
%209 = OpLoad %bool %x_126_phi
|
||
|
%210 = OpLoad %float %x_124
|
||
|
OpStore %x_128_phi %210
|
||
|
OpSelectionMerge %211 None
|
||
|
OpBranchConditional %209 %212 %211
|
||
|
%212 = OpLabel
|
||
|
OpBranch %149
|
||
|
%211 = OpLabel
|
||
|
%213 = OpLoad %float %x_125
|
||
|
OpStore %x_128_phi %213
|
||
|
OpBranch %149
|
||
|
%149 = OpLabel
|
||
|
%214 = OpLoad %float %x_128_phi
|
||
|
%215 = OpAccessChain %_ptr_Function_float %c %uint_1
|
||
|
OpStore %215 %214
|
||
|
%216 = OpAccessChain %_ptr_Function_float %c %uint_0
|
||
|
%217 = OpLoad %float %216
|
||
|
%218 = OpAccessChain %_ptr_Function_float %c %uint_1
|
||
|
%219 = OpLoad %float %218
|
||
|
%221 = OpAccessChain %_ptr_Function_float %c %uint_2
|
||
|
%222 = OpFAdd %float %217 %219
|
||
|
OpStore %221 %222
|
||
|
OpStore %x_135_phi %int_0
|
||
|
OpBranch %223
|
||
|
%223 = OpLabel
|
||
|
OpLoopMerge %224 %225 None
|
||
|
OpBranch %226
|
||
|
%226 = OpLabel
|
||
|
%228 = OpLoad %int %x_135_phi
|
||
|
%230 = OpSLessThan %bool %228 %int_3
|
||
|
OpSelectionMerge %231 None
|
||
|
OpBranchConditional %230 %232 %233
|
||
|
%232 = OpLabel
|
||
|
OpBranch %231
|
||
|
%233 = OpLabel
|
||
|
OpBranch %224
|
||
|
%231 = OpLabel
|
||
|
%234 = OpAccessChain %_ptr_Function_float %c %228
|
||
|
%235 = OpLoad %float %234
|
||
|
%236 = OpFOrdGreaterThanEqual %bool %235 %float_1
|
||
|
OpSelectionMerge %237 None
|
||
|
OpBranchConditional %236 %238 %237
|
||
|
%238 = OpLabel
|
||
|
%239 = OpAccessChain %_ptr_Function_float %c %228
|
||
|
%240 = OpLoad %float %239
|
||
|
%241 = OpAccessChain %_ptr_Function_float %c %228
|
||
|
%242 = OpLoad %float %241
|
||
|
%243 = OpAccessChain %_ptr_Function_float %c %228
|
||
|
%244 = OpFMul %float %240 %242
|
||
|
OpStore %243 %244
|
||
|
OpBranch %237
|
||
|
%237 = OpLabel
|
||
|
OpBranch %225
|
||
|
%225 = OpLabel
|
||
|
%245 = OpIAdd %int %228 %int_1
|
||
|
OpStore %x_136 %245
|
||
|
%246 = OpLoad %int %x_136
|
||
|
OpStore %x_135_phi %246
|
||
|
OpBranch %223
|
||
|
%224 = OpLabel
|
||
|
%247 = OpLoad %v3float %c
|
||
|
%249 = OpExtInst %v3float %58 FAbs %247
|
||
|
%248 = OpExtInst %v3float %58 Normalize %249
|
||
|
%250 = OpCompositeExtract %float %248 0
|
||
|
%251 = OpCompositeExtract %float %248 1
|
||
|
%252 = OpCompositeExtract %float %248 2
|
||
|
%253 = OpCompositeConstruct %v4float %250 %251 %252 %float_1
|
||
|
OpStore %x_GLF_color %253
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%tint_symbol_3 = OpFunction %void None %254
|
||
|
%tint_symbol_1 = OpFunctionParameter %main_out
|
||
|
%258 = OpLabel
|
||
|
%259 = OpCompositeExtract %v4float %tint_symbol_1 0
|
||
|
OpStore %tint_symbol_2 %259
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|
||
|
%main = OpFunction %void None %15
|
||
|
%261 = OpLabel
|
||
|
%262 = OpLoad %v4float %tint_symbol
|
||
|
OpStore %gl_FragCoord %262
|
||
|
%263 = OpFunctionCall %void %main_1
|
||
|
%265 = OpLoad %v4float %x_GLF_color
|
||
|
%266 = OpCompositeConstruct %main_out %265
|
||
|
%264 = OpFunctionCall %void %tint_symbol_3 %266
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|