blob: 4f5ea065499cff7cad985547155dce784dee23e0 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 63
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %x_GLF_color "x_GLF_color"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "injectionSwitch"
OpName %x_6 "x_6"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %GLF_dead6index "GLF_dead6index"
OpName %GLF_dead6currentNode "GLF_dead6currentNode"
OpName %donor_replacementGLF_dead6tree "donor_replacementGLF_dead6tree"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %tint_symbol "tint_symbol"
OpName %main "main"
OpDecorate %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %x_6 NonWritable
OpDecorate %x_6 DescriptorSet 0
OpDecorate %x_6 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpDecorate %_arr_int_uint_1 ArrayStride 4
OpMemberDecorate %main_out 0 Offset 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%5 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
%v2float = OpTypeVector %float 2
%buf0 = OpTypeStruct %v2float
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5
%void = OpTypeVoid
%12 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%19 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_arr_int_uint_1 = OpTypeArray %int %uint_1
%_ptr_Function__arr_int_uint_1 = OpTypePointer Function %_arr_int_uint_1
%26 = OpConstantNull %_arr_int_uint_1
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%29 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%int_0 = OpConstant %int 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%bool = OpTypeBool
%true = OpConstantTrue %bool
%main_out = OpTypeStruct %v4float
%51 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %12
%15 = OpLabel
%GLF_dead6index = OpVariable %_ptr_Function_int Function %19
%GLF_dead6currentNode = OpVariable %_ptr_Function_int Function %19
%donor_replacementGLF_dead6tree = OpVariable %_ptr_Function__arr_int_uint_1 Function %26
OpStore %x_GLF_color %29
OpStore %GLF_dead6index %int_0
%33 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %uint_1
%34 = OpLoad %float %33
%35 = OpFOrdLessThan %bool %34 %float_0
OpSelectionMerge %37 None
OpBranchConditional %35 %38 %37
%38 = OpLabel
OpBranch %39
%39 = OpLabel
OpLoopMerge %40 %41 None
OpBranch %42
%42 = OpLabel
OpSelectionMerge %44 None
OpBranchConditional %true %45 %46
%45 = OpLabel
OpBranch %44
%46 = OpLabel
OpBranch %40
%44 = OpLabel
%47 = OpLoad %int %GLF_dead6index
%48 = OpAccessChain %_ptr_Function_int %donor_replacementGLF_dead6tree %47
%49 = OpLoad %int %48
OpStore %GLF_dead6currentNode %49
%50 = OpLoad %int %GLF_dead6currentNode
OpStore %GLF_dead6index %50
OpBranch %41
%41 = OpLabel
OpBranch %39
%40 = OpLabel
OpBranch %37
%37 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %51
%tint_symbol = OpFunctionParameter %main_out
%55 = OpLabel
%56 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %56
OpReturn
OpFunctionEnd
%main = OpFunction %void None %12
%58 = OpLabel
%59 = OpFunctionCall %void %main_1
%61 = OpLoad %v4float %x_GLF_color
%62 = OpCompositeConstruct %main_out %61
%60 = OpFunctionCall %void %tint_symbol_2 %62
OpReturn
OpFunctionEnd