blob: e4220be5d0e1194a110bf762672d6104b6063445 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color %gl_FragCoord
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 310
OpName %main "main"
OpName %f1_f1_ "f1(f1;"
OpName %a "a"
OpName %_GLF_color "_GLF_color"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_float_values"
OpName %__0 ""
OpName %v2 "v2"
OpName %a_0 "a"
OpName %param "param"
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpDecorate %_arr_float_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
%void = OpTypeVoid
%17 = OpTypeFunction %void
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%20 = OpTypeFunction %float %_ptr_Function_float
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%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
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_1 = OpConstant %int 1
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
%uint_0 = OpConstant %uint 0
%_ptr_Input_float = OpTypePointer Input %float
%_arr_float_uint_2 = OpTypeArray %float %uint_2
%buf1 = OpTypeStruct %_arr_float_uint_2
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%_ptr_Uniform_float = OpTypePointer Uniform %float
%bool = OpTypeBool
%_ptr_Function_v4float = OpTypePointer Function %v4float
%float_1 = OpConstant %float 1
%v3float = OpTypeVector %float 3
%main = OpFunction %void None %17
%39 = OpLabel
%v2 = OpVariable %_ptr_Function_v4float Function
%a_0 = OpVariable %_ptr_Function_float Function
%40 = OpVariable %_ptr_Function_float Function
%param = OpVariable %_ptr_Function_float Function
%41 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%42 = OpLoad %int %41
%43 = OpConvertSToF %float %42
%44 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%45 = OpLoad %int %44
%46 = OpConvertSToF %float %45
%47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%48 = OpLoad %int %47
%49 = OpConvertSToF %float %48
%50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%51 = OpLoad %int %50
%52 = OpConvertSToF %float %51
%53 = OpCompositeConstruct %v4float %43 %46 %49 %52
OpStore %_GLF_color %53
%54 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
%55 = OpLoad %float %54
%56 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%57 = OpLoad %float %56
%58 = OpFOrdLessThan %bool %55 %57
OpSelectionMerge %59 None
OpBranchConditional %58 %60 %59
%60 = OpLabel
%61 = OpAccessChain %_ptr_Function_float %v2 %uint_0
%62 = OpLoad %float %61
%63 = OpFOrdLessThan %bool %62 %float_1
%64 = OpLogicalNot %bool %63
OpSelectionMerge %65 None
OpBranchConditional %64 %66 %65
%66 = OpLabel
%67 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%68 = OpLoad %float %67
%69 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%70 = OpLoad %float %69
%71 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%72 = OpLoad %float %71
%73 = OpFOrdGreaterThan %bool %70 %72
OpSelectionMerge %74 None
OpBranchConditional %73 %75 %76
%75 = OpLabel
%77 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%78 = OpLoad %float %77
OpStore %param %78
%79 = OpFunctionCall %float %f1_f1_ %param
OpStore %40 %79
OpBranch %74
%76 = OpLabel
%80 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%81 = OpLoad %float %80
OpStore %40 %81
OpBranch %74
%74 = OpLabel
%82 = OpLoad %float %40
%83 = OpFDiv %float %68 %82
OpStore %a_0 %83
%84 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%85 = OpLoad %float %84
%86 = OpCompositeConstruct %v3float %85 %85 %85
%87 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%88 = OpLoad %float %87
%89 = OpCompositeConstruct %v3float %88 %88 %88
%90 = OpLoad %float %a_0
%91 = OpCompositeConstruct %v3float %90 %90 %90
%92 = OpExtInst %v3float %1 FMix %86 %89 %91
%93 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%94 = OpLoad %float %93
%95 = OpCompositeExtract %float %92 0
%96 = OpCompositeExtract %float %92 1
%97 = OpCompositeExtract %float %92 2
%98 = OpCompositeConstruct %v4float %95 %96 %97 %94
OpStore %_GLF_color %98
OpBranch %65
%65 = OpLabel
OpBranch %59
%59 = OpLabel
OpReturn
OpFunctionEnd
%f1_f1_ = OpFunction %float None %20
%a = OpFunctionParameter %_ptr_Function_float
%99 = OpLabel
%100 = OpLoad %float %a
%101 = OpDPdx %float %100
OpReturnValue %101
OpFunctionEnd