blob: 47315d3398f57a771d78154d6d6797749cdaf09c [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 %func_ "func("
OpName %v "v"
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "one"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 1
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_1 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
%void = OpTypeVoid
%13 = OpTypeFunction %void
%float = OpTypeFloat 32
%15 = OpTypeFunction %float
%int = OpTypeInt 32 1
%int_1 = OpConstant %int 1
%float_1 = OpConstant %float 1
%v4float = OpTypeVector %float 4
%_ptr_Function_v4float = OpTypePointer Function %v4float
%21 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_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
%float_0 = OpConstant %float 0
%bool = OpTypeBool
%buf1 = OpTypeStruct %uint
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
%uint_2 = OpConstant %uint 2
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%33 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%_arr_int_uint_1 = OpTypeArray %int %uint_1
%buf0 = OpTypeStruct %_arr_int_uint_1
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Uniform_int = OpTypePointer Uniform %int
%main = OpFunction %void None %13
%36 = OpLabel
%v = OpVariable %_ptr_Function_v4float Function
OpStore %v %21
%37 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
%38 = OpLoad %float %37
%39 = OpFOrdLessThan %bool %38 %float_0
OpSelectionMerge %40 None
OpBranchConditional %39 %41 %40
%41 = OpLabel
%42 = OpFunctionCall %float %func_
%43 = OpCompositeConstruct %v4float %42 %42 %42 %42
OpStore %v %43
OpBranch %40
%40 = OpLabel
%44 = OpLoad %v4float %v
%45 = OpExtInst %uint %1 PackUnorm4x8 %44
%46 = OpIEqual %bool %45 %uint_1
OpSelectionMerge %47 None
OpBranchConditional %46 %48 %47
%48 = OpLabel
OpReturn
%47 = OpLabel
%49 = OpAccessChain %_ptr_Uniform_uint %_ %int_0
%50 = OpLoad %uint %49
%51 = OpShiftLeftLogical %uint %uint_1 %50
%52 = OpIEqual %bool %51 %uint_2
OpSelectionMerge %53 None
OpBranchConditional %52 %54 %55
%54 = OpLabel
OpStore %_GLF_color %33
OpBranch %53
%55 = OpLabel
%56 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%57 = OpLoad %int %56
%58 = OpConvertSToF %float %57
%59 = OpCompositeConstruct %v4float %58 %58 %58 %58
OpStore %_GLF_color %59
OpBranch %53
%53 = OpLabel
OpReturn
OpFunctionEnd
%func_ = OpFunction %float None %15
%60 = OpLabel
OpSelectionMerge %61 None
OpSwitch %int_1 %61 0 %62
%62 = OpLabel
OpReturnValue %float_1
%61 = OpLabel
%63 = OpUndef %float
OpReturnValue %63
OpFunctionEnd