blob: f316c315c0e4c4d88412b988c3bf9f1231d69851 [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 %mixed "mixed"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "one"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%8 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%_ptr_Function_v2float = OpTypePointer Function %v2float
%float_1 = OpConstant %float 1
%13 = OpConstantComposite %v2float %float_1 %float_1
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
%float_0_5 = OpConstant %float 0.5
%bool = OpTypeBool
%v2bool = OpTypeVector %bool 2
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Function_float = OpTypePointer Function %float
%float_0 = OpConstant %float 0
%27 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%main = OpFunction %void None %8
%28 = OpLabel
%mixed = OpVariable %_ptr_Function_v2float Function
%29 = OpAccessChain %_ptr_Uniform_v2float %_ %int_0
%30 = OpLoad %v2float %29
%31 = OpCompositeConstruct %v2float %float_0_5 %float_0_5
%32 = OpExtInst %v2float %1 FMix %13 %30 %31
OpStore %mixed %32
%33 = OpLoad %v2float %mixed
%34 = OpFOrdEqual %v2bool %33 %13
%35 = OpAll %bool %34
OpSelectionMerge %36 None
OpBranchConditional %35 %37 %38
%37 = OpLabel
%39 = OpAccessChain %_ptr_Function_float %mixed %uint_0
%40 = OpLoad %float %39
%41 = OpCompositeConstruct %v4float %40 %float_0 %float_0 %float_1
OpStore %_GLF_color %41
OpBranch %36
%38 = OpLabel
OpStore %_GLF_color %27
OpBranch %36
%36 = OpLabel
OpReturn
OpFunctionEnd