blob: 5ef5478795de5660c7bae424ca0c9f24664355b8 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 310
OpName %main "main"
OpName %func_ "func("
OpName %buf0 "buf0"
OpMemberName %buf0 0 "one"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpName %i "i"
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%9 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%12 = OpTypeFunction %v4float
%int = OpTypeInt 32 1
%buf0 = OpTypeStruct %int
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_1 = OpConstant %int 1
%bool = OpTypeBool
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%21 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%22 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%_ptr_Function_int = OpTypePointer Function %int
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Output_float = OpTypePointer Output %float
%main = OpFunction %void None %9
%28 = OpLabel
%i = OpVariable %_ptr_Function_int Function
OpStore %_GLF_color %22
OpStore %i %int_0
OpBranch %29
%29 = OpLabel
OpLoopMerge %30 %31 None
OpBranch %32
%32 = OpLabel
%33 = OpLoad %int %i
%34 = OpAccessChain %_ptr_Uniform_int %_ %int_0
%35 = OpLoad %int %34
%36 = OpSLessThanEqual %bool %33 %35
OpBranchConditional %36 %37 %30
%37 = OpLabel
%38 = OpLoad %int %i
OpSelectionMerge %39 None
OpSwitch %38 %40 1 %41 0 %40
%40 = OpLabel
%42 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_1
OpStore %42 %float_0
OpBranch %39
%41 = OpLabel
%43 = OpFunctionCall %v4float %func_
OpStore %_GLF_color %43
OpBranch %40
%39 = OpLabel
OpBranch %31
%31 = OpLabel
%44 = OpLoad %int %i
%45 = OpIAdd %int %44 %int_1
OpStore %i %45
OpBranch %29
%30 = OpLabel
OpReturn
OpFunctionEnd
%func_ = OpFunction %v4float None %12
%46 = OpLabel
%47 = OpAccessChain %_ptr_Uniform_int %_ %int_0
%48 = OpLoad %int %47
%49 = OpIEqual %bool %48 %int_1
OpSelectionMerge %50 None
OpBranchConditional %49 %51 %52
%51 = OpLabel
OpReturnValue %21
%52 = OpLabel
OpReturnValue %22
%50 = OpLabel
OpUnreachable
OpFunctionEnd