| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 168 |
| ; Schema: 0 |
| OpCapability Shader |
| %113 = 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 %buf1 "buf1" |
| OpMemberName %buf1 0 "x_GLF_uniform_float_values" |
| OpName %x_8 "x_8" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %buf2 "buf2" |
| OpMemberName %buf2 0 "x_GLF_uniform_int_values" |
| OpName %x_12 "x_12" |
| OpName %buf3 "buf3" |
| OpMemberName %buf3 0 "three" |
| OpName %x_14 "x_14" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_uint_values" |
| OpName %x_16 "x_16" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %func0_ "func0_" |
| OpName %tmp "tmp" |
| OpName %func1_ "func1_" |
| OpName %a "a" |
| OpName %main_1 "main_1" |
| OpName %a_1 "a_1" |
| OpName %i "i" |
| OpName %j "j" |
| 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 %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %_arr_float_uint_3 ArrayStride 16 |
| OpDecorate %x_8 NonWritable |
| OpDecorate %x_8 DescriptorSet 0 |
| OpDecorate %x_8 Binding 1 |
| OpDecorate %buf2 Block |
| OpMemberDecorate %buf2 0 Offset 0 |
| OpDecorate %_arr_int_uint_4 ArrayStride 16 |
| OpDecorate %x_12 NonWritable |
| OpDecorate %x_12 DescriptorSet 0 |
| OpDecorate %x_12 Binding 2 |
| OpDecorate %buf3 Block |
| OpMemberDecorate %buf3 0 Offset 0 |
| OpDecorate %x_14 NonWritable |
| OpDecorate %x_14 DescriptorSet 0 |
| OpDecorate %x_14 Binding 3 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_uint_uint_1 ArrayStride 16 |
| OpDecorate %x_16 NonWritable |
| OpDecorate %x_16 DescriptorSet 0 |
| OpDecorate %x_16 Binding 0 |
| OpDecorate %tint_symbol BuiltIn FragCoord |
| OpDecorate %tint_symbol_2 Location 0 |
| 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 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_float_uint_3 = OpTypeArray %float %uint_3 |
| %buf1 = OpTypeStruct %_arr_float_uint_3 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_8 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %int = OpTypeInt 32 1 |
| %uint_4 = OpConstant %uint 4 |
| %_arr_int_uint_4 = OpTypeArray %int %uint_4 |
| %buf2 = OpTypeStruct %_arr_int_uint_4 |
| %_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2 |
| %x_12 = OpVariable %_ptr_Uniform_buf2 Uniform |
| %buf3 = OpTypeStruct %int |
| %_ptr_Uniform_buf3 = OpTypePointer Uniform %buf3 |
| %x_14 = OpVariable %_ptr_Uniform_buf3 Uniform |
| %uint_1 = OpConstant %uint 1 |
| %_arr_uint_uint_1 = OpTypeArray %uint %uint_1 |
| %buf0 = OpTypeStruct %_arr_uint_uint_1 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_16 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_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 |
| %void = OpTypeVoid |
| %31 = OpTypeFunction %void |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %int_1 = OpConstant %int 1 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %bool = OpTypeBool |
| %51 = OpTypeFunction %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %56 = OpConstantNull %int |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_3 = OpConstant %int 3 |
| %int_0 = OpConstant %int 0 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Uniform_uint = OpTypePointer Uniform %uint |
| %int_5 = OpConstant %int 5 |
| %uint_2 = OpConstant %uint 2 |
| %main_out = OpTypeStruct %v4float |
| %155 = OpTypeFunction %void %main_out |
| %func0_ = OpFunction %void None %31 |
| %34 = OpLabel |
| %tmp = OpVariable %_ptr_Function_v4float Function %5 |
| %39 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %40 = OpLoad %float %39 |
| %43 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_1 |
| %44 = OpLoad %float %43 |
| %45 = OpFOrdGreaterThan %bool %40 %44 |
| OpSelectionMerge %47 None |
| OpBranchConditional %45 %48 %47 |
| %48 = OpLabel |
| %49 = OpLoad %v4float %x_GLF_color |
| OpStore %tmp %49 |
| OpBranch %47 |
| %47 = OpLabel |
| %50 = OpLoad %v4float %tmp |
| OpStore %x_GLF_color %50 |
| OpReturn |
| OpFunctionEnd |
| %func1_ = OpFunction %int None %51 |
| %53 = OpLabel |
| %a = OpVariable %_ptr_Function_int Function %56 |
| %58 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_1 |
| %59 = OpLoad %int %58 |
| OpStore %a %59 |
| OpBranch %60 |
| %60 = OpLabel |
| OpLoopMerge %61 %62 None |
| OpBranch %63 |
| %63 = OpLabel |
| %64 = OpLoad %int %a |
| %66 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_3 |
| %67 = OpLoad %int %66 |
| %68 = OpSLessThan %bool %64 %67 |
| OpSelectionMerge %69 None |
| OpBranchConditional %68 %70 %71 |
| %70 = OpLabel |
| OpBranch %69 |
| %71 = OpLabel |
| OpBranch %61 |
| %69 = OpLabel |
| %72 = OpAccessChain %_ptr_Uniform_int %x_14 %uint_0 |
| %73 = OpLoad %int %72 |
| %74 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_1 |
| %75 = OpLoad %int %74 |
| %76 = OpSGreaterThan %bool %73 %75 |
| OpSelectionMerge %77 None |
| OpBranchConditional %76 %78 %79 |
| %78 = OpLabel |
| %80 = OpFunctionCall %void %func0_ |
| %81 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_3 |
| %82 = OpLoad %int %81 |
| OpStore %a %82 |
| OpBranch %77 |
| %79 = OpLabel |
| %83 = OpFunctionCall %void %func0_ |
| OpBranch %77 |
| %77 = OpLabel |
| OpBranch %62 |
| %62 = OpLabel |
| OpBranch %60 |
| %61 = OpLabel |
| %84 = OpLoad %int %a |
| OpReturnValue %84 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %31 |
| %86 = OpLabel |
| %a_1 = OpVariable %_ptr_Function_int Function %56 |
| %i = OpVariable %_ptr_Function_int Function %56 |
| %j = OpVariable %_ptr_Function_int Function %56 |
| %90 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %91 = OpLoad %float %90 |
| %92 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_1 |
| %93 = OpLoad %float %92 |
| %94 = OpFOrdGreaterThan %bool %91 %93 |
| OpSelectionMerge %95 None |
| OpBranchConditional %94 %96 %97 |
| %96 = OpLabel |
| %99 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 |
| %100 = OpLoad %float %99 |
| %101 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_1 |
| %102 = OpLoad %float %101 |
| %103 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 |
| %104 = OpLoad %float %103 |
| %106 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_2 |
| %107 = OpLoad %float %106 |
| %108 = OpCompositeConstruct %v4float %100 %102 %104 %107 |
| OpStore %x_GLF_color %108 |
| OpBranch %95 |
| %97 = OpLabel |
| %110 = OpAccessChain %_ptr_Uniform_uint %x_16 %uint_0 %int_0 |
| %111 = OpLoad %uint %110 |
| %112 = OpExtInst %v4float %113 UnpackSnorm4x8 %111 |
| OpStore %x_GLF_color %112 |
| OpBranch %95 |
| %95 = OpLabel |
| %114 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_2 |
| %115 = OpLoad %int %114 |
| OpStore %a_1 %115 |
| OpStore %i %int_0 |
| OpBranch %116 |
| %116 = OpLabel |
| OpLoopMerge %117 %118 None |
| OpBranch %119 |
| %119 = OpLabel |
| %120 = OpLoad %int %i |
| %122 = OpSLessThan %bool %120 %int_5 |
| OpSelectionMerge %123 None |
| OpBranchConditional %122 %124 %125 |
| %124 = OpLabel |
| OpBranch %123 |
| %125 = OpLabel |
| OpBranch %117 |
| %123 = OpLabel |
| OpStore %j %int_0 |
| OpBranch %126 |
| %126 = OpLabel |
| OpLoopMerge %127 %128 None |
| OpBranch %129 |
| %129 = OpLabel |
| %130 = OpLoad %int %j |
| %131 = OpSLessThan %bool %130 %int_2 |
| OpSelectionMerge %132 None |
| OpBranchConditional %131 %133 %134 |
| %133 = OpLabel |
| OpBranch %132 |
| %134 = OpLabel |
| OpBranch %127 |
| %132 = OpLabel |
| %135 = OpFunctionCall %int %func1_ |
| %136 = OpLoad %int %a_1 |
| %137 = OpIAdd %int %136 %135 |
| OpStore %a_1 %137 |
| OpBranch %128 |
| %128 = OpLabel |
| %138 = OpLoad %int %j |
| %139 = OpIAdd %int %138 %int_1 |
| OpStore %j %139 |
| OpBranch %126 |
| %127 = OpLabel |
| OpBranch %118 |
| %118 = OpLabel |
| %140 = OpLoad %int %i |
| %141 = OpIAdd %int %140 %int_1 |
| OpStore %i %141 |
| OpBranch %116 |
| %117 = OpLabel |
| %142 = OpLoad %int %a_1 |
| %143 = OpAccessChain %_ptr_Uniform_int %x_12 %uint_0 %int_0 |
| %144 = OpLoad %int %143 |
| %145 = OpIEqual %bool %142 %144 |
| OpSelectionMerge %146 None |
| OpBranchConditional %145 %147 %146 |
| %147 = OpLabel |
| %148 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 |
| %149 = OpLoad %float %148 |
| %151 = OpAccessChain %_ptr_Private_float %x_GLF_color %uint_2 |
| %152 = OpLoad %float %151 |
| %153 = OpAccessChain %_ptr_Private_float %x_GLF_color %uint_2 |
| %154 = OpFSub %float %152 %149 |
| OpStore %153 %154 |
| OpBranch %146 |
| %146 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %155 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %159 = OpLabel |
| %160 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %160 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %31 |
| %162 = OpLabel |
| %163 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %163 |
| %164 = OpFunctionCall %void %main_1 |
| %166 = OpLoad %v4float %x_GLF_color |
| %167 = OpCompositeConstruct %main_out %166 |
| %165 = OpFunctionCall %void %tint_symbol_3 %167 |
| OpReturn |
| OpFunctionEnd |