blob: 7b3e22d82831ba02c5ae2aa2d46a636f3fefc235 [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 %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %_ ""
OpName %temp "temp"
OpName %gv "gv"
OpName %_GLF_color "_GLF_color"
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %gv RelaxedPrecision
OpDecorate %8 RelaxedPrecision
OpDecorate %9 RelaxedPrecision
OpDecorate %10 RelaxedPrecision
OpDecorate %11 RelaxedPrecision
OpDecorate %12 RelaxedPrecision
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%14 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%float_2 = OpConstant %float 2
%bool = OpTypeBool
%_ptr_Function_int = OpTypePointer Function %int
%v4float = OpTypeVector %float 4
%float_1 = OpConstant %float 1
%28 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_ptr_Private_v4float = OpTypePointer Private %v4float
%gv = OpVariable %_ptr_Private_v4float Private
%float_8_60000038 = OpConstant %float 8.60000038
%uint_1 = OpConstant %uint 1
%int_150 = OpConstant %int 150
%int_180 = OpConstant %int 180
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%float_0 = OpConstant %float 0
%36 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%main = OpFunction %void None %14
%37 = OpLabel
%temp = OpVariable %_ptr_Function_int Function
%38 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
%39 = OpLoad %float %38
%40 = OpFOrdGreaterThan %bool %39 %float_2
OpSelectionMerge %41 None
OpBranchConditional %40 %42 %41
%42 = OpLabel
%8 = OpLoad %v4float %gv
%9 = OpExtInst %v4float %1 FMix %28 %28 %8
%10 = OpCompositeConstruct %v4float %float_8_60000038 %float_8_60000038 %float_8_60000038 %float_8_60000038
%11 = OpExtInst %v4float %1 FMax %9 %10
%12 = OpCompositeExtract %float %11 1
%43 = OpConvertFToS %int %12
OpStore %temp %43
%44 = OpLoad %int %temp
%45 = OpSLessThan %bool %44 %int_150
OpSelectionMerge %46 None
OpBranchConditional %45 %47 %46
%47 = OpLabel
OpKill
%46 = OpLabel
%48 = OpLoad %int %temp
%49 = OpSLessThan %bool %48 %int_180
OpSelectionMerge %50 None
OpBranchConditional %49 %51 %50
%51 = OpLabel
OpKill
%50 = OpLabel
OpBranch %41
%41 = OpLabel
OpStore %_GLF_color %36
OpReturn
OpFunctionEnd