blob: aa7576262f47cd944510543875a8bc642eef39e4 [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 320
OpName %main "main"
OpName %_GLF_color "_GLF_color"
OpName %i "i"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %__0 ""
OpName %buf2 "buf2"
OpMemberName %buf2 0 "injectionSwitch"
OpName %__1 ""
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 1
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpDecorate %_arr_float_uint_1 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
OpMemberDecorate %buf2 0 Offset 0
OpDecorate %buf2 Block
OpDecorate %__1 DescriptorSet 0
OpDecorate %__1 Binding 2
%void = OpTypeVoid
%15 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%21 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%uint = OpTypeInt 32 0
%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
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
%uint_1 = OpConstant %uint 1
%_ptr_Input_float = OpTypePointer Input %float
%_arr_float_uint_1 = OpTypeArray %float %uint_1
%buf0 = OpTypeStruct %_arr_float_uint_1
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Uniform_float = OpTypePointer Uniform %float
%v3float = OpTypeVector %float 3
%37 = OpConstantComposite %v3float %float_1 %float_1 %float_1
%v2float = OpTypeVector %float 2
%buf2 = OpTypeStruct %v2float
%_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2
%__1 = OpVariable %_ptr_Uniform_buf2 Uniform
%main = OpFunction %void None %15
%40 = OpLabel
%i = OpVariable %_ptr_Function_int Function
OpStore %_GLF_color %21
%41 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%42 = OpLoad %int %41
OpStore %i %42
OpBranch %43
%43 = OpLabel
OpLoopMerge %44 %45 None
OpBranch %46
%46 = OpLabel
%47 = OpLoad %int %i
%48 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%49 = OpLoad %int %48
%50 = OpSLessThan %bool %47 %49
OpBranchConditional %50 %51 %44
%51 = OpLabel
%52 = OpLoad %int %i
%53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%54 = OpLoad %int %53
%55 = OpINotEqual %bool %52 %54
OpSelectionMerge %56 None
OpBranchConditional %55 %57 %56
%57 = OpLabel
OpReturn
%56 = OpLabel
OpBranch %45
%45 = OpLabel
%58 = OpLoad %int %i
%59 = OpIAdd %int %58 %int_1
OpStore %i %59
OpBranch %43
%44 = OpLabel
%60 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
%61 = OpLoad %float %60
%62 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%63 = OpLoad %float %62
%64 = OpFOrdLessThan %bool %61 %63
OpSelectionMerge %65 None
OpBranchConditional %64 %66 %65
%66 = OpLabel
OpReturn
%65 = OpLabel
%67 = OpAccessChain %_ptr_Uniform_float %__1 %int_0 %uint_1
%68 = OpLoad %float %67
%69 = OpCompositeExtract %float %37 0
%70 = OpCompositeExtract %float %37 1
%71 = OpCompositeExtract %float %37 2
%72 = OpCompositeConstruct %v4float %69 %70 %71 %68
OpStore %_GLF_color %72
OpReturn
OpFunctionEnd