| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 76 |
| ; Schema: 0 |
| OpCapability Shader |
| %60 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main_1 "main_1" |
| OpName %j "j" |
| OpName %a "a" |
| 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 %tint_symbol_1 Location 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %void = OpTypeVoid |
| %8 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %15 = OpConstantNull %int |
| %_ptr_Function_float = OpTypePointer Function %float |
| %18 = OpConstantNull %float |
| %int_0 = OpConstant %int 0 |
| %int_2 = OpConstant %int 2 |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %38 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %int_3 = OpConstant %int 3 |
| %int_4 = OpConstant %int 4 |
| %int_5 = OpConstant %int 5 |
| %uint = OpTypeInt 32 0 |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %main_out = OpTypeStruct %v4float |
| %64 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %8 |
| %11 = OpLabel |
| %j = OpVariable %_ptr_Function_int Function %15 |
| %a = OpVariable %_ptr_Function_float Function %18 |
| OpStore %j %int_0 |
| OpBranch %20 |
| %20 = OpLabel |
| OpLoopMerge %21 %22 None |
| OpBranch %23 |
| %23 = OpLabel |
| %24 = OpLoad %int %j |
| %26 = OpSLessThan %bool %24 %int_2 |
| OpSelectionMerge %28 None |
| OpBranchConditional %26 %29 %30 |
| %29 = OpLabel |
| OpBranch %28 |
| %30 = OpLabel |
| OpBranch %21 |
| %28 = OpLabel |
| %31 = OpLoad %int %j |
| %33 = OpSLessThan %bool %31 %int_1 |
| OpSelectionMerge %34 None |
| OpBranchConditional %33 %35 %34 |
| %35 = OpLabel |
| OpStore %x_GLF_color %38 |
| OpBranch %34 |
| %34 = OpLabel |
| %39 = OpLoad %int %j |
| %41 = OpINotEqual %bool %39 %int_3 |
| OpSelectionMerge %42 None |
| OpBranchConditional %41 %43 %42 |
| %43 = OpLabel |
| %44 = OpLoad %int %j |
| %46 = OpINotEqual %bool %44 %int_4 |
| OpSelectionMerge %47 None |
| OpBranchConditional %46 %48 %47 |
| %48 = OpLabel |
| %49 = OpLoad %int %j |
| %51 = OpIEqual %bool %49 %int_5 |
| OpSelectionMerge %52 None |
| OpBranchConditional %51 %53 %54 |
| %53 = OpLabel |
| %58 = OpAccessChain %_ptr_Private_float %x_GLF_color %uint_0 |
| %59 = OpExtInst %float %60 Ldexp %float_1 %int_2 |
| OpStore %58 %59 |
| OpBranch %52 |
| %54 = OpLabel |
| %61 = OpExtInst %float %60 Ldexp %float_1 %int_2 |
| OpStore %a %61 |
| OpStore %x_GLF_color %38 |
| OpBranch %52 |
| %52 = OpLabel |
| OpBranch %47 |
| %47 = OpLabel |
| OpBranch %42 |
| %42 = OpLabel |
| OpBranch %22 |
| %22 = OpLabel |
| %62 = OpLoad %int %j |
| %63 = OpIAdd %int %62 %int_1 |
| OpStore %j %63 |
| OpBranch %20 |
| %21 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_2 = OpFunction %void None %64 |
| %tint_symbol = OpFunctionParameter %main_out |
| %68 = OpLabel |
| %69 = OpCompositeExtract %v4float %tint_symbol 0 |
| OpStore %tint_symbol_1 %69 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %8 |
| %71 = OpLabel |
| %72 = OpFunctionCall %void %main_1 |
| %74 = OpLoad %v4float %x_GLF_color |
| %75 = OpCompositeConstruct %main_out %74 |
| %73 = OpFunctionCall %void %tint_symbol_2 %75 |
| OpReturn |
| OpFunctionEnd |