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 %v1 "v1" OpName %buf1 "buf1" OpMemberName %buf1 0 "_GLF_uniform_float_values" OpName %_ "" OpName %v2 "v2" OpName %buf0 "buf0" OpMemberName %buf0 0 "_GLF_uniform_int_values" OpName %__0 "" OpName %v3 "v3" OpName %_GLF_color "_GLF_color" OpDecorate %_arr_float_uint_4 ArrayStride 16 OpMemberDecorate %buf1 0 Offset 0 OpDecorate %buf1 Block OpDecorate %_ DescriptorSet 0 OpDecorate %_ Binding 1 OpDecorate %_arr_int_uint_2 ArrayStride 16 OpMemberDecorate %buf0 0 Offset 0 OpDecorate %buf0 Block OpDecorate %__0 DescriptorSet 0 OpDecorate %__0 Binding 0 OpDecorate %_GLF_color Location 0 %void = OpTypeVoid %14 = OpTypeFunction %void %float = OpTypeFloat 32 %v2float = OpTypeVector %float 2 %_ptr_Function_v2float = OpTypePointer Function %v2float %uint = OpTypeInt 32 0 %uint_4 = OpConstant %uint 4 %_arr_float_uint_4 = OpTypeArray %float %uint_4 %buf1 = OpTypeStruct %_arr_float_uint_4 %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 %_ = OpVariable %_ptr_Uniform_buf1 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 %v2int = OpTypeVector %int 2 %_ptr_Function_v2int = OpTypePointer Function %v2int %uint_2 = OpConstant %uint 2 %_arr_int_uint_2 = OpTypeArray %int %uint_2 %buf0 = OpTypeStruct %_arr_int_uint_2 %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 %__0 = OpVariable %_ptr_Uniform_buf0 Uniform %_ptr_Uniform_int = OpTypePointer Uniform %int %int_n3000 = OpConstant %int -3000 %v4float = OpTypeVector %float 4 %_ptr_Output_v4float = OpTypePointer Output %v4float %_GLF_color = OpVariable %_ptr_Output_v4float Output %uint_1 = OpConstant %uint 1 %_ptr_Function_float = OpTypePointer Function %float %bool = OpTypeBool %uint_0 = OpConstant %uint 0 %int_1 = OpConstant %int 1 %main = OpFunction %void None %14 %39 = OpLabel %v1 = OpVariable %_ptr_Function_v2float Function %v2 = OpVariable %_ptr_Function_v2int Function %v3 = OpVariable %_ptr_Function_v2float Function %40 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2 %41 = OpLoad %float %40 %42 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3 %43 = OpLoad %float %42 %44 = OpCompositeConstruct %v2float %41 %43 %45 = OpExtInst %v2float %1 Sinh %44 OpStore %v1 %45 %46 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0 %47 = OpLoad %int %46 %48 = OpCompositeConstruct %v2int %47 %int_n3000 OpStore %v2 %48 %49 = OpLoad %v2float %v1 %50 = OpLoad %v2int %v2 %51 = OpExtInst %v2float %1 Ldexp %49 %50 OpStore %v3 %51 %52 = OpAccessChain %_ptr_Function_float %v3 %uint_1 %53 = OpLoad %float %52 %54 = OpCompositeConstruct %v4float %53 %53 %53 %53 OpStore %_GLF_color %54 %55 = OpAccessChain %_ptr_Function_float %v3 %uint_0 %56 = OpLoad %float %55 %57 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0 %58 = OpLoad %float %57 %59 = OpFOrdGreaterThan %bool %56 %58 OpSelectionMerge %60 None OpBranchConditional %59 %61 %60 %61 = OpLabel %62 = OpAccessChain %_ptr_Function_float %v3 %uint_0 %63 = OpLoad %float %62 %64 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1 %65 = OpLoad %float %64 %66 = OpFOrdLessThan %bool %63 %65 OpBranch %60 %60 = OpLabel %67 = OpPhi %bool %59 %39 %66 %61 OpSelectionMerge %68 None OpBranchConditional %67 %69 %70 %69 = OpLabel %71 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0 %72 = OpLoad %int %71 %73 = OpConvertSToF %float %72 %74 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 %75 = OpLoad %int %74 %76 = OpConvertSToF %float %75 %77 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 %78 = OpLoad %int %77 %79 = OpConvertSToF %float %78 %80 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0 %81 = OpLoad %int %80 %82 = OpConvertSToF %float %81 %83 = OpCompositeConstruct %v4float %73 %76 %79 %82 OpStore %_GLF_color %83 OpBranch %68 %70 = OpLabel %84 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1 %85 = OpLoad %int %84 %86 = OpConvertSToF %float %85 %87 = OpCompositeConstruct %v4float %86 %86 %86 %86 OpStore %_GLF_color %87 OpBranch %68 %68 = OpLabel OpReturn OpFunctionEnd