blob: fcb25ef776bfc812f6e53886bb89f04772526634 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %m23 "m23"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %i "i"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpName %gl_FragCoord "gl_FragCoord"
OpName %_GLF_color "_GLF_color"
OpDecorate %_arr_float_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 1
OpDecorate %_arr_int_uint_4 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%14 = OpTypeFunction %void
%float = OpTypeFloat 32
%v3float = OpTypeVector %float 3
%mat2v3float = OpTypeMatrix %v3float 2
%_ptr_Function_mat2v3float = OpTypePointer Function %mat2v3float
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%_arr_float_uint_2 = OpTypeArray %float %uint_2
%buf1 = OpTypeStruct %_arr_float_uint_2
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%_ptr_Uniform_float = OpTypePointer Uniform %float
%float_1 = OpConstant %float 1
%float_0 = OpConstant %float 0
%_ptr_Function_int = OpTypePointer Function %int
%uint_4 = OpConstant %uint 4
%_arr_int_uint_4 = OpTypeArray %int %uint_4
%buf0 = OpTypeStruct %_arr_int_uint_4
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%int_3 = OpConstant %int 3
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%int_2 = OpConstant %int 2
%_ptr_Function_float = OpTypePointer Function %float
%v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
%uint_1 = OpConstant %uint 1
%_ptr_Input_float = OpTypePointer Input %float
%true = OpConstantTrue %bool
%uint_0 = OpConstant %uint 0
%v3bool = OpTypeVector %bool 3
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%main = OpFunction %void None %14
%44 = OpLabel
%m23 = OpVariable %_ptr_Function_mat2v3float Function
%i = OpVariable %_ptr_Function_int Function
%45 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%46 = OpLoad %float %45
%47 = OpCompositeConstruct %v3float %46 %float_0 %float_0
%48 = OpCompositeConstruct %v3float %float_0 %46 %float_0
%49 = OpCompositeConstruct %mat2v3float %47 %48
OpStore %m23 %49
OpStore %i %int_1
OpBranch %50
%50 = OpLabel
OpLoopMerge %51 %52 None
OpBranch %53
%53 = OpLabel
%54 = OpLoad %int %i
%55 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_3
%56 = OpLoad %int %55
%57 = OpSLessThan %bool %54 %56
OpBranchConditional %57 %58 %51
%58 = OpLabel
%59 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%60 = OpLoad %int %59
%61 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%62 = OpLoad %int %61
%63 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%64 = OpLoad %float %63
%65 = OpAccessChain %_ptr_Function_float %m23 %60 %62
%66 = OpLoad %float %65
%67 = OpFAdd %float %66 %64
%68 = OpAccessChain %_ptr_Function_float %m23 %60 %62
OpStore %68 %67
%69 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
%70 = OpLoad %float %69
%71 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%72 = OpLoad %float %71
%73 = OpFOrdLessThan %bool %70 %72
OpSelectionMerge %74 None
OpBranchConditional %73 %75 %74
%75 = OpLabel
OpBranch %74
%74 = OpLabel
OpSelectionMerge %76 None
OpBranchConditional %true %77 %76
%77 = OpLabel
%78 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
%79 = OpLoad %float %78
%80 = OpFOrdLessThan %bool %79 %float_0
OpBranch %76
%76 = OpLabel
%81 = OpPhi %bool %true %74 %80 %77
%82 = OpLogicalNot %bool %81
OpSelectionMerge %83 None
OpBranchConditional %82 %84 %83
%84 = OpLabel
OpBranch %51
%83 = OpLabel
OpBranch %52
%52 = OpLabel
%85 = OpLoad %int %i
%86 = OpIAdd %int %85 %int_1
OpStore %i %86
OpBranch %50
%51 = OpLabel
%87 = OpLoad %mat2v3float %m23
%88 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%89 = OpLoad %int %88
%90 = OpConvertSToF %float %89
%91 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%92 = OpLoad %int %91
%93 = OpConvertSToF %float %92
%94 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%95 = OpLoad %int %94
%96 = OpConvertSToF %float %95
%97 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%98 = OpLoad %int %97
%99 = OpConvertSToF %float %98
%100 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%101 = OpLoad %int %100
%102 = OpConvertSToF %float %101
%103 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%104 = OpLoad %int %103
%105 = OpConvertSToF %float %104
%106 = OpCompositeConstruct %v3float %90 %93 %96
%107 = OpCompositeConstruct %v3float %99 %102 %105
%108 = OpCompositeConstruct %mat2v3float %106 %107
%109 = OpCompositeExtract %v3float %87 0
%110 = OpCompositeExtract %v3float %108 0
%111 = OpFOrdEqual %v3bool %109 %110
%112 = OpAll %bool %111
%113 = OpCompositeExtract %v3float %87 1
%114 = OpCompositeExtract %v3float %108 1
%115 = OpFOrdEqual %v3bool %113 %114
%116 = OpAll %bool %115
%117 = OpLogicalAnd %bool %112 %116
OpSelectionMerge %118 None
OpBranchConditional %117 %119 %120
%119 = OpLabel
%121 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%122 = OpLoad %int %121
%123 = OpConvertSToF %float %122
%124 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%125 = OpLoad %int %124
%126 = OpConvertSToF %float %125
%127 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%128 = OpLoad %int %127
%129 = OpConvertSToF %float %128
%130 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%131 = OpLoad %int %130
%132 = OpConvertSToF %float %131
%133 = OpCompositeConstruct %v4float %123 %126 %129 %132
OpStore %_GLF_color %133
OpBranch %118
%120 = OpLabel
%134 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%135 = OpLoad %int %134
%136 = OpConvertSToF %float %135
%137 = OpCompositeConstruct %v4float %136 %136 %136 %136
OpStore %_GLF_color %137
OpBranch %118
%118 = OpLabel
OpReturn
OpFunctionEnd