blob: f165252dda7b3e15082ab83def863502fa396a27 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 93
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
OpExecutionMode %main OriginUpperLeft
OpName %x_GLF_color "x_GLF_color"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "x_GLF_uniform_int_values"
OpName %x_7 "x_7"
OpName %gl_FragCoord "gl_FragCoord"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
OpName %x_9 "x_9"
OpName %buf2 "buf2"
OpMemberName %buf2 0 "injectionSwitch"
OpName %x_11 "x_11"
OpName %tint_symbol "tint_symbol"
OpName %tint_symbol_2 "tint_symbol_2"
OpName %main_1 "main_1"
OpName %i "i"
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 %buf1 Block
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpDecorate %x_7 NonWritable
OpDecorate %x_7 DescriptorSet 0
OpDecorate %x_7 Binding 1
OpDecorate %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %_arr_float_uint_1 ArrayStride 16
OpDecorate %x_9 NonWritable
OpDecorate %x_9 DescriptorSet 0
OpDecorate %x_9 Binding 0
OpDecorate %buf2 Block
OpMemberDecorate %buf2 0 Offset 0
OpDecorate %x_11 NonWritable
OpDecorate %x_11 DescriptorSet 0
OpDecorate %x_11 Binding 2
OpDecorate %tint_symbol BuiltIn FragCoord
OpDecorate %tint_symbol_2 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
%int = OpTypeInt 32 1
%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
%x_7 = OpVariable %_ptr_Uniform_buf1 Uniform
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5
%uint_1 = OpConstant %uint 1
%_arr_float_uint_1 = OpTypeArray %float %uint_1
%buf0 = OpTypeStruct %_arr_float_uint_1
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_9 = OpVariable %_ptr_Uniform_buf0 Uniform
%v2float = OpTypeVector %float 2
%buf2 = OpTypeStruct %v2float
%_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2
%x_11 = OpVariable %_ptr_Uniform_buf2 Uniform
%_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 %5
%void = OpTypeVoid
%27 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%33 = OpConstantNull %int
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%36 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
%uint_0 = OpConstant %uint 0
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_0 = OpConstant %int 0
%bool = OpTypeBool
%_ptr_Private_float = OpTypePointer Private %float
%_ptr_Uniform_float = OpTypePointer Uniform %float
%v3float = OpTypeVector %float 3
%75 = OpConstantComposite %v3float %float_1 %float_1 %float_1
%main_out = OpTypeStruct %v4float
%80 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %27
%30 = OpLabel
%i = OpVariable %_ptr_Function_int Function %33
OpStore %x_GLF_color %36
%40 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_1
%41 = OpLoad %int %40
OpStore %i %41
OpBranch %42
%42 = OpLabel
OpLoopMerge %43 %44 None
OpBranch %45
%45 = OpLabel
%46 = OpLoad %int %i
%48 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_0
%49 = OpLoad %int %48
%50 = OpSLessThan %bool %46 %49
OpSelectionMerge %52 None
OpBranchConditional %50 %53 %54
%53 = OpLabel
OpBranch %52
%54 = OpLabel
OpBranch %43
%52 = OpLabel
%55 = OpLoad %int %i
%56 = OpAccessChain %_ptr_Uniform_int %x_7 %uint_0 %int_1
%57 = OpLoad %int %56
%58 = OpINotEqual %bool %55 %57
OpSelectionMerge %59 None
OpBranchConditional %58 %60 %59
%60 = OpLabel
OpReturn
%59 = OpLabel
OpBranch %44
%44 = OpLabel
%61 = OpLoad %int %i
%62 = OpIAdd %int %61 %int_1
OpStore %i %62
OpBranch %42
%43 = OpLabel
%64 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1
%65 = OpLoad %float %64
%67 = OpAccessChain %_ptr_Uniform_float %x_9 %uint_0 %int_0
%68 = OpLoad %float %67
%69 = OpFOrdLessThan %bool %65 %68
OpSelectionMerge %70 None
OpBranchConditional %69 %71 %70
%71 = OpLabel
OpReturn
%70 = OpLabel
%72 = OpAccessChain %_ptr_Uniform_float %x_11 %uint_0 %uint_1
%73 = OpLoad %float %72
%76 = OpCompositeExtract %float %75 0
%77 = OpCompositeExtract %float %75 1
%78 = OpCompositeExtract %float %75 2
%79 = OpCompositeConstruct %v4float %76 %77 %78 %73
OpStore %x_GLF_color %79
OpReturn
OpFunctionEnd
%tint_symbol_3 = OpFunction %void None %80
%tint_symbol_1 = OpFunctionParameter %main_out
%84 = OpLabel
%85 = OpCompositeExtract %v4float %tint_symbol_1 0
OpStore %tint_symbol_2 %85
OpReturn
OpFunctionEnd
%main = OpFunction %void None %27
%87 = OpLabel
%88 = OpLoad %v4float %tint_symbol
OpStore %gl_FragCoord %88
%89 = OpFunctionCall %void %main_1
%91 = OpLoad %v4float %x_GLF_color
%92 = OpCompositeConstruct %main_out %91
%90 = OpFunctionCall %void %tint_symbol_3 %92
OpReturn
OpFunctionEnd