blob: 843780c07100507e13781fe98f3df3b656dbbf53 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 62
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
OpExecutionMode %main OriginUpperLeft
OpName %buf0 "buf0"
OpMemberName %buf0 0 "three"
OpName %x_6 "x_6"
OpName %gl_FragCoord "gl_FragCoord"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol "tint_symbol"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %main_1 "main_1"
OpName %x_36 "x_36"
OpName %x_37_phi "x_37_phi"
OpName %main_out "main_out"
OpMemberName %main_out 0 "x_GLF_color_1"
OpName %tint_symbol_3 "tint_symbol_3"
OpName %tint_symbol_1 "tint_symbol_1"
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 BuiltIn FragCoord
OpDecorate %tint_symbol_2 Location 0
OpMemberDecorate %main_out 0 Offset 0
%int = OpTypeInt 32 1
%buf0 = OpTypeStruct %int
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%9 = OpConstantNull %v4float
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %9
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %9
%_ptr_Input_v4float = OpTypePointer Input %v4float
%tint_symbol = OpVariable %_ptr_Input_v4float Input
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %9
%void = OpTypeVoid
%15 = OpTypeFunction %void
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%22 = OpConstantNull %bool
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_1 = OpConstant %int 1
%uint_1 = OpConstant %uint 1
%_ptr_Private_float = OpTypePointer Private %float
%float_n5 = OpConstant %float -5
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%47 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%48 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
%main_out = OpTypeStruct %v4float
%49 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %15
%18 = OpLabel
%x_36 = OpVariable %_ptr_Function_bool Function %22
%x_37_phi = OpVariable %_ptr_Function_bool Function %22
%27 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0
%28 = OpLoad %int %27
%30 = OpSGreaterThan %bool %28 %int_1
OpStore %x_37_phi %30
OpSelectionMerge %31 None
OpBranchConditional %30 %32 %31
%32 = OpLabel
%35 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
%36 = OpLoad %float %35
%39 = OpFOrdLessThan %bool %36 %float_n5
%37 = OpLogicalNot %bool %39
OpStore %x_36 %37
%40 = OpLoad %bool %x_36
OpStore %x_37_phi %40
OpBranch %31
%31 = OpLabel
%41 = OpLoad %bool %x_37_phi
OpSelectionMerge %42 None
OpBranchConditional %41 %43 %44
%43 = OpLabel
OpStore %x_GLF_color %47
OpBranch %42
%44 = OpLabel
OpStore %x_GLF_color %48
OpBranch %42
%42 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_3 = OpFunction %void None %49
%tint_symbol_1 = OpFunctionParameter %main_out
%53 = OpLabel
%54 = OpCompositeExtract %v4float %tint_symbol_1 0
OpStore %tint_symbol_2 %54
OpReturn
OpFunctionEnd
%main = OpFunction %void None %15
%56 = OpLabel
%57 = OpLoad %v4float %tint_symbol
OpStore %gl_FragCoord %57
%58 = OpFunctionCall %void %main_1
%60 = OpLoad %v4float %x_GLF_color
%61 = OpCompositeConstruct %main_out %60
%59 = OpFunctionCall %void %tint_symbol_3 %61
OpReturn
OpFunctionEnd