blob: b5100681cbc8093c9641f3148344d97b25c5e4b7 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %f "f"
OpName %_GLF_color "_GLF_color"
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%6 = OpTypeFunction %void
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%float_2 = OpConstant %float 2
%float_4 = OpConstant %float 4
%bool = OpTypeBool
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%16 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%17 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%main = OpFunction %void None %6
%18 = OpLabel
%f = OpVariable %_ptr_Function_float Function
OpStore %f %float_2
%19 = OpLoad %float %f
%20 = OpExtInst %float %1 Exp2 %19
%21 = OpFOrdEqual %bool %20 %float_4
OpSelectionMerge %22 None
OpBranchConditional %21 %23 %24
%23 = OpLabel
OpStore %_GLF_color %16
OpBranch %22
%24 = OpLabel
OpStore %_GLF_color %17
OpBranch %22
%22 = OpLabel
OpReturn
OpFunctionEnd