blob: 9f2839f47d87fd72c5a38eec02fedb459f552065 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %f1_f1_ "f1(f1;"
OpName %a "a"
OpName %b "b"
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %c "c"
OpName %a_0 "a"
OpName %param "param"
OpName %_GLF_color "_GLF_color"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpDecorate %_arr_float_uint_3 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
%void = OpTypeVoid
%18 = OpTypeFunction %void
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%21 = OpTypeFunction %float %_ptr_Function_float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%int_8 = OpConstant %int 8
%v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Input_float = OpTypePointer Input %float
%uint_3 = OpConstant %uint 3
%_arr_float_uint_3 = OpTypeArray %float %uint_3
%buf0 = OpTypeStruct %_arr_float_uint_3
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%bool = OpTypeBool
%int_1 = OpConstant %int 1
%int_2 = OpConstant %int 2
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%uint_2 = OpConstant %uint 2
%_arr_int_uint_2 = OpTypeArray %int %uint_2
%buf1 = OpTypeStruct %_arr_int_uint_2
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%_ptr_Uniform_int = OpTypePointer Uniform %int
%main = OpFunction %void None %18
%41 = OpLabel
%a_0 = OpVariable %_ptr_Function_float Function
%param = OpVariable %_ptr_Function_float Function
%42 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%43 = OpLoad %float %42
OpStore %param %43
%44 = OpFunctionCall %float %f1_f1_ %param
OpStore %a_0 %44
%45 = OpLoad %float %a_0
%46 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
%47 = OpLoad %float %46
%48 = OpFOrdEqual %bool %45 %47
OpSelectionMerge %49 None
OpBranchConditional %48 %50 %51
%50 = OpLabel
%52 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%53 = OpLoad %int %52
%54 = OpConvertSToF %float %53
%55 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%56 = OpLoad %int %55
%57 = OpConvertSToF %float %56
%58 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%59 = OpLoad %int %58
%60 = OpConvertSToF %float %59
%61 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%62 = OpLoad %int %61
%63 = OpConvertSToF %float %62
%64 = OpCompositeConstruct %v4float %54 %57 %60 %63
OpStore %_GLF_color %64
OpBranch %49
%51 = OpLabel
%65 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%66 = OpLoad %int %65
%67 = OpConvertSToF %float %66
%68 = OpCompositeConstruct %v4float %67 %67 %67 %67
OpStore %_GLF_color %68
OpBranch %49
%49 = OpLabel
OpReturn
OpFunctionEnd
%f1_f1_ = OpFunction %float None %21
%a = OpFunctionParameter %_ptr_Function_float
%69 = OpLabel
%b = OpVariable %_ptr_Function_int Function
%c = OpVariable %_ptr_Function_float Function
OpStore %b %int_8
%70 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
%71 = OpLoad %float %70
%72 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%73 = OpLoad %float %72
%74 = OpFOrdGreaterThanEqual %bool %71 %73
OpSelectionMerge %75 None
OpBranchConditional %74 %76 %75
%76 = OpLabel
%77 = OpLoad %int %b
%78 = OpIAdd %int %77 %int_1
OpStore %b %78
%79 = OpLoad %int %b
%80 = OpIAdd %int %79 %int_1
OpStore %b %80
OpBranch %75
%75 = OpLabel
%81 = OpLoad %float %a
%82 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%83 = OpLoad %float %82
%84 = OpFOrdLessThan %bool %81 %83
OpSelectionMerge %85 None
OpBranchConditional %84 %86 %85
%86 = OpLabel
%87 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%88 = OpLoad %float %87
OpReturnValue %88
%85 = OpLabel
%89 = OpLoad %int %b
%90 = OpExtInst %int %1 SClamp %89 %int_0 %int_2
%91 = OpConvertSToF %float %90
OpStore %c %91
%92 = OpLoad %float %c
OpReturnValue %92
OpFunctionEnd