362 lines
14 KiB
Plaintext
362 lines
14 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 253
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%153 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_int_values"
|
|
OpName %x_6 "x_6"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main_1 "main_1"
|
|
OpName %ref "ref"
|
|
OpName %i "i"
|
|
OpName %data "data"
|
|
OpName %i_1 "i_1"
|
|
OpName %i_2 "i_2"
|
|
OpName %i_3 "i_3"
|
|
OpName %main_out "main_out"
|
|
OpMemberName %main_out 0 "x_GLF_color_1"
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %main "main"
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %_arr_int_uint_16 ArrayStride 16
|
|
OpDecorate %x_6 NonWritable
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
OpDecorate %x_6 Binding 0
|
|
OpDecorate %tint_symbol_1 Location 0
|
|
OpDecorate %_arr_int_uint_15 ArrayStride 4
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_16 = OpConstant %uint 16
|
|
%_arr_int_uint_16 = OpTypeArray %int %uint_16
|
|
%buf0 = OpTypeStruct %_arr_int_uint_16
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%12 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12
|
|
%void = OpTypeVoid
|
|
%15 = OpTypeFunction %void
|
|
%uint_15 = OpConstant %uint 15
|
|
%_arr_int_uint_15 = OpTypeArray %int %uint_15
|
|
%_ptr_Function__arr_int_uint_15 = OpTypePointer Function %_arr_int_uint_15
|
|
%23 = OpConstantNull %_arr_int_uint_15
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%26 = OpConstantNull %int
|
|
%uint_0 = OpConstant %uint 0
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%int_3 = OpConstant %int 3
|
|
%int_4 = OpConstant %int 4
|
|
%int_5 = OpConstant %int 5
|
|
%int_8 = OpConstant %int 8
|
|
%int_9 = OpConstant %int 9
|
|
%int_10 = OpConstant %int 10
|
|
%int_11 = OpConstant %int 11
|
|
%int_6 = OpConstant %int 6
|
|
%int_12 = OpConstant %int 12
|
|
%int_13 = OpConstant %int 13
|
|
%int_14 = OpConstant %int 14
|
|
%int_15 = OpConstant %int 15
|
|
%bool = OpTypeBool
|
|
%int_7 = OpConstant %int 7
|
|
%main_out = OpTypeStruct %v4float
|
|
%241 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %15
|
|
%18 = OpLabel
|
|
%ref = OpVariable %_ptr_Function__arr_int_uint_15 Function %23
|
|
%i = OpVariable %_ptr_Function_int Function %26
|
|
%data = OpVariable %_ptr_Function__arr_int_uint_15 Function %23
|
|
%i_1 = OpVariable %_ptr_Function_int Function %26
|
|
%i_2 = OpVariable %_ptr_Function_int Function %26
|
|
%i_3 = OpVariable %_ptr_Function_int Function %26
|
|
%34 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%35 = OpLoad %int %34
|
|
%36 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%37 = OpLoad %int %36
|
|
%38 = OpAccessChain %_ptr_Function_int %ref %35
|
|
OpStore %38 %37
|
|
%40 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%41 = OpLoad %int %40
|
|
%42 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%43 = OpLoad %int %42
|
|
%44 = OpAccessChain %_ptr_Function_int %ref %41
|
|
OpStore %44 %43
|
|
%46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%47 = OpLoad %int %46
|
|
%48 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%49 = OpLoad %int %48
|
|
%50 = OpAccessChain %_ptr_Function_int %ref %47
|
|
OpStore %50 %49
|
|
%52 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
%53 = OpLoad %int %52
|
|
%54 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
%55 = OpLoad %int %54
|
|
%56 = OpAccessChain %_ptr_Function_int %ref %53
|
|
OpStore %56 %55
|
|
%58 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4
|
|
%59 = OpLoad %int %58
|
|
%60 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4
|
|
%61 = OpLoad %int %60
|
|
%62 = OpAccessChain %_ptr_Function_int %ref %59
|
|
OpStore %62 %61
|
|
%64 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_5
|
|
%65 = OpLoad %int %64
|
|
%66 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%67 = OpLoad %int %66
|
|
%68 = OpAccessChain %_ptr_Function_int %ref %65
|
|
%69 = OpSNegate %int %67
|
|
OpStore %68 %69
|
|
%71 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_8
|
|
%72 = OpLoad %int %71
|
|
%73 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%74 = OpLoad %int %73
|
|
%75 = OpAccessChain %_ptr_Function_int %ref %72
|
|
%76 = OpSNegate %int %74
|
|
OpStore %75 %76
|
|
%78 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_9
|
|
%79 = OpLoad %int %78
|
|
%80 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%81 = OpLoad %int %80
|
|
%82 = OpAccessChain %_ptr_Function_int %ref %79
|
|
%83 = OpSNegate %int %81
|
|
OpStore %82 %83
|
|
%85 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_10
|
|
%86 = OpLoad %int %85
|
|
%87 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%88 = OpLoad %int %87
|
|
%89 = OpAccessChain %_ptr_Function_int %ref %86
|
|
%90 = OpSNegate %int %88
|
|
OpStore %89 %90
|
|
%92 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_11
|
|
%93 = OpLoad %int %92
|
|
%94 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%95 = OpLoad %int %94
|
|
%96 = OpAccessChain %_ptr_Function_int %ref %93
|
|
%97 = OpSNegate %int %95
|
|
OpStore %96 %97
|
|
%99 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_6
|
|
%100 = OpLoad %int %99
|
|
%101 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%102 = OpLoad %int %101
|
|
%103 = OpAccessChain %_ptr_Function_int %ref %100
|
|
%104 = OpSNegate %int %102
|
|
OpStore %103 %104
|
|
%106 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_12
|
|
%107 = OpLoad %int %106
|
|
%108 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%109 = OpLoad %int %108
|
|
%110 = OpAccessChain %_ptr_Function_int %ref %107
|
|
%111 = OpSNegate %int %109
|
|
OpStore %110 %111
|
|
%113 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_13
|
|
%114 = OpLoad %int %113
|
|
%115 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%116 = OpLoad %int %115
|
|
%117 = OpAccessChain %_ptr_Function_int %ref %114
|
|
%118 = OpSNegate %int %116
|
|
OpStore %117 %118
|
|
%120 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_14
|
|
%121 = OpLoad %int %120
|
|
%122 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%123 = OpLoad %int %122
|
|
%124 = OpAccessChain %_ptr_Function_int %ref %121
|
|
%125 = OpSNegate %int %123
|
|
OpStore %124 %125
|
|
%127 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_15
|
|
%128 = OpLoad %int %127
|
|
%129 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%130 = OpLoad %int %129
|
|
%131 = OpAccessChain %_ptr_Function_int %ref %128
|
|
%132 = OpSNegate %int %130
|
|
OpStore %131 %132
|
|
OpStore %i %int_0
|
|
OpBranch %133
|
|
%133 = OpLabel
|
|
OpLoopMerge %134 %135 None
|
|
OpBranch %136
|
|
%136 = OpLabel
|
|
%137 = OpLoad %int %i
|
|
%138 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_5
|
|
%139 = OpLoad %int %138
|
|
%140 = OpSLessThan %bool %137 %139
|
|
OpSelectionMerge %142 None
|
|
OpBranchConditional %140 %143 %144
|
|
%143 = OpLabel
|
|
OpBranch %142
|
|
%144 = OpLabel
|
|
OpBranch %134
|
|
%142 = OpLabel
|
|
%145 = OpLoad %int %i
|
|
%146 = OpLoad %int %i
|
|
%147 = OpLoad %int %i
|
|
%148 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%149 = OpLoad %int %148
|
|
%150 = OpAccessChain %_ptr_Function_int %data %145
|
|
%154 = OpNot %int %146
|
|
%155 = OpNot %int %147
|
|
%152 = OpExtInst %int %153 SClamp %154 %155 %149
|
|
%151 = OpNot %int %152
|
|
OpStore %150 %151
|
|
OpBranch %135
|
|
%135 = OpLabel
|
|
%156 = OpLoad %int %i
|
|
%157 = OpIAdd %int %156 %int_1
|
|
OpStore %i %157
|
|
OpBranch %133
|
|
%134 = OpLabel
|
|
%158 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_5
|
|
%159 = OpLoad %int %158
|
|
OpStore %i_1 %159
|
|
OpBranch %160
|
|
%160 = OpLabel
|
|
OpLoopMerge %161 %162 None
|
|
OpBranch %163
|
|
%163 = OpLabel
|
|
%164 = OpLoad %int %i_1
|
|
%165 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_6
|
|
%166 = OpLoad %int %165
|
|
%167 = OpSLessThan %bool %164 %166
|
|
OpSelectionMerge %168 None
|
|
OpBranchConditional %167 %169 %170
|
|
%169 = OpLabel
|
|
OpBranch %168
|
|
%170 = OpLabel
|
|
OpBranch %161
|
|
%168 = OpLabel
|
|
%171 = OpLoad %int %i_1
|
|
%172 = OpLoad %int %i_1
|
|
%173 = OpAccessChain %_ptr_Function_int %data %171
|
|
%176 = OpNot %int %172
|
|
%175 = OpExtInst %int %153 SClamp %176 %int_0 %int_1
|
|
%174 = OpNot %int %175
|
|
OpStore %173 %174
|
|
OpBranch %162
|
|
%162 = OpLabel
|
|
%177 = OpLoad %int %i_1
|
|
%178 = OpIAdd %int %177 %int_1
|
|
OpStore %i_1 %178
|
|
OpBranch %160
|
|
%161 = OpLabel
|
|
%179 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_6
|
|
%180 = OpLoad %int %179
|
|
OpStore %i_2 %180
|
|
OpBranch %181
|
|
%181 = OpLabel
|
|
OpLoopMerge %182 %183 None
|
|
OpBranch %184
|
|
%184 = OpLabel
|
|
%185 = OpLoad %int %i_2
|
|
%187 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_7
|
|
%188 = OpLoad %int %187
|
|
%189 = OpSLessThan %bool %185 %188
|
|
OpSelectionMerge %190 None
|
|
OpBranchConditional %189 %191 %192
|
|
%191 = OpLabel
|
|
OpBranch %190
|
|
%192 = OpLabel
|
|
OpBranch %182
|
|
%190 = OpLabel
|
|
%193 = OpLoad %int %i_2
|
|
%194 = OpLoad %int %i_2
|
|
%195 = OpAccessChain %_ptr_Function_int %data %193
|
|
%197 = OpExtInst %int %153 SClamp %194 %int_0 %int_1
|
|
%196 = OpNot %int %197
|
|
OpStore %195 %196
|
|
OpBranch %183
|
|
%183 = OpLabel
|
|
%198 = OpLoad %int %i_2
|
|
%199 = OpIAdd %int %198 %int_1
|
|
OpStore %i_2 %199
|
|
OpBranch %181
|
|
%182 = OpLabel
|
|
%200 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%201 = OpLoad %int %200
|
|
OpStore %i_3 %201
|
|
OpBranch %202
|
|
%202 = OpLabel
|
|
OpLoopMerge %203 %204 None
|
|
OpBranch %205
|
|
%205 = OpLabel
|
|
%206 = OpLoad %int %i_3
|
|
%207 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_7
|
|
%208 = OpLoad %int %207
|
|
%209 = OpSLessThan %bool %206 %208
|
|
OpSelectionMerge %210 None
|
|
OpBranchConditional %209 %211 %212
|
|
%211 = OpLabel
|
|
OpBranch %210
|
|
%212 = OpLabel
|
|
OpBranch %203
|
|
%210 = OpLabel
|
|
%213 = OpLoad %int %i_3
|
|
%214 = OpAccessChain %_ptr_Function_int %data %213
|
|
%215 = OpLoad %int %214
|
|
%216 = OpLoad %int %i_3
|
|
%217 = OpAccessChain %_ptr_Function_int %ref %216
|
|
%218 = OpLoad %int %217
|
|
%219 = OpINotEqual %bool %215 %218
|
|
OpSelectionMerge %220 None
|
|
OpBranchConditional %219 %221 %220
|
|
%221 = OpLabel
|
|
%222 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%223 = OpLoad %int %222
|
|
%224 = OpConvertSToF %float %223
|
|
%225 = OpCompositeConstruct %v4float %224 %224 %224 %224
|
|
OpStore %x_GLF_color %225
|
|
OpReturn
|
|
%220 = OpLabel
|
|
OpBranch %204
|
|
%204 = OpLabel
|
|
%226 = OpLoad %int %i_3
|
|
%227 = OpIAdd %int %226 %int_1
|
|
OpStore %i_3 %227
|
|
OpBranch %202
|
|
%203 = OpLabel
|
|
%228 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%229 = OpLoad %int %228
|
|
%230 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%231 = OpLoad %int %230
|
|
%232 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%233 = OpLoad %int %232
|
|
%234 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%235 = OpLoad %int %234
|
|
%236 = OpConvertSToF %float %229
|
|
%237 = OpConvertSToF %float %231
|
|
%238 = OpConvertSToF %float %233
|
|
%239 = OpConvertSToF %float %235
|
|
%240 = OpCompositeConstruct %v4float %236 %237 %238 %239
|
|
OpStore %x_GLF_color %240
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %241
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%245 = OpLabel
|
|
%246 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %246
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %15
|
|
%248 = OpLabel
|
|
%249 = OpFunctionCall %void %main_1
|
|
%251 = OpLoad %v4float %x_GLF_color
|
|
%252 = OpCompositeConstruct %main_out %251
|
|
%250 = OpFunctionCall %void %tint_symbol_2 %252
|
|
OpReturn
|
|
OpFunctionEnd
|