721a07f5f6
(This mirrors an optimization performed in the constant folder.) Expressions like `OpIEqual %20 %20` or `OpFUnordNotEqual %15 %15` can be replaced by `true` or `false` on sight. The GLSL spec makes it clear that checking for NaN is optional: 4.7.1 Range and Precision "... NaNs are not required to be generated. Support for signaling NaNs is not required and exceptions are never raised. Operations and built-in functions that operate on a NaN are not required to return a NaN as the result." Change-Id: I2e29b659a73582e9ade0eb61f70f7d362a007c50 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/531550 Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
284 lines
9.2 KiB
JavaScript
284 lines
9.2 KiB
JavaScript
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %_entrypoint_v "_entrypoint" %sk_FragColor %sk_Clockwise
|
|
OpExecutionMode %_entrypoint_v OriginUpperLeft
|
|
OpName %sk_FragColor "sk_FragColor"
|
|
OpName %sk_Clockwise "sk_Clockwise"
|
|
OpName %_UniformBuffer "_UniformBuffer"
|
|
OpMemberName %_UniformBuffer 0 "testInputs"
|
|
OpMemberName %_UniformBuffer 1 "colorGreen"
|
|
OpMemberName %_UniformBuffer 2 "colorRed"
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
|
OpName %main "main"
|
|
OpName %constGreen "constGreen"
|
|
OpName %expectedA "expectedA"
|
|
OpName %expectedB "expectedB"
|
|
OpDecorate %sk_FragColor RelaxedPrecision
|
|
OpDecorate %sk_FragColor Location 0
|
|
OpDecorate %sk_FragColor Index 0
|
|
OpDecorate %sk_Clockwise BuiltIn FrontFacing
|
|
OpMemberDecorate %_UniformBuffer 0 Offset 0
|
|
OpMemberDecorate %_UniformBuffer 0 RelaxedPrecision
|
|
OpMemberDecorate %_UniformBuffer 1 Offset 16
|
|
OpMemberDecorate %_UniformBuffer 1 RelaxedPrecision
|
|
OpMemberDecorate %_UniformBuffer 2 Offset 32
|
|
OpMemberDecorate %_UniformBuffer 2 RelaxedPrecision
|
|
OpDecorate %_UniformBuffer Block
|
|
OpDecorate %10 Binding 0
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %constGreen RelaxedPrecision
|
|
OpDecorate %expectedA RelaxedPrecision
|
|
OpDecorate %expectedB RelaxedPrecision
|
|
OpDecorate %41 RelaxedPrecision
|
|
OpDecorate %42 RelaxedPrecision
|
|
OpDecorate %49 RelaxedPrecision
|
|
OpDecorate %50 RelaxedPrecision
|
|
OpDecorate %51 RelaxedPrecision
|
|
OpDecorate %62 RelaxedPrecision
|
|
OpDecorate %63 RelaxedPrecision
|
|
OpDecorate %64 RelaxedPrecision
|
|
OpDecorate %74 RelaxedPrecision
|
|
OpDecorate %85 RelaxedPrecision
|
|
OpDecorate %92 RelaxedPrecision
|
|
OpDecorate %103 RelaxedPrecision
|
|
OpDecorate %104 RelaxedPrecision
|
|
OpDecorate %111 RelaxedPrecision
|
|
OpDecorate %112 RelaxedPrecision
|
|
OpDecorate %114 RelaxedPrecision
|
|
OpDecorate %122 RelaxedPrecision
|
|
OpDecorate %123 RelaxedPrecision
|
|
OpDecorate %125 RelaxedPrecision
|
|
OpDecorate %133 RelaxedPrecision
|
|
OpDecorate %143 RelaxedPrecision
|
|
OpDecorate %150 RelaxedPrecision
|
|
OpDecorate %163 RelaxedPrecision
|
|
OpDecorate %166 RelaxedPrecision
|
|
OpDecorate %167 RelaxedPrecision
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%sk_FragColor = OpVariable %_ptr_Output_v4float Output
|
|
%bool = OpTypeBool
|
|
%_ptr_Input_bool = OpTypePointer Input %bool
|
|
%sk_Clockwise = OpVariable %_ptr_Input_bool Input
|
|
%_UniformBuffer = OpTypeStruct %v4float %v4float %v4float
|
|
%_ptr_Uniform__UniformBuffer = OpTypePointer Uniform %_UniformBuffer
|
|
%10 = OpVariable %_ptr_Uniform__UniformBuffer Uniform
|
|
%void = OpTypeVoid
|
|
%15 = OpTypeFunction %void
|
|
%float_0 = OpConstant %float 0
|
|
%v2float = OpTypeVector %float 2
|
|
%19 = OpConstantComposite %v2float %float_0 %float_0
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%23 = OpTypeFunction %v4float %_ptr_Function_v2float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%float_1 = OpConstant %float 1
|
|
%29 = OpConstantComposite %v4float %float_0 %float_1 %float_0 %float_1
|
|
%31 = OpConstantComposite %v4float %float_0 %float_0 %float_1 %float_1
|
|
%33 = OpConstantComposite %v4float %float_1 %float_1 %float_0 %float_0
|
|
%false = OpConstantFalse %bool
|
|
%float_0_5 = OpConstant %float 0.5
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%47 = OpConstantComposite %v2float %float_0_5 %float_0_5
|
|
%v2bool = OpTypeVector %bool 2
|
|
%v3float = OpTypeVector %float 3
|
|
%60 = OpConstantComposite %v3float %float_0_5 %float_0_5 %float_0_5
|
|
%v3bool = OpTypeVector %bool 3
|
|
%72 = OpConstantComposite %v4float %float_0_5 %float_0_5 %float_0_5 %float_0_5
|
|
%v4bool = OpTypeVector %bool 4
|
|
%true = OpConstantTrue %bool
|
|
%91 = OpConstantComposite %v3float %float_0 %float_0 %float_1
|
|
%113 = OpConstantComposite %v2float %float_0 %float_1
|
|
%124 = OpConstantComposite %v3float %float_0 %float_1 %float_0
|
|
%142 = OpConstantComposite %v2float %float_1 %float_1
|
|
%149 = OpConstantComposite %v3float %float_1 %float_1 %float_0
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%_entrypoint_v = OpFunction %void None %15
|
|
%16 = OpLabel
|
|
%20 = OpVariable %_ptr_Function_v2float Function
|
|
OpStore %20 %19
|
|
%22 = OpFunctionCall %v4float %main %20
|
|
OpStore %sk_FragColor %22
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %v4float None %23
|
|
%24 = OpFunctionParameter %_ptr_Function_v2float
|
|
%25 = OpLabel
|
|
%constGreen = OpVariable %_ptr_Function_v4float Function
|
|
%expectedA = OpVariable %_ptr_Function_v4float Function
|
|
%expectedB = OpVariable %_ptr_Function_v4float Function
|
|
%157 = OpVariable %_ptr_Function_v4float Function
|
|
OpStore %constGreen %29
|
|
OpStore %expectedA %31
|
|
OpStore %expectedB %33
|
|
%37 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%41 = OpLoad %v4float %37
|
|
%42 = OpCompositeExtract %float %41 0
|
|
%35 = OpExtInst %float %1 Step %float_0_5 %42
|
|
%43 = OpFOrdEqual %bool %35 %float_0
|
|
OpSelectionMerge %45 None
|
|
OpBranchConditional %43 %44 %45
|
|
%44 = OpLabel
|
|
%48 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%49 = OpLoad %v4float %48
|
|
%50 = OpVectorShuffle %v2float %49 %49 0 1
|
|
%46 = OpExtInst %v2float %1 Step %47 %50
|
|
%51 = OpVectorShuffle %v2float %31 %31 0 1
|
|
%52 = OpFOrdEqual %v2bool %46 %51
|
|
%54 = OpAll %bool %52
|
|
OpBranch %45
|
|
%45 = OpLabel
|
|
%55 = OpPhi %bool %false %25 %54 %44
|
|
OpSelectionMerge %57 None
|
|
OpBranchConditional %55 %56 %57
|
|
%56 = OpLabel
|
|
%61 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%62 = OpLoad %v4float %61
|
|
%63 = OpVectorShuffle %v3float %62 %62 0 1 2
|
|
%58 = OpExtInst %v3float %1 Step %60 %63
|
|
%64 = OpVectorShuffle %v3float %31 %31 0 1 2
|
|
%65 = OpFOrdEqual %v3bool %58 %64
|
|
%67 = OpAll %bool %65
|
|
OpBranch %57
|
|
%57 = OpLabel
|
|
%68 = OpPhi %bool %false %45 %67 %56
|
|
OpSelectionMerge %70 None
|
|
OpBranchConditional %68 %69 %70
|
|
%69 = OpLabel
|
|
%73 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%74 = OpLoad %v4float %73
|
|
%71 = OpExtInst %v4float %1 Step %72 %74
|
|
%75 = OpFOrdEqual %v4bool %71 %31
|
|
%77 = OpAll %bool %75
|
|
OpBranch %70
|
|
%70 = OpLabel
|
|
%78 = OpPhi %bool %false %57 %77 %69
|
|
OpSelectionMerge %80 None
|
|
OpBranchConditional %78 %79 %80
|
|
%79 = OpLabel
|
|
OpBranch %80
|
|
%80 = OpLabel
|
|
%82 = OpPhi %bool %false %70 %true %79
|
|
OpSelectionMerge %84 None
|
|
OpBranchConditional %82 %83 %84
|
|
%83 = OpLabel
|
|
%85 = OpVectorShuffle %v2float %31 %31 0 1
|
|
%86 = OpFOrdEqual %v2bool %19 %85
|
|
%87 = OpAll %bool %86
|
|
OpBranch %84
|
|
%84 = OpLabel
|
|
%88 = OpPhi %bool %false %80 %87 %83
|
|
OpSelectionMerge %90 None
|
|
OpBranchConditional %88 %89 %90
|
|
%89 = OpLabel
|
|
%92 = OpVectorShuffle %v3float %31 %31 0 1 2
|
|
%93 = OpFOrdEqual %v3bool %91 %92
|
|
%94 = OpAll %bool %93
|
|
OpBranch %90
|
|
%90 = OpLabel
|
|
%95 = OpPhi %bool %false %84 %94 %89
|
|
OpSelectionMerge %97 None
|
|
OpBranchConditional %95 %96 %97
|
|
%96 = OpLabel
|
|
OpBranch %97
|
|
%97 = OpLabel
|
|
%98 = OpPhi %bool %false %90 %true %96
|
|
OpSelectionMerge %100 None
|
|
OpBranchConditional %98 %99 %100
|
|
%99 = OpLabel
|
|
%102 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%103 = OpLoad %v4float %102
|
|
%104 = OpCompositeExtract %float %103 0
|
|
%101 = OpExtInst %float %1 Step %104 %float_0
|
|
%105 = OpFOrdEqual %bool %101 %float_1
|
|
OpBranch %100
|
|
%100 = OpLabel
|
|
%106 = OpPhi %bool %false %97 %105 %99
|
|
OpSelectionMerge %108 None
|
|
OpBranchConditional %106 %107 %108
|
|
%107 = OpLabel
|
|
%110 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%111 = OpLoad %v4float %110
|
|
%112 = OpVectorShuffle %v2float %111 %111 0 1
|
|
%109 = OpExtInst %v2float %1 Step %112 %113
|
|
%114 = OpVectorShuffle %v2float %33 %33 0 1
|
|
%115 = OpFOrdEqual %v2bool %109 %114
|
|
%116 = OpAll %bool %115
|
|
OpBranch %108
|
|
%108 = OpLabel
|
|
%117 = OpPhi %bool %false %100 %116 %107
|
|
OpSelectionMerge %119 None
|
|
OpBranchConditional %117 %118 %119
|
|
%118 = OpLabel
|
|
%121 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%122 = OpLoad %v4float %121
|
|
%123 = OpVectorShuffle %v3float %122 %122 0 1 2
|
|
%120 = OpExtInst %v3float %1 Step %123 %124
|
|
%125 = OpVectorShuffle %v3float %33 %33 0 1 2
|
|
%126 = OpFOrdEqual %v3bool %120 %125
|
|
%127 = OpAll %bool %126
|
|
OpBranch %119
|
|
%119 = OpLabel
|
|
%128 = OpPhi %bool %false %108 %127 %118
|
|
OpSelectionMerge %130 None
|
|
OpBranchConditional %128 %129 %130
|
|
%129 = OpLabel
|
|
%132 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%133 = OpLoad %v4float %132
|
|
%131 = OpExtInst %v4float %1 Step %133 %29
|
|
%134 = OpFOrdEqual %v4bool %131 %33
|
|
%135 = OpAll %bool %134
|
|
OpBranch %130
|
|
%130 = OpLabel
|
|
%136 = OpPhi %bool %false %119 %135 %129
|
|
OpSelectionMerge %138 None
|
|
OpBranchConditional %136 %137 %138
|
|
%137 = OpLabel
|
|
OpBranch %138
|
|
%138 = OpLabel
|
|
%139 = OpPhi %bool %false %130 %true %137
|
|
OpSelectionMerge %141 None
|
|
OpBranchConditional %139 %140 %141
|
|
%140 = OpLabel
|
|
%143 = OpVectorShuffle %v2float %33 %33 0 1
|
|
%144 = OpFOrdEqual %v2bool %142 %143
|
|
%145 = OpAll %bool %144
|
|
OpBranch %141
|
|
%141 = OpLabel
|
|
%146 = OpPhi %bool %false %138 %145 %140
|
|
OpSelectionMerge %148 None
|
|
OpBranchConditional %146 %147 %148
|
|
%147 = OpLabel
|
|
%150 = OpVectorShuffle %v3float %33 %33 0 1 2
|
|
%151 = OpFOrdEqual %v3bool %149 %150
|
|
%152 = OpAll %bool %151
|
|
OpBranch %148
|
|
%148 = OpLabel
|
|
%153 = OpPhi %bool %false %141 %152 %147
|
|
OpSelectionMerge %155 None
|
|
OpBranchConditional %153 %154 %155
|
|
%154 = OpLabel
|
|
OpBranch %155
|
|
%155 = OpLabel
|
|
%156 = OpPhi %bool %false %148 %true %154
|
|
OpSelectionMerge %160 None
|
|
OpBranchConditional %156 %158 %159
|
|
%158 = OpLabel
|
|
%161 = OpAccessChain %_ptr_Uniform_v4float %10 %int_1
|
|
%163 = OpLoad %v4float %161
|
|
OpStore %157 %163
|
|
OpBranch %160
|
|
%159 = OpLabel
|
|
%164 = OpAccessChain %_ptr_Uniform_v4float %10 %int_2
|
|
%166 = OpLoad %v4float %164
|
|
OpStore %157 %166
|
|
OpBranch %160
|
|
%160 = OpLabel
|
|
%167 = OpLoad %v4float %157
|
|
OpReturnValue %167
|
|
OpFunctionEnd
|