blob: d8fd8783e247da055593ac8d37aa395a52f2935d [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 67
; 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 %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %c1 "c1"
OpName %uv "uv"
OpName %i "i"
OpName %x_37 "x_37"
OpName %x_37_phi "x_37_phi"
OpName %x_9_phi "x_9_phi"
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 %tint_symbol_1 Location 0
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
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5
%void = OpTypeVoid
%8 = OpTypeFunction %void
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%15 = OpConstantNull %bool
%v2float = OpTypeVector %float 2
%_ptr_Function_v2float = OpTypePointer Function %v2float
%19 = OpConstantNull %v2float
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%23 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%_ptr_Function_float = OpTypePointer Function %float
%float_0_25 = OpConstant %float 0.25
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%48 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%false = OpConstantFalse %bool
%main_out = OpTypeStruct %v4float
%55 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %8
%11 = OpLabel
%c1 = OpVariable %_ptr_Function_bool Function %15
%uv = OpVariable %_ptr_Function_v2float Function %19
%i = OpVariable %_ptr_Function_int Function %23
%x_37 = OpVariable %_ptr_Function_bool Function %15
%x_37_phi = OpVariable %_ptr_Function_bool Function %15
%x_9_phi = OpVariable %_ptr_Function_int Function %23
%30 = OpAccessChain %_ptr_Function_float %uv %uint_1
%31 = OpLoad %float %30
%33 = OpFOrdLessThan %bool %31 %float_0_25
OpStore %c1 %33
OpStore %i %int_0
OpStore %x_37_phi %33
OpStore %x_9_phi %int_0
OpBranch %35
%35 = OpLabel
OpLoopMerge %36 %37 None
OpBranch %38
%38 = OpLabel
%39 = OpLoad %bool %x_37_phi
OpStore %x_37 %39
%40 = OpLoad %int %x_9_phi
%42 = OpSLessThan %bool %40 %int_1
OpSelectionMerge %43 None
OpBranchConditional %42 %44 %45
%44 = OpLabel
OpBranch %43
%45 = OpLabel
OpBranch %36
%43 = OpLabel
OpStore %x_GLF_color %48
OpReturn
%37 = OpLabel
%49 = OpLoad %int %i
%50 = OpIAdd %int %49 %int_1
OpStore %i %50
OpStore %x_37_phi %false
OpStore %x_9_phi %int_0
OpBranch %35
%36 = OpLabel
%52 = OpLoad %bool %x_37
OpSelectionMerge %53 None
OpBranchConditional %52 %54 %53
%54 = OpLabel
OpReturn
%53 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %55
%tint_symbol = OpFunctionParameter %main_out
%59 = OpLabel
%60 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %60
OpReturn
OpFunctionEnd
%main = OpFunction %void None %8
%62 = OpLabel
%63 = OpFunctionCall %void %main_1
%65 = OpLoad %v4float %x_GLF_color
%66 = OpCompositeConstruct %main_out %65
%64 = OpFunctionCall %void %tint_symbol_2 %66
OpReturn
OpFunctionEnd