307 lines
14 KiB
Plaintext
307 lines
14 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 221
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%202 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "resolution"
|
|
OpName %x_20 "x_20"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %index "index"
|
|
OpName %state "state"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
|
OpName %collision_vf2_vf4_ "collision_vf2_vf4_"
|
|
OpName %pos "pos"
|
|
OpName %quad "quad"
|
|
OpName %match_vf2_ "match_vf2_"
|
|
OpName %pos_1 "pos_1"
|
|
OpName %res "res"
|
|
OpName %i "i"
|
|
OpName %param "param"
|
|
OpName %param_1 "param_1"
|
|
OpName %indexable "indexable"
|
|
OpName %indexable_1 "indexable_1"
|
|
OpName %indexable_2 "indexable_2"
|
|
OpName %indexable_3 "indexable_3"
|
|
OpName %main_1 "main_1"
|
|
OpName %lin "lin"
|
|
OpName %param_2 "param_2"
|
|
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_20 NonWritable
|
|
OpDecorate %x_20 DescriptorSet 0
|
|
OpDecorate %x_20 Binding 0
|
|
OpDecorate %_arr_int_uint_16 ArrayStride 4
|
|
OpDecorate %tint_symbol BuiltIn FragCoord
|
|
OpDecorate %tint_symbol_2 Location 0
|
|
OpDecorate %_arr_v4float_uint_8 ArrayStride 16
|
|
OpDecorate %_arr_v4float_uint_16 ArrayStride 16
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%5 = OpConstantNull %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5
|
|
%v2float = OpTypeVector %float 2
|
|
%buf0 = OpTypeStruct %v2float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_20 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Private_int = OpTypePointer Private %int
|
|
%14 = OpConstantNull %int
|
|
%index = OpVariable %_ptr_Private_int Private %14
|
|
%uint = OpTypeInt 32 0
|
|
%uint_16 = OpConstant %uint 16
|
|
%_arr_int_uint_16 = OpTypeArray %int %uint_16
|
|
%_ptr_Private__arr_int_uint_16 = OpTypePointer Private %_arr_int_uint_16
|
|
%20 = OpConstantNull %_arr_int_uint_16
|
|
%state = OpVariable %_ptr_Private__arr_int_uint_16 Private %20
|
|
%_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 %5
|
|
%bool = OpTypeBool
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%25 = OpTypeFunction %bool %_ptr_Function_v2float %_ptr_Function_v4float
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%false = OpConstantFalse %bool
|
|
%uint_1 = OpConstant %uint 1
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_3 = OpConstant %uint 3
|
|
%true = OpConstantTrue %bool
|
|
%84 = OpTypeFunction %v4float %_ptr_Function_v2float
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%92 = OpConstantNull %v2float
|
|
%uint_8 = OpConstant %uint 8
|
|
%_arr_v4float_uint_8 = OpTypeArray %v4float %uint_8
|
|
%_ptr_Function__arr_v4float_uint_8 = OpTypePointer Function %_arr_v4float_uint_8
|
|
%98 = OpConstantNull %_arr_v4float_uint_8
|
|
%_arr_v4float_uint_16 = OpTypeArray %v4float %uint_16
|
|
%_ptr_Function__arr_v4float_uint_16 = OpTypePointer Function %_arr_v4float_uint_16
|
|
%104 = OpConstantNull %_arr_v4float_uint_16
|
|
%float_0_5 = OpConstant %float 0.5
|
|
%float_1 = OpConstant %float 1
|
|
%107 = OpConstantComposite %v4float %float_0_5 %float_0_5 %float_1 %float_1
|
|
%int_0 = OpConstant %int 0
|
|
%int_8 = OpConstant %int 8
|
|
%float_4 = OpConstant %float 4
|
|
%float_20 = OpConstant %float 20
|
|
%124 = OpConstantComposite %v4float %float_4 %float_4 %float_20 %float_4
|
|
%125 = OpConstantComposite %v4float %float_4 %float_4 %float_4 %float_20
|
|
%126 = OpConstantComposite %v4float %float_4 %float_20 %float_20 %float_4
|
|
%float_8 = OpConstant %float 8
|
|
%128 = OpConstantComposite %v4float %float_20 %float_4 %float_4 %float_8
|
|
%float_6 = OpConstant %float 6
|
|
%float_2 = OpConstant %float 2
|
|
%131 = OpConstantComposite %v4float %float_8 %float_6 %float_4 %float_2
|
|
%float_12 = OpConstant %float 12
|
|
%133 = OpConstantComposite %v4float %float_2 %float_12 %float_2 %float_4
|
|
%float_16 = OpConstant %float 16
|
|
%135 = OpConstantComposite %v4float %float_16 %float_2 %float_4 %float_4
|
|
%float_22 = OpConstant %float 22
|
|
%137 = OpConstantComposite %v4float %float_12 %float_22 %float_4 %float_4
|
|
%138 = OpConstantComposite %_arr_v4float_uint_8 %124 %125 %126 %128 %131 %133 %135 %137
|
|
%float_0 = OpConstant %float 0
|
|
%154 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_1
|
|
%155 = OpConstantComposite %v4float %float_0_5 %float_0 %float_0 %float_1
|
|
%156 = OpConstantComposite %v4float %float_0 %float_0_5 %float_0 %float_1
|
|
%157 = OpConstantComposite %v4float %float_0_5 %float_0_5 %float_0 %float_1
|
|
%158 = OpConstantComposite %v4float %float_0 %float_0 %float_0_5 %float_1
|
|
%159 = OpConstantComposite %v4float %float_0_5 %float_0 %float_0_5 %float_1
|
|
%160 = OpConstantComposite %v4float %float_0 %float_0_5 %float_0_5 %float_1
|
|
%161 = OpConstantComposite %v4float %float_0_5 %float_0_5 %float_0_5 %float_1
|
|
%162 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%163 = OpConstantComposite %v4float %float_0 %float_1 %float_0 %float_1
|
|
%164 = OpConstantComposite %v4float %float_1 %float_1 %float_0 %float_1
|
|
%165 = OpConstantComposite %v4float %float_0 %float_0 %float_1 %float_1
|
|
%166 = OpConstantComposite %v4float %float_1 %float_0 %float_1 %float_1
|
|
%167 = OpConstantComposite %v4float %float_0 %float_1 %float_1 %float_1
|
|
%168 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
|
|
%169 = OpConstantComposite %_arr_v4float_uint_16 %154 %155 %156 %157 %158 %159 %160 %161 %154 %162 %163 %164 %165 %166 %167 %168
|
|
%int_9 = OpConstant %int 9
|
|
%int_11 = OpConstant %int 11
|
|
%int_16 = OpConstant %int 16
|
|
%int_1 = OpConstant %int 1
|
|
%void = OpTypeVoid
|
|
%186 = OpTypeFunction %void
|
|
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
|
|
%float_32 = OpConstant %float 32
|
|
%main_out = OpTypeStruct %v4float
|
|
%208 = OpTypeFunction %void %main_out
|
|
%collision_vf2_vf4_ = OpFunction %bool None %25
|
|
%pos = OpFunctionParameter %_ptr_Function_v2float
|
|
%quad = OpFunctionParameter %_ptr_Function_v4float
|
|
%32 = OpLabel
|
|
%36 = OpAccessChain %_ptr_Function_float %pos %uint_0
|
|
%37 = OpLoad %float %36
|
|
%39 = OpAccessChain %_ptr_Function_float %quad %uint_0
|
|
%40 = OpLoad %float %39
|
|
%41 = OpFOrdLessThan %bool %37 %40
|
|
OpSelectionMerge %42 None
|
|
OpBranchConditional %41 %43 %42
|
|
%43 = OpLabel
|
|
OpReturnValue %false
|
|
%42 = OpLabel
|
|
%47 = OpAccessChain %_ptr_Function_float %pos %uint_1
|
|
%48 = OpLoad %float %47
|
|
%50 = OpAccessChain %_ptr_Function_float %quad %uint_1
|
|
%51 = OpLoad %float %50
|
|
%52 = OpFOrdLessThan %bool %48 %51
|
|
OpSelectionMerge %53 None
|
|
OpBranchConditional %52 %54 %53
|
|
%54 = OpLabel
|
|
OpReturnValue %false
|
|
%53 = OpLabel
|
|
%56 = OpAccessChain %_ptr_Function_float %pos %uint_0
|
|
%57 = OpLoad %float %56
|
|
%59 = OpAccessChain %_ptr_Function_float %quad %uint_0
|
|
%60 = OpLoad %float %59
|
|
%63 = OpAccessChain %_ptr_Function_float %quad %uint_2
|
|
%64 = OpLoad %float %63
|
|
%65 = OpFAdd %float %60 %64
|
|
%66 = OpFOrdGreaterThan %bool %57 %65
|
|
OpSelectionMerge %67 None
|
|
OpBranchConditional %66 %68 %67
|
|
%68 = OpLabel
|
|
OpReturnValue %false
|
|
%67 = OpLabel
|
|
%70 = OpAccessChain %_ptr_Function_float %pos %uint_1
|
|
%71 = OpLoad %float %70
|
|
%73 = OpAccessChain %_ptr_Function_float %quad %uint_1
|
|
%74 = OpLoad %float %73
|
|
%77 = OpAccessChain %_ptr_Function_float %quad %uint_3
|
|
%78 = OpLoad %float %77
|
|
%79 = OpFAdd %float %74 %78
|
|
%80 = OpFOrdGreaterThan %bool %71 %79
|
|
OpSelectionMerge %81 None
|
|
OpBranchConditional %80 %82 %81
|
|
%82 = OpLabel
|
|
OpReturnValue %false
|
|
%81 = OpLabel
|
|
OpReturnValue %true
|
|
OpFunctionEnd
|
|
%match_vf2_ = OpFunction %v4float None %84
|
|
%pos_1 = OpFunctionParameter %_ptr_Function_v2float
|
|
%87 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v4float Function %5
|
|
%i = OpVariable %_ptr_Function_int Function %14
|
|
%param = OpVariable %_ptr_Function_v2float Function %92
|
|
%param_1 = OpVariable %_ptr_Function_v4float Function %5
|
|
%indexable = OpVariable %_ptr_Function__arr_v4float_uint_8 Function %98
|
|
%indexable_1 = OpVariable %_ptr_Function__arr_v4float_uint_8 Function %98
|
|
%indexable_2 = OpVariable %_ptr_Function__arr_v4float_uint_8 Function %98
|
|
%indexable_3 = OpVariable %_ptr_Function__arr_v4float_uint_16 Function %104
|
|
OpStore %res %107
|
|
OpStore %i %int_0
|
|
OpBranch %109
|
|
%109 = OpLabel
|
|
OpLoopMerge %110 %111 None
|
|
OpBranch %112
|
|
%112 = OpLabel
|
|
%113 = OpLoad %int %i
|
|
%115 = OpSLessThan %bool %113 %int_8
|
|
OpSelectionMerge %116 None
|
|
OpBranchConditional %115 %117 %118
|
|
%117 = OpLabel
|
|
OpBranch %116
|
|
%118 = OpLabel
|
|
OpBranch %110
|
|
%116 = OpLabel
|
|
%119 = OpLoad %int %i
|
|
%121 = OpLoad %v2float %pos_1
|
|
OpStore %param %121
|
|
OpStore %indexable %138
|
|
%139 = OpAccessChain %_ptr_Function_v4float %indexable %119
|
|
%140 = OpLoad %v4float %139
|
|
OpStore %param_1 %140
|
|
%141 = OpFunctionCall %bool %collision_vf2_vf4_ %param %param_1
|
|
OpSelectionMerge %144 None
|
|
OpBranchConditional %141 %145 %144
|
|
%145 = OpLabel
|
|
%146 = OpLoad %int %i
|
|
OpStore %indexable_1 %138
|
|
%147 = OpAccessChain %_ptr_Function_float %indexable_1 %146 %uint_0
|
|
%148 = OpLoad %float %147
|
|
%149 = OpLoad %int %i
|
|
OpStore %indexable_2 %138
|
|
%150 = OpAccessChain %_ptr_Function_float %indexable_2 %149 %uint_1
|
|
%151 = OpLoad %float %150
|
|
%152 = OpLoad %int %i
|
|
OpStore %indexable_3 %169
|
|
%170 = OpConvertFToS %int %148
|
|
%171 = OpConvertFToS %int %151
|
|
%172 = OpIMul %int %170 %171
|
|
%174 = OpIMul %int %152 %int_9
|
|
%175 = OpIAdd %int %172 %174
|
|
%177 = OpIAdd %int %175 %int_11
|
|
%179 = OpSMod %int %177 %int_16
|
|
%180 = OpAccessChain %_ptr_Function_v4float %indexable_3 %179
|
|
%181 = OpLoad %v4float %180
|
|
OpStore %res %181
|
|
OpBranch %144
|
|
%144 = OpLabel
|
|
OpBranch %111
|
|
%111 = OpLabel
|
|
%182 = OpLoad %int %i
|
|
%184 = OpIAdd %int %182 %int_1
|
|
OpStore %i %184
|
|
OpBranch %109
|
|
%110 = OpLabel
|
|
%185 = OpLoad %v4float %res
|
|
OpReturnValue %185
|
|
OpFunctionEnd
|
|
%main_1 = OpFunction %void None %186
|
|
%189 = OpLabel
|
|
%lin = OpVariable %_ptr_Function_v2float Function %92
|
|
%param_2 = OpVariable %_ptr_Function_v2float Function %92
|
|
%192 = OpLoad %v4float %gl_FragCoord
|
|
%194 = OpAccessChain %_ptr_Uniform_v2float %x_20 %uint_0
|
|
%195 = OpLoad %v2float %194
|
|
%196 = OpCompositeExtract %float %192 0
|
|
%197 = OpCompositeExtract %float %192 1
|
|
%198 = OpCompositeConstruct %v2float %196 %197
|
|
%199 = OpFDiv %v2float %198 %195
|
|
OpStore %lin %199
|
|
%200 = OpLoad %v2float %lin
|
|
%204 = OpVectorTimesScalar %v2float %200 %float_32
|
|
%201 = OpExtInst %v2float %202 Floor %204
|
|
OpStore %lin %201
|
|
%205 = OpLoad %v2float %lin
|
|
OpStore %param_2 %205
|
|
%206 = OpFunctionCall %v4float %match_vf2_ %param_2
|
|
OpStore %x_GLF_color %206
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_3 = OpFunction %void None %208
|
|
%tint_symbol_1 = OpFunctionParameter %main_out
|
|
%212 = OpLabel
|
|
%213 = OpCompositeExtract %v4float %tint_symbol_1 0
|
|
OpStore %tint_symbol_2 %213
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %186
|
|
%215 = OpLabel
|
|
%216 = OpLoad %v4float %tint_symbol
|
|
OpStore %gl_FragCoord %216
|
|
%217 = OpFunctionCall %void %main_1
|
|
%219 = OpLoad %v4float %x_GLF_color
|
|
%220 = OpCompositeConstruct %main_out %219
|
|
%218 = OpFunctionCall %void %tint_symbol_3 %220
|
|
OpReturn
|
|
OpFunctionEnd
|