blob: 5f64beef8fbd16b7b082bac548bdc154fe1e9582 [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 %v "v"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "two"
OpName %_ ""
OpName %d "d"
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
%9 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%_ptr_Function_v2float = OpTypePointer Function %v2float
%float_0_100000001 = OpConstant %float 0.100000001
%14 = OpConstantComposite %v2float %float_0_100000001 %float_0_100000001
%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_3 = OpConstant %int 3
%v2int = OpTypeVector %int 2
%_ptr_Function_float = OpTypePointer Function %float
%float_1_15927994 = OpConstant %float 1.15927994
%float_0_64349997 = OpConstant %float 0.64349997
%24 = OpConstantComposite %v2float %float_1_15927994 %float_0_64349997
%float_0_00999999978 = OpConstant %float 0.00999999978
%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
%31 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%32 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%main = OpFunction %void None %9
%33 = OpLabel
%v = OpVariable %_ptr_Function_v2float Function
%d = OpVariable %_ptr_Function_float Function
%34 = OpAccessChain %_ptr_Uniform_int %_ %int_0
%35 = OpLoad %int %34
%36 = OpCompositeConstruct %v2int %35 %int_3
%37 = OpExtInst %v2float %1 Ldexp %14 %36
%38 = OpExtInst %v2float %1 Acos %37
OpStore %v %38
%39 = OpLoad %v2float %v
%40 = OpExtInst %float %1 Distance %39 %24
OpStore %d %40
%41 = OpLoad %float %d
%42 = OpFOrdLessThan %bool %41 %float_0_00999999978
OpSelectionMerge %43 None
OpBranchConditional %42 %44 %45
%44 = OpLabel
OpStore %_GLF_color %31
OpBranch %43
%45 = OpLabel
OpStore %_GLF_color %32
OpBranch %43
%43 = OpLabel
OpReturn
OpFunctionEnd