Home
last modified time | relevance | path

Searched refs:Factors (Results 1 – 25 of 26) sorted by relevance

12

/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp70 , typename Factors
76 using const_t = subchroma_image_deref_fn<Locator, Factors>;
103 mp11::mp_at_c<Factors, 0>::value, in operator ()()
104 mp11::mp_at_c<Factors, 1>::value, in operator ()()
105 mp11::mp_at_c<Factors, 2>::value in operator ()()
138 , typename Factors
144 subchroma_image_deref_fn<Locator, Factors>, // Deref
153 template < typename Locator, typename Factors >
154 struct channel_type< subchroma_image_locator< Locator, Factors > >
155 : public channel_type< typename subchroma_image_locator< Locator, Factors >::type > {};
[all …]
/third_party/glslang/Test/
Dhlsl.hull.6.tesc18 HS_CONSTANT_DATA_OUTPUT Factors;
19 Factors.Edges[0] = 2.5;
20 Factors.Edges[1] = 4.25;
21 Factors.Edges[2] = 5.75;
22 Factors.Edges[3] = 7.5;
27 return Factors;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1049 SmallVector<ValueEntry, 8> Factors; in RemoveFactorFromExpression() local
1050 Factors.reserve(Tree.size()); in RemoveFactorFromExpression()
1053 Factors.append(E.second.getZExtValue(), in RemoveFactorFromExpression()
1059 for (unsigned i = 0, e = Factors.size(); i != e; ++i) { in RemoveFactorFromExpression()
1060 if (Factors[i].Op == Factor) { in RemoveFactorFromExpression()
1062 Factors.erase(Factors.begin()+i); in RemoveFactorFromExpression()
1068 if (ConstantInt *FC2 = dyn_cast<ConstantInt>(Factors[i].Op)) in RemoveFactorFromExpression()
1071 Factors.erase(Factors.begin()+i); in RemoveFactorFromExpression()
1075 if (ConstantFP *FC2 = dyn_cast<ConstantFP>(Factors[i].Op)) { in RemoveFactorFromExpression()
1081 Factors.erase(Factors.begin() + i); in RemoveFactorFromExpression()
[all …]
DLoopStrengthReduce.cpp1934 SetVector<int64_t, SmallVector<int64_t, 8>, SmallSet<int64_t, 8>> Factors; member in __anon77afbbc00911::LSRInstance
2697 Factors.insert(Factor->getAPInt().getSExtValue()); in CollectInterestingTypesAndFactors()
2703 Factors.insert(Factor->getAPInt().getSExtValue()); in CollectInterestingTypesAndFactors()
3300 for (size_t i = 0, e = Factors.size(); i != e; ++i) in CollectFixupsAndInitialFormulae()
3301 if (Factors[i] != -1) in CollectFixupsAndInitialFormulae()
3302 Factors.insert(-(uint64_t)Factors[i]); in CollectFixupsAndInitialFormulae()
3303 Factors.insert(-1); in CollectFixupsAndInitialFormulae()
3886 for (int64_t Factor : Factors) { in GenerateICmpZeroScales()
3971 for (int64_t Factor : Factors) { in GenerateScales()
5590 Factors.clear(); in LSRInstance()
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_func_separate.txt62 Value RGB Factors Alpha Factors
78 Value RGB Factors Alpha Factors
DEXT_blend_color.txt69 Value Blend Factors
91 Value Blend Factors
DEXT_blend_func_extended.txt279 … RGB Blend Factors Alpha Blend Factors
/third_party/openGLES/extensions/EXT/
DEXT_blend_func_separate.txt62 Value RGB Factors Alpha Factors
78 Value RGB Factors Alpha Factors
DEXT_blend_color.txt69 Value Blend Factors
91 Value Blend Factors
DEXT_blend_func_extended.txt279 … RGB Blend Factors Alpha Blend Factors
/third_party/glslang/Test/baseResults/
Dhlsl.hull.6.tesc.out16 0:19 'Factors' ( temp structure{ temp 4-element array of float Edges})
26 0:20 'Factors' ( temp structure{ temp 4-element array of float Edges})
36 0:21 'Factors' ( temp structure{ temp 4-element array of float Edges})
46 0:22 'Factors' ( temp structure{ temp 4-element array of float Edges})
68 0:27 'Factors' ( temp structure{ temp 4-element array of float Edges})
243 0:19 'Factors' ( temp structure{ temp 4-element array of float Edges})
253 0:20 'Factors' ( temp structure{ temp 4-element array of float Edges})
263 0:21 'Factors' ( temp structure{ temp 4-element array of float Edges})
273 0:22 'Factors' ( temp structure{ temp 4-element array of float Edges})
295 0:27 'Factors' ( temp structure{ temp 4-element array of float Edges})
[all …]
/third_party/openGLES/extensions/NV/
DNV_blend_square.txt74 Value Blend Factors
95 Value Blend Factors
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_square.txt74 Value Blend Factors
95 Value Blend Factors
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DReassociate.h118 SmallVectorImpl<reassociate::Factor> &Factors);
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_blend_func_separate.txt88 Function RGB Blend Factors Alpha Blend Factor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3412 SmallVector<Register, 4> Factors; in multiplyRegisters() local
3420 Factors.push_back(Mul.getReg(0)); in multiplyRegisters()
3427 Factors.push_back(Umulh.getReg(0)); in multiplyRegisters()
3431 Factors.push_back(CarrySumPrevDstIdx); in multiplyRegisters()
3438 B.buildUAddo(NarrowTy, LLT::scalar(1), Factors[0], Factors[1]); in multiplyRegisters()
3441 for (unsigned i = 2; i < Factors.size(); ++i) { in multiplyRegisters()
3443 B.buildUAddo(NarrowTy, LLT::scalar(1), FactorSum, Factors[i]); in multiplyRegisters()
3450 FactorSum = B.buildAdd(NarrowTy, Factors[0], Factors[1]).getReg(0); in multiplyRegisters()
3451 for (unsigned i = 2; i < Factors.size(); ++i) in multiplyRegisters()
3452 FactorSum = B.buildAdd(NarrowTy, FactorSum, Factors[i]).getReg(0); in multiplyRegisters()
[all …]
/third_party/openGLES/extensions/OES/
DOES_blend_func_separate.txt98 Function RGB Blend Factors Alpha Blend Factor
/third_party/mesa3d/docs/gallium/cso/
Dblend.rst9 Blend Factors
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_blend_func_extended.txt192 … RGB Blend Factors Alpha Blend Factors
/third_party/openGLES/extensions/ARB/
DARB_blend_func_extended.txt202 … RGB Blend Factors Alpha Blend Factors
/third_party/icu/icu4j/perf-tests/data/collation/
Dthesis.txt2118 …ntal results, Proceedings of the Human Factors Society 36th Annual Meeting, Atlanta, Ga., Oct 12-1…
2142 …ired TDD users, Proceedings of the 13th International Symposium on Human Factors in Telecommunicat…
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEXT_blend_func_extended.txt276 … RGB Blend Factors Alpha Blend Factors
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4646 SmallVector<SDValue, 16> Shifts, Factors; in BuildExactSDIV() local
4663 Factors.push_back(DAG.getConstant(Factor, dl, SVT)); in BuildExactSDIV()
4674 Factor = DAG.getBuildVector(VT, dl, Factors); in BuildExactSDIV()
4677 Factor = Factors[0]; in BuildExactSDIV()
4727 SmallVector<SDValue, 16> MagicFactors, Factors, Shifts, ShiftMasks; in BuildSDIV() local
4753 Factors.push_back(DAG.getConstant(NumeratorFactor, dl, SVT)); in BuildSDIV()
4769 Factor = DAG.getBuildVector(VT, dl, Factors); in BuildSDIV()
4774 Factor = Factors[0]; in BuildSDIV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp11184 SmallVector<const SCEV *, 2> Factors; in removeConstantFactors() local
11187 Factors.push_back(Op); in removeConstantFactors()
11189 return SE.getMulExpr(Factors); in removeConstantFactors()
/third_party/python/Doc/library/
Dtyping.rst595 Factors: TypeAlias = list[int]

12