blob: 8425cb22b50f72a14e4778701dca4f77d4d85998 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 139
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %buf0 "buf0"
OpMemberName %buf0 0 "x_GLF_uniform_int_values"
OpName %x_6 "x_6"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %arr "arr"
OpName %index "index"
OpName %x_76 "x_76"
OpName %x_86 "x_86"
OpName %x_77_phi "x_77_phi"
OpName %x_87_phi "x_87_phi"
OpName %x_51 "x_51"
OpName %x_52_phi "x_52_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 %buf0 Block
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %_arr_int_uint_6 ArrayStride 16
OpDecorate %x_6 NonWritable
OpDecorate %x_6 DescriptorSet 0
OpDecorate %x_6 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpDecorate %_arr_int_uint_3 ArrayStride 4
OpMemberDecorate %main_out 0 Offset 0
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_6 = OpConstant %uint 6
%_arr_int_uint_6 = OpTypeArray %int %uint_6
%buf0 = OpTypeStruct %_arr_int_uint_6
%_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
%12 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12
%void = OpTypeVoid
%15 = OpTypeFunction %void
%uint_3 = OpConstant %uint 3
%_arr_int_uint_3 = OpTypeArray %int %uint_3
%_ptr_Function__arr_int_uint_3 = OpTypePointer Function %_arr_int_uint_3
%23 = OpConstantNull %_arr_int_uint_3
%_ptr_Function_int = OpTypePointer Function %int
%26 = OpConstantNull %int
%bool = OpTypeBool
%_ptr_Function_bool = OpTypePointer Function %bool
%30 = OpConstantNull %bool
%uint_0 = OpConstant %uint 0
%int_3 = OpConstant %int 3
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_5 = OpConstant %int 5
%int_2 = OpConstant %int 2
%int_1 = OpConstant %int 1
%true = OpConstantTrue %bool
%int_0 = OpConstant %int 0
%int_4 = OpConstant %int 4
%main_out = OpTypeStruct %v4float
%127 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %15
%18 = OpLabel
%arr = OpVariable %_ptr_Function__arr_int_uint_3 Function %23
%index = OpVariable %_ptr_Function_int Function %26
%x_76 = OpVariable %_ptr_Function_bool Function %30
%x_86 = OpVariable %_ptr_Function_bool Function %30
%x_77_phi = OpVariable %_ptr_Function_bool Function %30
%x_87_phi = OpVariable %_ptr_Function_bool Function %30
%x_51 = OpVariable %_ptr_Function_bool Function %30
%x_52_phi = OpVariable %_ptr_Function_bool Function %30
%37 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%38 = OpLoad %int %37
%40 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_5
%41 = OpLoad %int %40
%43 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%44 = OpLoad %int %43
%45 = OpCompositeConstruct %_arr_int_uint_3 %38 %41 %44
OpStore %arr %45
OpStore %index %int_1
OpBranch %47
%47 = OpLabel
OpLoopMerge %48 %49 None
OpBranch %50
%50 = OpLabel
OpStore %x_52_phi %true
OpSelectionMerge %54 None
OpBranchConditional %true %55 %54
%55 = OpLabel
%57 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%58 = OpLoad %int %57
%59 = OpLoad %int %index
%61 = OpIEqual %bool %58 %int_1
%62 = OpSLessThanEqual %bool %59 %int_1
%63 = OpLogicalAnd %bool %61 %62
%60 = OpLogicalNot %bool %63
OpStore %x_51 %60
%64 = OpLoad %bool %x_51
OpStore %x_52_phi %64
OpBranch %54
%54 = OpLabel
%65 = OpLoad %bool %x_52_phi
%66 = OpLogicalNot %bool %65
OpSelectionMerge %67 None
OpBranchConditional %66 %68 %69
%68 = OpLabel
OpBranch %67
%69 = OpLabel
OpBranch %48
%67 = OpLabel
%70 = OpLoad %int %index
%71 = OpAccessChain %_ptr_Function_int %arr %70
%72 = OpLoad %int %71
%73 = OpAccessChain %_ptr_Function_int %arr %70
%74 = OpIAdd %int %72 %int_1
OpStore %73 %74
%75 = OpLoad %int %index
%76 = OpIAdd %int %75 %int_1
OpStore %index %76
OpBranch %49
%49 = OpLabel
OpBranch %47
%48 = OpLabel
%77 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%78 = OpLoad %int %77
%79 = OpAccessChain %_ptr_Function_int %arr %78
%80 = OpLoad %int %79
%81 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%82 = OpLoad %int %81
%83 = OpIEqual %bool %80 %82
OpStore %x_77_phi %83
OpSelectionMerge %84 None
OpBranchConditional %83 %85 %84
%85 = OpLabel
%86 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%87 = OpLoad %int %86
%88 = OpAccessChain %_ptr_Function_int %arr %87
%89 = OpLoad %int %88
%91 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4
%92 = OpLoad %int %91
%93 = OpIEqual %bool %89 %92
OpStore %x_76 %93
%94 = OpLoad %bool %x_76
OpStore %x_77_phi %94
OpBranch %84
%84 = OpLabel
%95 = OpLoad %bool %x_77_phi
OpStore %x_87_phi %95
OpSelectionMerge %96 None
OpBranchConditional %95 %97 %96
%97 = OpLabel
%98 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%99 = OpLoad %int %98
%100 = OpAccessChain %_ptr_Function_int %arr %99
%101 = OpLoad %int %100
%102 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%103 = OpLoad %int %102
%104 = OpIEqual %bool %101 %103
OpStore %x_86 %104
%105 = OpLoad %bool %x_86
OpStore %x_87_phi %105
OpBranch %96
%96 = OpLabel
%106 = OpLoad %bool %x_87_phi
OpSelectionMerge %107 None
OpBranchConditional %106 %108 %109
%108 = OpLabel
%110 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%111 = OpLoad %int %110
%112 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%113 = OpLoad %int %112
%114 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%115 = OpLoad %int %114
%116 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%117 = OpLoad %int %116
%118 = OpConvertSToF %float %111
%119 = OpConvertSToF %float %113
%120 = OpConvertSToF %float %115
%121 = OpConvertSToF %float %117
%122 = OpCompositeConstruct %v4float %118 %119 %120 %121
OpStore %x_GLF_color %122
OpBranch %107
%109 = OpLabel
%123 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%124 = OpLoad %int %123
%125 = OpConvertSToF %float %124
%126 = OpCompositeConstruct %v4float %125 %125 %125 %125
OpStore %x_GLF_color %126
OpBranch %107
%107 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %127
%tint_symbol = OpFunctionParameter %main_out
%131 = OpLabel
%132 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %132
OpReturn
OpFunctionEnd
%main = OpFunction %void None %15
%134 = OpLabel
%135 = OpFunctionCall %void %main_1
%137 = OpLoad %v4float %x_GLF_color
%138 = OpCompositeConstruct %main_out %137
%136 = OpFunctionCall %void %tint_symbol_2 %138
OpReturn
OpFunctionEnd