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 %a "a" OpName %buf0 "buf0" OpMemberName %buf0 0 "_GLF_uniform_float_values" OpName %_ "" OpName %b "b" OpName %_GLF_color "_GLF_color" OpDecorate %_arr_float_uint_5 ArrayStride 16 OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 0 OpDecorate %_GLF_color Location 0 %void = OpTypeVoid %10 = OpTypeFunction %void %float = OpTypeFloat 32 %_ptr_Function_float = OpTypePointer Function %float %uint = OpTypeInt 32 0 %uint_5 = OpConstant %uint 5 %_arr_float_uint_5 = OpTypeArray %float %uint_5 %buf0 = OpTypeStruct %_arr_float_uint_5 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %_ = OpVariable %_ptr_Uniform_buf0 Uniform %int = OpTypeInt 32 1 %int_0 = OpConstant %int 0 %int_2 = OpConstant %int 2 %_ptr_Uniform_float = OpTypePointer Uniform %float %int_3 = OpConstant %int 3 %bool = OpTypeBool %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %int_1 = OpConstant %int 1 %int_4 = OpConstant %int 4 %main = OpFunction %void None %10 %26 = OpLabel %a = OpVariable %_ptr_Function_float Function %b = OpVariable %_ptr_Function_float Function %27 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2 %28 = OpLoad %float %27 %29 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3 %30 = OpLoad %float %29 %31 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3 %32 = OpLoad %float %31 %33 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2 %34 = OpLoad %float %33 %35 = OpFOrdGreaterThan %bool %32 %34 %36 = OpSelect %float %35 %30 %28 OpStore %a %36 %37 = OpLoad %float %a %38 = OpExtInst %float %1 Log %37 %39 = OpExtInst %float %1 Cos %38 OpStore %b %39 %40 = OpLoad %float %b %41 = OpCompositeConstruct %v4float %40 %40 %40 %40 OpStore %_GLF_color %41 %42 = OpLoad %float %b %43 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 %44 = OpLoad %float %43 %45 = OpFOrdGreaterThan %bool %42 %44 OpSelectionMerge %46 None OpBranchConditional %45 %47 %46 %47 = OpLabel %48 = OpLoad %float %b %49 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1 %50 = OpLoad %float %49 %51 = OpFOrdLessThan %bool %48 %50 OpBranch %46 %46 = OpLabel %52 = OpPhi %bool %45 %26 %51 %47 OpSelectionMerge %53 None OpBranchConditional %52 %54 %53 %54 = OpLabel %55 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3 %56 = OpLoad %float %55 %57 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_4 %58 = OpLoad %float %57 %59 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_4 %60 = OpLoad %float %59 %61 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3 %62 = OpLoad %float %61 %63 = OpCompositeConstruct %v4float %56 %58 %60 %62 OpStore %_GLF_color %63 OpBranch %53 %53 = OpLabel OpReturn OpFunctionEnd