ffc9dec755
We now have two functions `writeOpLoad` and `writeOpStore` which are in charge of writing SpvOpLoad and SpvOpStore instructions. `writeOpStore` also keeps track of pointer stores in a "store cache." Subsequent loads from that same pointer will be found in the cache and will return the value stored in that pointer instead. Such a cache definitely cannot work in the face of control flow, so we make the following concessions: - `pruneReachableOps` is now `pruneConditionalOps`. Any pointers that are altered inside a potentially-unreachable block are cleared from the cache entirely. - The entire store cache is cleared at all OpLabels within a loop. The cache also cannot work in the presence of swizzled stores, so we make another significant concession: - The entire store cache is cleared whenever we store into a non-memory pointer (e.g., assigning into a swizzled LValue, such as `foo.xz`). Despite these significant limitations, this manages to dramatically shrink many real-world examples. Change-Id: I0981a0cf7b45b064e153e9ada271494c8e00cad5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/530054 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: John Stiles <johnstiles@google.com> Auto-Submit: John Stiles <johnstiles@google.com>
381 lines
13 KiB
JavaScript
381 lines
13 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 "colorGreen"
|
|
OpName %_entrypoint_v "_entrypoint_v"
|
|
OpName %main "main"
|
|
OpName %huge "huge"
|
|
OpName %hugeI "hugeI"
|
|
OpName %hugeU "hugeU"
|
|
OpName %hugeS "hugeS"
|
|
OpName %hugeUS "hugeUS"
|
|
OpName %hugeNI "hugeNI"
|
|
OpName %hugeNS "hugeNS"
|
|
OpName %i4 "i4"
|
|
OpName %hugeIvec "hugeIvec"
|
|
OpName %u4 "u4"
|
|
OpName %hugeUvec "hugeUvec"
|
|
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
|
|
OpDecorate %_UniformBuffer Block
|
|
OpDecorate %10 Binding 0
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %huge RelaxedPrecision
|
|
OpDecorate %hugeS RelaxedPrecision
|
|
OpDecorate %91 RelaxedPrecision
|
|
OpDecorate %92 RelaxedPrecision
|
|
OpDecorate %93 RelaxedPrecision
|
|
OpDecorate %94 RelaxedPrecision
|
|
OpDecorate %95 RelaxedPrecision
|
|
OpDecorate %96 RelaxedPrecision
|
|
OpDecorate %97 RelaxedPrecision
|
|
OpDecorate %98 RelaxedPrecision
|
|
OpDecorate %99 RelaxedPrecision
|
|
OpDecorate %100 RelaxedPrecision
|
|
OpDecorate %101 RelaxedPrecision
|
|
OpDecorate %102 RelaxedPrecision
|
|
OpDecorate %103 RelaxedPrecision
|
|
OpDecorate %104 RelaxedPrecision
|
|
OpDecorate %105 RelaxedPrecision
|
|
OpDecorate %106 RelaxedPrecision
|
|
OpDecorate %107 RelaxedPrecision
|
|
OpDecorate %hugeUS RelaxedPrecision
|
|
OpDecorate %110 RelaxedPrecision
|
|
OpDecorate %111 RelaxedPrecision
|
|
OpDecorate %112 RelaxedPrecision
|
|
OpDecorate %113 RelaxedPrecision
|
|
OpDecorate %114 RelaxedPrecision
|
|
OpDecorate %115 RelaxedPrecision
|
|
OpDecorate %116 RelaxedPrecision
|
|
OpDecorate %117 RelaxedPrecision
|
|
OpDecorate %118 RelaxedPrecision
|
|
OpDecorate %119 RelaxedPrecision
|
|
OpDecorate %120 RelaxedPrecision
|
|
OpDecorate %121 RelaxedPrecision
|
|
OpDecorate %122 RelaxedPrecision
|
|
OpDecorate %123 RelaxedPrecision
|
|
OpDecorate %124 RelaxedPrecision
|
|
OpDecorate %125 RelaxedPrecision
|
|
OpDecorate %hugeNS RelaxedPrecision
|
|
OpDecorate %149 RelaxedPrecision
|
|
OpDecorate %150 RelaxedPrecision
|
|
OpDecorate %151 RelaxedPrecision
|
|
OpDecorate %152 RelaxedPrecision
|
|
OpDecorate %153 RelaxedPrecision
|
|
OpDecorate %154 RelaxedPrecision
|
|
OpDecorate %155 RelaxedPrecision
|
|
OpDecorate %156 RelaxedPrecision
|
|
OpDecorate %157 RelaxedPrecision
|
|
OpDecorate %158 RelaxedPrecision
|
|
OpDecorate %159 RelaxedPrecision
|
|
OpDecorate %160 RelaxedPrecision
|
|
OpDecorate %161 RelaxedPrecision
|
|
OpDecorate %162 RelaxedPrecision
|
|
OpDecorate %163 RelaxedPrecision
|
|
OpDecorate %164 RelaxedPrecision
|
|
OpDecorate %209 RelaxedPrecision
|
|
OpDecorate %212 RelaxedPrecision
|
|
OpDecorate %214 RelaxedPrecision
|
|
OpDecorate %215 RelaxedPrecision
|
|
OpDecorate %217 RelaxedPrecision
|
|
OpDecorate %218 RelaxedPrecision
|
|
OpDecorate %220 RelaxedPrecision
|
|
OpDecorate %221 RelaxedPrecision
|
|
OpDecorate %223 RelaxedPrecision
|
|
OpDecorate %224 RelaxedPrecision
|
|
OpDecorate %226 RelaxedPrecision
|
|
OpDecorate %227 RelaxedPrecision
|
|
OpDecorate %229 RelaxedPrecision
|
|
OpDecorate %230 RelaxedPrecision
|
|
OpDecorate %233 RelaxedPrecision
|
|
OpDecorate %235 RelaxedPrecision
|
|
OpDecorate %237 RelaxedPrecision
|
|
OpDecorate %239 RelaxedPrecision
|
|
OpDecorate %240 RelaxedPrecision
|
|
OpDecorate %243 RelaxedPrecision
|
|
OpDecorate %246 RelaxedPrecision
|
|
OpDecorate %248 RelaxedPrecision
|
|
OpDecorate %250 RelaxedPrecision
|
|
OpDecorate %252 RelaxedPrecision
|
|
OpDecorate %253 RelaxedPrecision
|
|
OpDecorate %254 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
|
|
%_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_float = OpTypePointer Function %float
|
|
%float_9_00000076e_35 = OpConstant %float 9.00000076e+35
|
|
%float_1e_09 = OpConstant %float 1e+09
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_1073741824 = OpConstant %int 1073741824
|
|
%int_2 = OpConstant %int 2
|
|
%uint = OpTypeInt 32 0
|
|
%_ptr_Function_uint = OpTypePointer Function %uint
|
|
%uint_2147483648 = OpConstant %uint 2147483648
|
|
%uint_2 = OpConstant %uint 2
|
|
%int_16384 = OpConstant %int 16384
|
|
%uint_32768 = OpConstant %uint 32768
|
|
%int_n2147483648 = OpConstant %int -2147483648
|
|
%int_n32768 = OpConstant %int -32768
|
|
%v4int = OpTypeVector %int 4
|
|
%_ptr_Function_v4int = OpTypePointer Function %v4int
|
|
%168 = OpConstantComposite %v4int %int_2 %int_2 %int_2 %int_2
|
|
%170 = OpConstantComposite %v4int %int_1073741824 %int_1073741824 %int_1073741824 %int_1073741824
|
|
%v4uint = OpTypeVector %uint 4
|
|
%_ptr_Function_v4uint = OpTypePointer Function %v4uint
|
|
%189 = OpConstantComposite %v4uint %uint_2 %uint_2 %uint_2 %uint_2
|
|
%191 = OpConstantComposite %v4uint %uint_2147483648 %uint_2147483648 %uint_2147483648 %uint_2147483648
|
|
%_ptr_Uniform_v4float = OpTypePointer Uniform %v4float
|
|
%int_0 = OpConstant %int 0
|
|
%float_1 = OpConstant %float 1
|
|
%241 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
|
|
%242 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
|
|
%_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
|
|
%huge = OpVariable %_ptr_Function_float Function
|
|
%hugeI = OpVariable %_ptr_Function_int Function
|
|
%hugeU = OpVariable %_ptr_Function_uint Function
|
|
%hugeS = OpVariable %_ptr_Function_int Function
|
|
%hugeUS = OpVariable %_ptr_Function_uint Function
|
|
%hugeNI = OpVariable %_ptr_Function_int Function
|
|
%hugeNS = OpVariable %_ptr_Function_int Function
|
|
%i4 = OpVariable %_ptr_Function_v4int Function
|
|
%hugeIvec = OpVariable %_ptr_Function_v4int Function
|
|
%u4 = OpVariable %_ptr_Function_v4uint Function
|
|
%hugeUvec = OpVariable %_ptr_Function_v4uint Function
|
|
%30 = OpFMul %float %float_9_00000076e_35 %float_1e_09
|
|
%31 = OpFMul %float %30 %float_1e_09
|
|
%32 = OpFMul %float %31 %float_1e_09
|
|
%33 = OpFMul %float %32 %float_1e_09
|
|
%34 = OpFMul %float %33 %float_1e_09
|
|
%35 = OpFMul %float %34 %float_1e_09
|
|
%36 = OpFMul %float %35 %float_1e_09
|
|
%37 = OpFMul %float %36 %float_1e_09
|
|
%38 = OpFMul %float %37 %float_1e_09
|
|
%39 = OpFMul %float %38 %float_1e_09
|
|
OpStore %huge %39
|
|
%45 = OpIMul %int %int_1073741824 %int_2
|
|
%46 = OpIMul %int %45 %int_2
|
|
%47 = OpIMul %int %46 %int_2
|
|
%48 = OpIMul %int %47 %int_2
|
|
%49 = OpIMul %int %48 %int_2
|
|
%50 = OpIMul %int %49 %int_2
|
|
%51 = OpIMul %int %50 %int_2
|
|
%52 = OpIMul %int %51 %int_2
|
|
%53 = OpIMul %int %52 %int_2
|
|
%54 = OpIMul %int %53 %int_2
|
|
%55 = OpIMul %int %54 %int_2
|
|
%56 = OpIMul %int %55 %int_2
|
|
%57 = OpIMul %int %56 %int_2
|
|
%58 = OpIMul %int %57 %int_2
|
|
%59 = OpIMul %int %58 %int_2
|
|
%60 = OpIMul %int %59 %int_2
|
|
%61 = OpIMul %int %60 %int_2
|
|
%62 = OpIMul %int %61 %int_2
|
|
%63 = OpIMul %int %62 %int_2
|
|
%64 = OpIMul %int %63 %int_2
|
|
OpStore %hugeI %64
|
|
%70 = OpIMul %uint %uint_2147483648 %uint_2
|
|
%71 = OpIMul %uint %70 %uint_2
|
|
%72 = OpIMul %uint %71 %uint_2
|
|
%73 = OpIMul %uint %72 %uint_2
|
|
%74 = OpIMul %uint %73 %uint_2
|
|
%75 = OpIMul %uint %74 %uint_2
|
|
%76 = OpIMul %uint %75 %uint_2
|
|
%77 = OpIMul %uint %76 %uint_2
|
|
%78 = OpIMul %uint %77 %uint_2
|
|
%79 = OpIMul %uint %78 %uint_2
|
|
%80 = OpIMul %uint %79 %uint_2
|
|
%81 = OpIMul %uint %80 %uint_2
|
|
%82 = OpIMul %uint %81 %uint_2
|
|
%83 = OpIMul %uint %82 %uint_2
|
|
%84 = OpIMul %uint %83 %uint_2
|
|
%85 = OpIMul %uint %84 %uint_2
|
|
%86 = OpIMul %uint %85 %uint_2
|
|
%87 = OpIMul %uint %86 %uint_2
|
|
%88 = OpIMul %uint %87 %uint_2
|
|
OpStore %hugeU %88
|
|
%91 = OpIMul %int %int_16384 %int_2
|
|
%92 = OpIMul %int %91 %int_2
|
|
%93 = OpIMul %int %92 %int_2
|
|
%94 = OpIMul %int %93 %int_2
|
|
%95 = OpIMul %int %94 %int_2
|
|
%96 = OpIMul %int %95 %int_2
|
|
%97 = OpIMul %int %96 %int_2
|
|
%98 = OpIMul %int %97 %int_2
|
|
%99 = OpIMul %int %98 %int_2
|
|
%100 = OpIMul %int %99 %int_2
|
|
%101 = OpIMul %int %100 %int_2
|
|
%102 = OpIMul %int %101 %int_2
|
|
%103 = OpIMul %int %102 %int_2
|
|
%104 = OpIMul %int %103 %int_2
|
|
%105 = OpIMul %int %104 %int_2
|
|
%106 = OpIMul %int %105 %int_2
|
|
%107 = OpIMul %int %106 %int_2
|
|
OpStore %hugeS %107
|
|
%110 = OpIMul %uint %uint_32768 %uint_2
|
|
%111 = OpIMul %uint %110 %uint_2
|
|
%112 = OpIMul %uint %111 %uint_2
|
|
%113 = OpIMul %uint %112 %uint_2
|
|
%114 = OpIMul %uint %113 %uint_2
|
|
%115 = OpIMul %uint %114 %uint_2
|
|
%116 = OpIMul %uint %115 %uint_2
|
|
%117 = OpIMul %uint %116 %uint_2
|
|
%118 = OpIMul %uint %117 %uint_2
|
|
%119 = OpIMul %uint %118 %uint_2
|
|
%120 = OpIMul %uint %119 %uint_2
|
|
%121 = OpIMul %uint %120 %uint_2
|
|
%122 = OpIMul %uint %121 %uint_2
|
|
%123 = OpIMul %uint %122 %uint_2
|
|
%124 = OpIMul %uint %123 %uint_2
|
|
%125 = OpIMul %uint %124 %uint_2
|
|
OpStore %hugeUS %125
|
|
%128 = OpIMul %int %int_n2147483648 %int_2
|
|
%129 = OpIMul %int %128 %int_2
|
|
%130 = OpIMul %int %129 %int_2
|
|
%131 = OpIMul %int %130 %int_2
|
|
%132 = OpIMul %int %131 %int_2
|
|
%133 = OpIMul %int %132 %int_2
|
|
%134 = OpIMul %int %133 %int_2
|
|
%135 = OpIMul %int %134 %int_2
|
|
%136 = OpIMul %int %135 %int_2
|
|
%137 = OpIMul %int %136 %int_2
|
|
%138 = OpIMul %int %137 %int_2
|
|
%139 = OpIMul %int %138 %int_2
|
|
%140 = OpIMul %int %139 %int_2
|
|
%141 = OpIMul %int %140 %int_2
|
|
%142 = OpIMul %int %141 %int_2
|
|
%143 = OpIMul %int %142 %int_2
|
|
%144 = OpIMul %int %143 %int_2
|
|
%145 = OpIMul %int %144 %int_2
|
|
%146 = OpIMul %int %145 %int_2
|
|
OpStore %hugeNI %146
|
|
%149 = OpIMul %int %int_n32768 %int_2
|
|
%150 = OpIMul %int %149 %int_2
|
|
%151 = OpIMul %int %150 %int_2
|
|
%152 = OpIMul %int %151 %int_2
|
|
%153 = OpIMul %int %152 %int_2
|
|
%154 = OpIMul %int %153 %int_2
|
|
%155 = OpIMul %int %154 %int_2
|
|
%156 = OpIMul %int %155 %int_2
|
|
%157 = OpIMul %int %156 %int_2
|
|
%158 = OpIMul %int %157 %int_2
|
|
%159 = OpIMul %int %158 %int_2
|
|
%160 = OpIMul %int %159 %int_2
|
|
%161 = OpIMul %int %160 %int_2
|
|
%162 = OpIMul %int %161 %int_2
|
|
%163 = OpIMul %int %162 %int_2
|
|
%164 = OpIMul %int %163 %int_2
|
|
OpStore %hugeNS %164
|
|
OpStore %i4 %168
|
|
%171 = OpIMul %v4int %170 %168
|
|
%172 = OpIMul %v4int %171 %168
|
|
%173 = OpIMul %v4int %172 %168
|
|
%174 = OpIMul %v4int %173 %168
|
|
%175 = OpIMul %v4int %174 %168
|
|
%176 = OpIMul %v4int %175 %168
|
|
%177 = OpIMul %v4int %176 %168
|
|
%178 = OpIMul %v4int %177 %168
|
|
%179 = OpIMul %v4int %178 %168
|
|
%180 = OpIMul %v4int %179 %168
|
|
%181 = OpIMul %v4int %180 %168
|
|
%182 = OpIMul %v4int %181 %168
|
|
%183 = OpIMul %v4int %182 %168
|
|
%184 = OpIMul %v4int %183 %168
|
|
%185 = OpIMul %v4int %184 %168
|
|
OpStore %hugeIvec %185
|
|
OpStore %u4 %189
|
|
%192 = OpIMul %v4uint %191 %189
|
|
%193 = OpIMul %v4uint %192 %189
|
|
%194 = OpIMul %v4uint %193 %189
|
|
%195 = OpIMul %v4uint %194 %189
|
|
%196 = OpIMul %v4uint %195 %189
|
|
%197 = OpIMul %v4uint %196 %189
|
|
%198 = OpIMul %v4uint %197 %189
|
|
%199 = OpIMul %v4uint %198 %189
|
|
%200 = OpIMul %v4uint %199 %189
|
|
%201 = OpIMul %v4uint %200 %189
|
|
%202 = OpIMul %v4uint %201 %189
|
|
%203 = OpIMul %v4uint %202 %189
|
|
%204 = OpIMul %v4uint %203 %189
|
|
%205 = OpIMul %v4uint %204 %189
|
|
OpStore %hugeUvec %205
|
|
%206 = OpAccessChain %_ptr_Uniform_v4float %10 %int_0
|
|
%209 = OpLoad %v4float %206
|
|
%210 = OpExtInst %float %1 FClamp %39 %float_0 %float_1
|
|
%212 = OpVectorTimesScalar %v4float %209 %210
|
|
%214 = OpConvertSToF %float %64
|
|
%213 = OpExtInst %float %1 FClamp %214 %float_0 %float_1
|
|
%215 = OpVectorTimesScalar %v4float %212 %213
|
|
%217 = OpConvertUToF %float %88
|
|
%216 = OpExtInst %float %1 FClamp %217 %float_0 %float_1
|
|
%218 = OpVectorTimesScalar %v4float %215 %216
|
|
%220 = OpConvertSToF %float %107
|
|
%219 = OpExtInst %float %1 FClamp %220 %float_0 %float_1
|
|
%221 = OpVectorTimesScalar %v4float %218 %219
|
|
%223 = OpConvertUToF %float %125
|
|
%222 = OpExtInst %float %1 FClamp %223 %float_0 %float_1
|
|
%224 = OpVectorTimesScalar %v4float %221 %222
|
|
%226 = OpConvertSToF %float %146
|
|
%225 = OpExtInst %float %1 FClamp %226 %float_0 %float_1
|
|
%227 = OpVectorTimesScalar %v4float %224 %225
|
|
%229 = OpConvertSToF %float %164
|
|
%228 = OpExtInst %float %1 FClamp %229 %float_0 %float_1
|
|
%230 = OpVectorTimesScalar %v4float %227 %228
|
|
%232 = OpCompositeExtract %int %185 0
|
|
%233 = OpConvertSToF %float %232
|
|
%234 = OpCompositeExtract %int %185 1
|
|
%235 = OpConvertSToF %float %234
|
|
%236 = OpCompositeExtract %int %185 2
|
|
%237 = OpConvertSToF %float %236
|
|
%238 = OpCompositeExtract %int %185 3
|
|
%239 = OpConvertSToF %float %238
|
|
%240 = OpCompositeConstruct %v4float %233 %235 %237 %239
|
|
%231 = OpExtInst %v4float %1 FClamp %240 %241 %242
|
|
%243 = OpFMul %v4float %230 %231
|
|
%245 = OpCompositeExtract %uint %205 0
|
|
%246 = OpConvertUToF %float %245
|
|
%247 = OpCompositeExtract %uint %205 1
|
|
%248 = OpConvertUToF %float %247
|
|
%249 = OpCompositeExtract %uint %205 2
|
|
%250 = OpConvertUToF %float %249
|
|
%251 = OpCompositeExtract %uint %205 3
|
|
%252 = OpConvertUToF %float %251
|
|
%253 = OpCompositeConstruct %v4float %246 %248 %250 %252
|
|
%244 = OpExtInst %v4float %1 FClamp %253 %241 %242
|
|
%254 = OpFMul %v4float %243 %244
|
|
OpReturnValue %254
|
|
OpFunctionEnd
|