260 lines
11 KiB
Plaintext
260 lines
11 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 192
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "x_GLF_uniform_int_values"
|
|
OpName %x_6 "x_6"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
|
|
OpName %x_10 "x_10"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main_1 "main_1"
|
|
OpName %m0 "m0"
|
|
OpName %c "c"
|
|
OpName %m1 "m1"
|
|
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 %buf1 Block
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %_arr_int_uint_4 ArrayStride 16
|
|
OpDecorate %x_6 NonWritable
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
OpDecorate %x_6 Binding 1
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %_arr_float_uint_1 ArrayStride 16
|
|
OpDecorate %x_10 NonWritable
|
|
OpDecorate %x_10 DescriptorSet 0
|
|
OpDecorate %x_10 Binding 0
|
|
OpDecorate %tint_symbol_1 Location 0
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_4 = OpConstant %uint 4
|
|
%_arr_int_uint_4 = OpTypeArray %int %uint_4
|
|
%buf1 = OpTypeStruct %_arr_int_uint_4
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_6 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%float = OpTypeFloat 32
|
|
%uint_1 = OpConstant %uint 1
|
|
%_arr_float_uint_1 = OpTypeArray %float %uint_1
|
|
%buf0 = OpTypeStruct %_arr_float_uint_1
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_10 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%17 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %17
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %17
|
|
%void = OpTypeVoid
|
|
%20 = OpTypeFunction %void
|
|
%mat4v4float = OpTypeMatrix %v4float 4
|
|
%_ptr_Function_mat4v4float = OpTypePointer Function %mat4v4float
|
|
%27 = OpConstantNull %mat4v4float
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%30 = OpConstantNull %int
|
|
%uint_0 = OpConstant %uint 0
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%float_0 = OpConstant %float 0
|
|
%int_2 = OpConstant %int 2
|
|
%int_0 = OpConstant %int 0
|
|
%bool = OpTypeBool
|
|
%int_3 = OpConstant %int 3
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%v4bool = OpTypeVector %bool 4
|
|
%uint_2 = OpConstant %uint 2
|
|
%uint_3 = OpConstant %uint 3
|
|
%main_out = OpTypeStruct %v4float
|
|
%180 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %20
|
|
%23 = OpLabel
|
|
%m0 = OpVariable %_ptr_Function_mat4v4float Function %27
|
|
%c = OpVariable %_ptr_Function_int Function %30
|
|
%m1 = OpVariable %_ptr_Function_mat4v4float Function %27
|
|
%35 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%36 = OpLoad %int %35
|
|
%37 = OpConvertSToF %float %36
|
|
%39 = OpCompositeConstruct %v4float %37 %float_0 %float_0 %float_0
|
|
%40 = OpCompositeConstruct %v4float %float_0 %37 %float_0 %float_0
|
|
%41 = OpCompositeConstruct %v4float %float_0 %float_0 %37 %float_0
|
|
%42 = OpCompositeConstruct %v4float %float_0 %float_0 %float_0 %37
|
|
%43 = OpCompositeConstruct %mat4v4float %39 %40 %41 %42
|
|
OpStore %m0 %43
|
|
%45 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%46 = OpLoad %int %45
|
|
OpStore %c %46
|
|
OpBranch %47
|
|
%47 = OpLabel
|
|
OpLoopMerge %48 %49 None
|
|
OpBranch %50
|
|
%50 = OpLabel
|
|
%51 = OpLoad %int %c
|
|
%53 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
|
|
%54 = OpLoad %int %53
|
|
%55 = OpSLessThan %bool %51 %54
|
|
OpSelectionMerge %57 None
|
|
OpBranchConditional %55 %58 %59
|
|
%58 = OpLabel
|
|
OpBranch %57
|
|
%59 = OpLabel
|
|
OpBranch %48
|
|
%57 = OpLabel
|
|
%60 = OpLoad %mat4v4float %m0
|
|
OpStore %m1 %60
|
|
%61 = OpLoad %int %c
|
|
%63 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
%64 = OpLoad %int %63
|
|
%65 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%66 = OpLoad %int %65
|
|
%68 = OpAccessChain %_ptr_Uniform_float %x_10 %uint_0 %int_0
|
|
%69 = OpLoad %float %68
|
|
%70 = OpSMod %int %61 %64
|
|
%72 = OpAccessChain %_ptr_Function_float %m1 %70 %66
|
|
OpStore %72 %69
|
|
%73 = OpLoad %int %c
|
|
%74 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
|
|
%75 = OpLoad %int %74
|
|
%76 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%77 = OpLoad %int %76
|
|
%78 = OpAccessChain %_ptr_Uniform_float %x_10 %uint_0 %int_0
|
|
%79 = OpLoad %float %78
|
|
%80 = OpSMod %int %73 %75
|
|
%81 = OpAccessChain %_ptr_Function_float %m0 %80 %77
|
|
OpStore %81 %79
|
|
OpBranch %49
|
|
%49 = OpLabel
|
|
%82 = OpLoad %int %c
|
|
%83 = OpIAdd %int %82 %int_1
|
|
OpStore %c %83
|
|
OpBranch %47
|
|
%48 = OpLabel
|
|
%84 = OpLoad %mat4v4float %m0
|
|
%85 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%86 = OpLoad %int %85
|
|
%87 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%88 = OpLoad %int %87
|
|
%89 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%90 = OpLoad %int %89
|
|
%91 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%92 = OpLoad %int %91
|
|
%93 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%94 = OpLoad %int %93
|
|
%95 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%96 = OpLoad %int %95
|
|
%97 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%98 = OpLoad %int %97
|
|
%99 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%100 = OpLoad %int %99
|
|
%101 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%102 = OpLoad %int %101
|
|
%103 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%104 = OpLoad %int %103
|
|
%105 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%106 = OpLoad %int %105
|
|
%107 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%108 = OpLoad %int %107
|
|
%109 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%110 = OpLoad %int %109
|
|
%111 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%112 = OpLoad %int %111
|
|
%113 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%114 = OpLoad %int %113
|
|
%115 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%116 = OpLoad %int %115
|
|
%117 = OpConvertSToF %float %86
|
|
%118 = OpConvertSToF %float %88
|
|
%119 = OpConvertSToF %float %90
|
|
%120 = OpConvertSToF %float %92
|
|
%121 = OpCompositeConstruct %v4float %117 %118 %119 %120
|
|
%122 = OpConvertSToF %float %94
|
|
%123 = OpConvertSToF %float %96
|
|
%124 = OpConvertSToF %float %98
|
|
%125 = OpConvertSToF %float %100
|
|
%126 = OpCompositeConstruct %v4float %122 %123 %124 %125
|
|
%127 = OpConvertSToF %float %102
|
|
%128 = OpConvertSToF %float %104
|
|
%129 = OpConvertSToF %float %106
|
|
%130 = OpConvertSToF %float %108
|
|
%131 = OpCompositeConstruct %v4float %127 %128 %129 %130
|
|
%132 = OpConvertSToF %float %110
|
|
%133 = OpConvertSToF %float %112
|
|
%134 = OpConvertSToF %float %114
|
|
%135 = OpConvertSToF %float %116
|
|
%136 = OpCompositeConstruct %v4float %132 %133 %134 %135
|
|
%137 = OpCompositeConstruct %mat4v4float %121 %126 %131 %136
|
|
%139 = OpCompositeExtract %v4float %84 0
|
|
%140 = OpCompositeExtract %v4float %137 0
|
|
%141 = OpFOrdEqual %v4bool %139 %140
|
|
%138 = OpAll %bool %141
|
|
%144 = OpCompositeExtract %v4float %84 1
|
|
%145 = OpCompositeExtract %v4float %137 1
|
|
%146 = OpFOrdEqual %v4bool %144 %145
|
|
%143 = OpAll %bool %146
|
|
%147 = OpLogicalAnd %bool %138 %143
|
|
%150 = OpCompositeExtract %v4float %84 2
|
|
%151 = OpCompositeExtract %v4float %137 2
|
|
%152 = OpFOrdEqual %v4bool %150 %151
|
|
%148 = OpAll %bool %152
|
|
%153 = OpLogicalAnd %bool %147 %148
|
|
%156 = OpCompositeExtract %v4float %84 3
|
|
%157 = OpCompositeExtract %v4float %137 3
|
|
%158 = OpFOrdEqual %v4bool %156 %157
|
|
%154 = OpAll %bool %158
|
|
%159 = OpLogicalAnd %bool %153 %154
|
|
OpSelectionMerge %160 None
|
|
OpBranchConditional %159 %161 %162
|
|
%161 = OpLabel
|
|
%163 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%164 = OpLoad %int %163
|
|
%165 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%166 = OpLoad %int %165
|
|
%167 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%168 = OpLoad %int %167
|
|
%169 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
|
|
%170 = OpLoad %int %169
|
|
%171 = OpConvertSToF %float %164
|
|
%172 = OpConvertSToF %float %166
|
|
%173 = OpConvertSToF %float %168
|
|
%174 = OpConvertSToF %float %170
|
|
%175 = OpCompositeConstruct %v4float %171 %172 %173 %174
|
|
OpStore %x_GLF_color %175
|
|
OpBranch %160
|
|
%162 = OpLabel
|
|
%176 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
|
|
%177 = OpLoad %int %176
|
|
%178 = OpConvertSToF %float %177
|
|
%179 = OpCompositeConstruct %v4float %178 %178 %178 %178
|
|
OpStore %x_GLF_color %179
|
|
OpBranch %160
|
|
%160 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %180
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%184 = OpLabel
|
|
%185 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %185
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %20
|
|
%187 = OpLabel
|
|
%188 = OpFunctionCall %void %main_1
|
|
%190 = OpLoad %v4float %x_GLF_color
|
|
%191 = OpCompositeConstruct %main_out %190
|
|
%189 = OpFunctionCall %void %tint_symbol_2 %191
|
|
OpReturn
|
|
OpFunctionEnd
|