Home
last modified time | relevance | path

Searched refs:getWeight (Results 1 – 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/framework/randomshaders/
DrsgBinaryOps.hpp55 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
98 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
120 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
142 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
156 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
180 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
204 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
231 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
258 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
272 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
[all …]
DrsgExpression.hpp94 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
103 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
116 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
134 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
153 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
171 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
193 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
219 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
238 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
260 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
DrsgExpression.cpp272 template <class T> float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)… in getWeight() function
277 float (*getWeight) (const GeneratorState& state, ConstValueRangeAccess valueRange); member
283 { getWeight<FloatLiteral>, create<FloatLiteral> },
284 { getWeight<IntLiteral>, create<IntLiteral> },
285 { getWeight<BoolLiteral>, create<BoolLiteral> },
286 { getWeight<ConstructorOp>, create<ConstructorOp> },
287 { getWeight<AssignOp>, create<AssignOp> },
288 { getWeight<VariableRead>, create<VariableRead> },
289 { getWeight<MulOp>, create<MulOp> },
290 { getWeight<AddOp>, create<AddOp> },
[all …]
DrsgStatement.cpp44 template <class T> float getWeight (const GeneratorState& state) { return T::getWeight(state); } in getWeight() function
49 float (*getWeight) (const GeneratorState& state); member
57 { getWeight<BlockStatement>, create<BlockStatement> }, in chooseStatement()
58 { getWeight<ExpressionStatement>, create<ExpressionStatement> }, in chooseStatement()
59 { getWeight<DeclarationStatement>, create<DeclarationStatement> }, in chooseStatement()
60 { getWeight<ConditionalStatement>, create<ConditionalStatement> } in chooseStatement()
69 weights[ndx] = statementSpecs[ndx].getWeight(state); in chooseStatement()
128 float ExpressionStatement::getWeight (const GeneratorState& state) in getWeight() function in rsg::ExpressionStatement
190 float BlockStatement::getWeight (const GeneratorState& state) in getWeight() function in rsg::BlockStatement
321 float DeclarationStatement::getWeight (const GeneratorState& state) in getWeight() function in rsg::DeclarationStatement
[all …]
DrsgBinaryOps.cpp326 float BinaryOp<Precedence, Assoc>::getWeight (const GeneratorState& state, ConstValueRangeAccess va… in getWeight() function in rsg::BinaryOp
536 float MulOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::MulOp
541 return MulBase::getWeight(state, valueRange); in getWeight()
586 float AddOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::AddOp
591 return AddBase::getWeight(state, valueRange); in getWeight()
636 float SubOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::SubOp
641 return SubBase::getWeight(state, valueRange); in getWeight()
715 float RelationalOp<ComputeValueRange, EvaluateComp>::getWeight (const GeneratorState& state, ConstV… in getWeight() function in rsg::RelationalOp
722 return BinaryOp<7, ASSOCIATIVITY_LEFT>::getWeight(state, valueRange); in getWeight()
787 float LessThanOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::LessThanOp
[all …]
DrsgStatement.hpp65 static float getWeight (const GeneratorState& state);
81 static float getWeight (const GeneratorState& state);
101 static float getWeight (const GeneratorState& state);
122 static float getWeight (const GeneratorState& state);
DrsgBuiltinFunctions.hpp48 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
121 float UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::getWeight (const Gener… in getWeight() function in rsg::UnaryBuiltinVecFunc
213 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryTrigonometricFunc
218 …return UnaryBuiltinVecTemplateProxy<C>::getWeight(state, valueRange) * state.getProgramParameters(… in getWeight()
428 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryExponentialFunc
433 …return UnaryBuiltinVecTemplateProxy<C>::getWeight(state, valueRange) * state.getProgramParameters(… in getWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DIRMutator.h42 virtual uint64_t getWeight(size_t CurrentSize, size_t MaxSize,
85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function
97 uint64_t getWeight(size_t CurrentSize, size_t MaxSize,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h51 unsigned getWeight() const { return (Weight); } in getWeight() function
60 return (A.getWeight() < B.getWeight()); in lessWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.cpp97 return A.getWeight() < B.getWeight(); in operator <()
217 RegWeight Variable::getWeight(const Cfg *Func) const { in getWeight() function in Ice::Variable
665 if (W.getWeight() == RegWeight::Inf) in operator <<()
668 Str << W.getWeight(); in operator <<()
DIceRegAlloc.cpp672 RegWeight W = Item->getWeight(Func); in handleNoFreeRegisters()
683 RegWeight W = Item->getWeight(Func); in handleNoFreeRegisters()
693 Iter.Cur->getWeight(Func) <= Iter.Weights[MinWeightIndex]) { in handleNoFreeRegisters()
722 if (Iter.Cur->getWeight(Func) <= Iter.Weights[MinWeightIndex]) { in handleNoFreeRegisters()
DIceOperand.h590 BaseType getWeight() const { return Weight; } in getWeight() function
752 RegWeight getWeight(const Cfg *Func) const;
DIceCfg.cpp1764 Str << " weight=" << Var->getWeight(this) << " "; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DIRMutator.cpp64 Strategy->getWeight(CurSize, MaxSize, RS.totalWeight())); in mutateModule()
139 uint64_t InstDeleterIRStrategy::getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function in InstDeleterIRStrategy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterPressure.cpp58 unsigned Weight = PSetI.getWeight(); in increaseSetPressure()
72 unsigned Weight = PSetI.getWeight(); in decreaseSetPressure()
162 unsigned Weight = PSetI.getWeight(); in increaseRegPressure()
673 int Weight = IsDec ? -PSetI.getWeight() : PSetI.getWeight(); in addPressureChange()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocalePriorityListTest.java94 double weight = list.getWeight(ULocale.GERMAN); in testQValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DLocalePriorityListTest.java97 double weight = list.getWeight(ULocale.GERMAN); in testQValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.h154 int getWeight(SDNode *N);
DHexagonISelDAGToDAG.cpp1626 int HexagonDAGToDAGISel::getWeight(SDNode *N) { in getWeight() function in HexagonDAGToDAGISel
1908 Weight = getWeight(balanceSubTree(Op0N).getNode()); in balanceSubTree()
1911 Weight = getWeight(Op0N); in balanceSubTree()
1915 Weight += getWeight(balanceSubTree(Op1N).getNode()); in balanceSubTree()
1918 Weight += getWeight(Op1N); in balanceSubTree()
1975 Weight = getWeight(Child.getNode()); in balanceSubTree()
2011 int Weight = getWeight(Child.getNode()); in balanceSubTree()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocalePriorityList.java136 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DLocalePriorityList.java132 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMachineScheduler.cpp1751 DiffSetPressure[*PSetI] -= PSetI.getWeight(); in checkRegUsageImpact()
1761 DiffSetPressure[*PSetI] += PSetI.getWeight(); in checkRegUsageImpact()
1913 VgprUsage += PSetI.getWeight(); in fillVgprSgprCost()
1915 SgprUsage += PSetI.getWeight(); in fillVgprSgprCost()
DGCNRegPressure.cpp131 Value[Kind] += Sign * MRI.getPressureSets(Reg).getWeight(); in inc()
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp4195 virtual double getWeight (void) const { return 0.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::Sampling
4234 double getWeight (void) const { return 1.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4257 double getWeight (void) const { return 1.0; } in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4394 double getWeight (void) const in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4396 return dePow(instance<DefaultSampling<T> >().getWeight(), Size); in getWeight()
4440 double getWeight (void) const in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
4442 return dePow(instance<DefaultSampling<T> >().getWeight(), Rows * Columns); in getWeight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h1194 unsigned getWeight() const { return Weight; } in getWeight() function

12