244 lines
10 KiB
Plaintext
244 lines
10 KiB
Plaintext
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 %pointInTriangle_vf2_vf2_vf2_vf2_ "pointInTriangle(vf2;vf2;vf2;vf2;"
|
|
OpName %p "p"
|
|
OpName %a "a"
|
|
OpName %b "b"
|
|
OpName %c "c"
|
|
OpName %param "param"
|
|
OpName %param_0 "param"
|
|
OpName %param_1 "param"
|
|
OpName %param_2 "param"
|
|
OpName %param_3 "param"
|
|
OpName %param_4 "param"
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "resolution"
|
|
OpName %_ ""
|
|
OpName %param_5 "param"
|
|
OpName %param_6 "param"
|
|
OpName %param_7 "param"
|
|
OpName %param_8 "param"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpDecorate %gl_FragCoord BuiltIn FragCoord
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%23 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v2float = OpTypeVector %float 2
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%int = OpTypeInt 32 1
|
|
%28 = OpTypeFunction %int %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float %_ptr_Function_v2float
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%uint_1 = OpConstant %uint 1
|
|
%bool = OpTypeBool
|
|
%float_0 = OpConstant %float 0
|
|
%int_0 = OpConstant %int 0
|
|
%int_1 = OpConstant %int 1
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%buf0 = OpTypeStruct %v2float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%_ptr_Uniform_v2float = OpTypePointer Uniform %v2float
|
|
%float_0_699999988 = OpConstant %float 0.699999988
|
|
%float_0_300000012 = OpConstant %float 0.300000012
|
|
%43 = OpConstantComposite %v2float %float_0_699999988 %float_0_300000012
|
|
%float_0_5 = OpConstant %float 0.5
|
|
%float_0_899999976 = OpConstant %float 0.899999976
|
|
%46 = OpConstantComposite %v2float %float_0_5 %float_0_899999976
|
|
%float_0_100000001 = OpConstant %float 0.100000001
|
|
%float_0_400000006 = OpConstant %float 0.400000006
|
|
%49 = OpConstantComposite %v2float %float_0_100000001 %float_0_400000006
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%float_1 = OpConstant %float 1
|
|
%52 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%53 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_1
|
|
%main = OpFunction %void None %23
|
|
%54 = OpLabel
|
|
%param_5 = OpVariable %_ptr_Function_v2float Function
|
|
%param_6 = OpVariable %_ptr_Function_v2float Function
|
|
%param_7 = OpVariable %_ptr_Function_v2float Function
|
|
%param_8 = OpVariable %_ptr_Function_v2float Function
|
|
%55 = OpLoad %v4float %gl_FragCoord
|
|
%56 = OpVectorShuffle %v2float %55 %55 0 1
|
|
%57 = OpAccessChain %_ptr_Uniform_v2float %_ %int_0
|
|
%58 = OpLoad %v2float %57
|
|
%59 = OpFDiv %v2float %56 %58
|
|
OpStore %param_5 %59
|
|
OpStore %param_6 %43
|
|
OpStore %param_7 %46
|
|
OpStore %param_8 %49
|
|
%60 = OpFunctionCall %int %pointInTriangle_vf2_vf2_vf2_vf2_ %param_5 %param_6 %param_7 %param_8
|
|
%61 = OpIEqual %bool %60 %int_1
|
|
OpSelectionMerge %62 None
|
|
OpBranchConditional %61 %63 %64
|
|
%63 = OpLabel
|
|
OpStore %_GLF_color %52
|
|
OpBranch %62
|
|
%64 = OpLabel
|
|
OpStore %_GLF_color %53
|
|
OpBranch %62
|
|
%62 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%pointInTriangle_vf2_vf2_vf2_vf2_ = OpFunction %int None %28
|
|
%p = OpFunctionParameter %_ptr_Function_v2float
|
|
%a = OpFunctionParameter %_ptr_Function_v2float
|
|
%b = OpFunctionParameter %_ptr_Function_v2float
|
|
%c = OpFunctionParameter %_ptr_Function_v2float
|
|
%65 = OpLabel
|
|
%66 = OpVariable %_ptr_Function_float Function
|
|
%67 = OpVariable %_ptr_Function_float Function
|
|
%68 = OpVariable %_ptr_Function_float Function
|
|
%param = OpVariable %_ptr_Function_v2float Function
|
|
%param_0 = OpVariable %_ptr_Function_v2float Function
|
|
%param_1 = OpVariable %_ptr_Function_v2float Function
|
|
%param_2 = OpVariable %_ptr_Function_v2float Function
|
|
%param_3 = OpVariable %_ptr_Function_v2float Function
|
|
%param_4 = OpVariable %_ptr_Function_v2float Function
|
|
%69 = OpAccessChain %_ptr_Function_float %p %uint_0
|
|
%70 = OpLoad %float %69
|
|
%71 = OpAccessChain %_ptr_Function_float %a %uint_0
|
|
%72 = OpLoad %float %71
|
|
%73 = OpFSub %float %70 %72
|
|
%74 = OpAccessChain %_ptr_Function_float %p %uint_1
|
|
%75 = OpLoad %float %74
|
|
%76 = OpAccessChain %_ptr_Function_float %a %uint_1
|
|
%77 = OpLoad %float %76
|
|
%78 = OpFSub %float %75 %77
|
|
%79 = OpCompositeConstruct %v2float %73 %78
|
|
%80 = OpAccessChain %_ptr_Function_float %b %uint_0
|
|
%81 = OpLoad %float %80
|
|
%82 = OpLoad %float %71
|
|
%83 = OpFSub %float %81 %82
|
|
%84 = OpAccessChain %_ptr_Function_float %b %uint_1
|
|
%85 = OpLoad %float %84
|
|
%86 = OpLoad %float %76
|
|
%87 = OpFSub %float %85 %86
|
|
%88 = OpCompositeConstruct %v2float %83 %87
|
|
OpStore %param %79
|
|
OpStore %param_0 %88
|
|
%89 = OpAccessChain %_ptr_Function_float %param %uint_0
|
|
%90 = OpLoad %float %89
|
|
%91 = OpAccessChain %_ptr_Function_float %param_0 %uint_1
|
|
%92 = OpLoad %float %91
|
|
%93 = OpFMul %float %90 %92
|
|
%94 = OpAccessChain %_ptr_Function_float %param_0 %uint_0
|
|
%95 = OpLoad %float %94
|
|
%96 = OpAccessChain %_ptr_Function_float %param %uint_1
|
|
%97 = OpLoad %float %96
|
|
%98 = OpFMul %float %95 %97
|
|
%99 = OpFSub %float %93 %98
|
|
OpStore %68 %99
|
|
%100 = OpLoad %float %69
|
|
%101 = OpLoad %float %80
|
|
%102 = OpFSub %float %100 %101
|
|
%103 = OpLoad %float %74
|
|
%104 = OpLoad %float %84
|
|
%105 = OpFSub %float %103 %104
|
|
%106 = OpCompositeConstruct %v2float %102 %105
|
|
%107 = OpAccessChain %_ptr_Function_float %c %uint_0
|
|
%108 = OpLoad %float %107
|
|
%109 = OpLoad %float %80
|
|
%110 = OpFSub %float %108 %109
|
|
%111 = OpAccessChain %_ptr_Function_float %c %uint_1
|
|
%112 = OpLoad %float %111
|
|
%113 = OpLoad %float %84
|
|
%114 = OpFSub %float %112 %113
|
|
%115 = OpCompositeConstruct %v2float %110 %114
|
|
OpStore %param_1 %106
|
|
OpStore %param_2 %115
|
|
%116 = OpAccessChain %_ptr_Function_float %param_1 %uint_0
|
|
%117 = OpLoad %float %116
|
|
%118 = OpAccessChain %_ptr_Function_float %param_2 %uint_1
|
|
%119 = OpLoad %float %118
|
|
%120 = OpFMul %float %117 %119
|
|
%121 = OpAccessChain %_ptr_Function_float %param_2 %uint_0
|
|
%122 = OpLoad %float %121
|
|
%123 = OpAccessChain %_ptr_Function_float %param_1 %uint_1
|
|
%124 = OpLoad %float %123
|
|
%125 = OpFMul %float %122 %124
|
|
%126 = OpFSub %float %120 %125
|
|
OpStore %67 %126
|
|
%127 = OpFOrdLessThan %bool %99 %float_0
|
|
%128 = OpFOrdLessThan %bool %126 %float_0
|
|
%129 = OpLogicalAnd %bool %127 %128
|
|
%130 = OpLogicalNot %bool %129
|
|
OpSelectionMerge %131 None
|
|
OpBranchConditional %130 %132 %131
|
|
%132 = OpLabel
|
|
%133 = OpFOrdGreaterThanEqual %bool %99 %float_0
|
|
%134 = OpFOrdGreaterThanEqual %bool %126 %float_0
|
|
%135 = OpLogicalAnd %bool %133 %134
|
|
OpBranch %131
|
|
%131 = OpLabel
|
|
%136 = OpPhi %bool %129 %65 %135 %132
|
|
%137 = OpLogicalNot %bool %136
|
|
OpSelectionMerge %138 None
|
|
OpBranchConditional %137 %139 %138
|
|
%139 = OpLabel
|
|
OpReturnValue %int_0
|
|
%138 = OpLabel
|
|
%140 = OpLoad %float %69
|
|
%141 = OpLoad %float %107
|
|
%142 = OpFSub %float %140 %141
|
|
%143 = OpLoad %float %74
|
|
%144 = OpLoad %float %111
|
|
%145 = OpFSub %float %143 %144
|
|
%146 = OpCompositeConstruct %v2float %142 %145
|
|
%147 = OpLoad %float %71
|
|
%148 = OpLoad %float %107
|
|
%149 = OpFSub %float %147 %148
|
|
%150 = OpLoad %float %76
|
|
%151 = OpLoad %float %111
|
|
%152 = OpFSub %float %150 %151
|
|
%153 = OpCompositeConstruct %v2float %149 %152
|
|
OpStore %param_3 %146
|
|
OpStore %param_4 %153
|
|
%154 = OpAccessChain %_ptr_Function_float %param_3 %uint_0
|
|
%155 = OpLoad %float %154
|
|
%156 = OpAccessChain %_ptr_Function_float %param_4 %uint_1
|
|
%157 = OpLoad %float %156
|
|
%158 = OpFMul %float %155 %157
|
|
%159 = OpAccessChain %_ptr_Function_float %param_4 %uint_0
|
|
%160 = OpLoad %float %159
|
|
%161 = OpAccessChain %_ptr_Function_float %param_3 %uint_1
|
|
%162 = OpLoad %float %161
|
|
%163 = OpFMul %float %160 %162
|
|
%164 = OpFSub %float %158 %163
|
|
OpStore %66 %164
|
|
%165 = OpFOrdLessThan %bool %164 %float_0
|
|
%166 = OpLogicalAnd %bool %127 %165
|
|
%167 = OpLogicalNot %bool %166
|
|
OpSelectionMerge %168 None
|
|
OpBranchConditional %167 %169 %168
|
|
%169 = OpLabel
|
|
%170 = OpFOrdGreaterThanEqual %bool %99 %float_0
|
|
%171 = OpFOrdGreaterThanEqual %bool %164 %float_0
|
|
%172 = OpLogicalAnd %bool %170 %171
|
|
OpBranch %168
|
|
%168 = OpLabel
|
|
%173 = OpPhi %bool %166 %138 %172 %169
|
|
%174 = OpLogicalNot %bool %173
|
|
OpSelectionMerge %175 None
|
|
OpBranchConditional %174 %176 %175
|
|
%176 = OpLabel
|
|
OpReturnValue %int_0
|
|
%175 = OpLabel
|
|
OpReturnValue %int_1
|
|
OpFunctionEnd
|