blob: de10e0ec4d336f5cf4faddbe1ec77d33890500ed [file] [log] [blame]
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 %_GLF_color "_GLF_color"
OpName %GLF_dead6index "GLF_dead6index"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %_ ""
OpName %GLF_dead6currentNode "GLF_dead6currentNode"
OpName %donor_replacementGLF_dead6tree "donor_replacementGLF_dead6tree"
OpDecorate %_GLF_color Location 0
OpDecorate %GLF_dead6index RelaxedPrecision
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %GLF_dead6currentNode RelaxedPrecision
OpDecorate %donor_replacementGLF_dead6tree RelaxedPrecision
OpDecorate %9 RelaxedPrecision
OpDecorate %10 RelaxedPrecision
OpDecorate %11 RelaxedPrecision
%void = OpTypeVoid
%13 = 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
%19 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%int_0 = OpConstant %int 0
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Uniform_float = OpTypePointer Uniform %float
%bool = OpTypeBool
%true = OpConstantTrue %bool
%_arr_int_uint_1 = OpTypeArray %int %uint_1
%_ptr_Function__arr_int_uint_1 = OpTypePointer Function %_arr_int_uint_1
%main = OpFunction %void None %13
%32 = OpLabel
%GLF_dead6index = OpVariable %_ptr_Function_int Function
%GLF_dead6currentNode = OpVariable %_ptr_Function_int Function
%donor_replacementGLF_dead6tree = OpVariable %_ptr_Function__arr_int_uint_1 Function
OpStore %_GLF_color %19
OpStore %GLF_dead6index %int_0
%33 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_1
%34 = OpLoad %float %33
%35 = OpFOrdLessThan %bool %34 %float_0
OpSelectionMerge %36 None
OpBranchConditional %35 %37 %36
%37 = OpLabel
OpBranch %38
%38 = OpLabel
OpLoopMerge %39 %40 None
OpBranch %41
%41 = OpLabel
OpBranchConditional %true %42 %39
%42 = OpLabel
%9 = OpLoad %int %GLF_dead6index
%43 = OpAccessChain %_ptr_Function_int %donor_replacementGLF_dead6tree %9
%10 = OpLoad %int %43
OpStore %GLF_dead6currentNode %10
%11 = OpLoad %int %GLF_dead6currentNode
OpStore %GLF_dead6index %11
OpBranch %40
%40 = OpLabel
OpBranch %38
%39 = OpLabel
OpBranch %36
%36 = OpLabel
OpReturn
OpFunctionEnd