| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 78 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %mand_ "mand_" |
| OpName %x_40 "x_40" |
| OpName %x_41 "x_41" |
| OpName %k "k" |
| OpName %main_1 "main_1" |
| OpName %i "i" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %v3float = OpTypeVector %float 3 |
| %8 = OpTypeFunction %v3float |
| %bool = OpTypeBool |
| %false = OpConstantFalse %bool |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %16 = OpConstantNull %bool |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %19 = OpConstantNull %v3float |
| %int = OpTypeInt 32 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %23 = OpConstantNull %int |
| %int_0 = OpConstant %int 0 |
| %int_1000 = OpConstant %int 1000 |
| %true = OpConstantTrue %bool |
| %float_1 = OpConstant %float 1 |
| %41 = OpConstantComposite %v3float %float_1 %float_1 %float_1 |
| %void = OpTypeVoid |
| %46 = OpTypeFunction %void |
| %float_0 = OpConstant %float 0 |
| %52 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %int_4 = OpConstant %int 4 |
| %int_1 = OpConstant %int 1 |
| %main_out = OpTypeStruct %v4float |
| %67 = OpTypeFunction %main_out |
| %mand_ = OpFunction %v3float None %8 |
| %11 = OpLabel |
| %x_40 = OpVariable %_ptr_Function_bool Function %16 |
| %x_41 = OpVariable %_ptr_Function_v3float Function %19 |
| %k = OpVariable %_ptr_Function_int Function %23 |
| OpStore %x_40 %false |
| OpBranch %24 |
| %24 = OpLabel |
| OpLoopMerge %25 %26 None |
| OpBranch %27 |
| %27 = OpLabel |
| OpStore %k %int_0 |
| OpBranch %29 |
| %29 = OpLabel |
| OpLoopMerge %30 %31 None |
| OpBranch %32 |
| %32 = OpLabel |
| %33 = OpLoad %int %k |
| %35 = OpSLessThan %bool %33 %int_1000 |
| OpSelectionMerge %36 None |
| OpBranchConditional %35 %37 %38 |
| %37 = OpLabel |
| OpBranch %36 |
| %38 = OpLabel |
| OpBranch %30 |
| %36 = OpLabel |
| OpStore %x_40 %true |
| OpStore %x_41 %41 |
| OpBranch %30 |
| %31 = OpLabel |
| OpBranch %29 |
| %30 = OpLabel |
| %42 = OpLoad %bool %x_40 |
| OpSelectionMerge %43 None |
| OpBranchConditional %42 %44 %43 |
| %44 = OpLabel |
| OpBranch %25 |
| %43 = OpLabel |
| OpKill |
| %26 = OpLabel |
| OpBranch %24 |
| %25 = OpLabel |
| %45 = OpLoad %v3float %x_41 |
| OpReturnValue %45 |
| OpFunctionEnd |
| %main_1 = OpFunction %void None %46 |
| %49 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function %23 |
| OpStore %x_GLF_color %52 |
| OpStore %i %int_0 |
| OpBranch %53 |
| %53 = OpLabel |
| OpLoopMerge %54 %55 None |
| OpBranch %56 |
| %56 = OpLabel |
| %57 = OpLoad %int %i |
| %59 = OpSLessThan %bool %57 %int_4 |
| OpSelectionMerge %60 None |
| OpBranchConditional %59 %61 %62 |
| %61 = OpLabel |
| OpBranch %60 |
| %62 = OpLabel |
| OpBranch %54 |
| %60 = OpLabel |
| OpBranch %55 |
| %55 = OpLabel |
| %63 = OpFunctionCall %v3float %mand_ |
| %64 = OpLoad %int %i |
| %66 = OpIAdd %int %64 %int_1 |
| OpStore %i %66 |
| OpBranch %53 |
| %54 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %67 |
| %70 = OpLabel |
| %71 = OpFunctionCall %void %main_1 |
| %72 = OpLoad %v4float %x_GLF_color |
| %73 = OpCompositeConstruct %main_out %72 |
| OpReturnValue %73 |
| OpFunctionEnd |
| %main = OpFunction %void None %46 |
| %75 = OpLabel |
| %76 = OpFunctionCall %main_out %main_inner |
| %77 = OpCompositeExtract %v4float %76 0 |
| OpStore %x_GLF_color_1_1 %77 |
| OpReturn |
| OpFunctionEnd |