blob: bfce82b28f6aa64bab50b2b51af97778f0296568 [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 %mand_ "mand("
OpName %k "k"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %_ ""
OpName %j "j"
OpName %_GLF_color "_GLF_color"
OpDecorate %k RelaxedPrecision
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %j RelaxedPrecision
OpDecorate %_GLF_color Location 0
OpDecorate %int_0 RelaxedPrecision
%void = OpTypeVoid
%11 = OpTypeFunction %void
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%14 = OpTypeFunction %v3float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%int_0 = OpConstant %int 0
%int_1000 = OpConstant %int 1000
%bool = OpTypeBool
%int_1 = OpConstant %int 1
%float_1 = OpConstant %float 1
%21 = OpConstantComposite %v3float %float_1 %float_1 %float_1
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%uint_1 = OpConstant %uint 1
%int_4 = OpConstant %int 4
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%float_0 = OpConstant %float 0
%32 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%33 = OpUndef %int
%true = OpConstantTrue %bool
%main = OpFunction %void None %11
%35 = OpLabel
%j = OpVariable %_ptr_Function_int Function
%36 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
%37 = OpLoad %float %36
%38 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1
%39 = OpLoad %float %38
%40 = OpFOrdGreaterThan %bool %37 %39
OpSelectionMerge %41 None
OpBranchConditional %40 %42 %41
%42 = OpLabel
OpStore %j %int_0
OpBranch %43
%43 = OpLabel
OpLoopMerge %44 %45 None
OpBranchConditional %true %45 %44
%45 = OpLabel
%46 = OpFunctionCall %v3float %mand_
OpBranch %43
%44 = OpLabel
OpBranch %41
%41 = OpLabel
OpStore %_GLF_color %32
OpReturn
OpFunctionEnd
%mand_ = OpFunction %v3float None %14
%47 = OpLabel
%k = OpVariable %_ptr_Function_int Function
OpStore %k %int_0
OpBranch %48
%48 = OpLabel
OpLoopMerge %49 %50 None
OpBranchConditional %true %51 %49
%51 = OpLabel
OpKill
%50 = OpLabel
OpBranch %48
%49 = OpLabel
OpReturnValue %21
OpFunctionEnd