/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgStatement.cpp | 44 template <class T> float getWeight (const GeneratorState& state) { return T::getWeight(state); } in getWeight() function 49 float (*getWeight) (const GeneratorState& state); member 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 526 float ConditionalStatement::getWeight (const GeneratorState& state) in getWeight() function in rsg::ConditionalStatement
|
D | rsgBinaryOps.cpp | 326 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 586 float AddOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::AddOp 636 float SubOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::SubOp 715 float RelationalOp<ComputeValueRange, EvaluateComp>::getWeight (const GeneratorState& state, ConstV… in getWeight() function in rsg::RelationalOp 787 float LessThanOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::LessThanOp 843 float LessOrEqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::LessOrEqualOp 853 float GreaterThanOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::GreaterThanOp 863 float GreaterOrEqualOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::GreaterOrEqualOp 995 float EqualityComparisonOp<IsEqual>::getWeight (const GeneratorState& state, ConstValueRangeAccess … in getWeight() function in rsg::EqualityComparisonOp [all …]
|
D | rsgExpression.cpp | 272 template <class T> float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange)… in getWeight() function 277 float (*getWeight) (const GeneratorState& state, ConstValueRangeAccess valueRange); member 399 float FloatLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::FloatLiteral 454 float IntLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::IntLiteral 515 float BoolLiteral::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::BoolLiteral 786 float ConstructorOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::ConstructorOp 910 float AssignOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::AssignOp 1173 float VariableRead::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::VariableRead 1234 float VariableWrite::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::VariableWrite 1283 float ParenOp::getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::ParenOp [all …]
|
D | rsgBuiltinFunctions.hpp | 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 428 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange) in getWeight() function in rsg::UnaryExponentialFunc
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/ |
D | IRMutator.h | 85 uint64_t getWeight(size_t CurrentSize, size_t MaxSize, in getWeight() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | LocalePriorityList.java | 136 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | LocalePriorityList.java | 132 public Double getWeight(ULocale locale) { in getWeight() method in LocalePriorityList
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontFamily.h | 53 int getWeight() const { return bits & kWeightMask; } in getWeight() function
|
/third_party/flutter/txt/src/minikin/ |
D | FontFamily.h | 53 int getWeight() const { return bits & kWeightMask; } in getWeight() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonShuffler.h | 51 unsigned getWeight() const { return (Weight); } in getWeight() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | IRMutator.cpp | 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/subzero/src/ |
D | IceOperand.cpp | 217 RegWeight Variable::getWeight(const Cfg *Func) const { in getWeight() function in Ice::Variable
|
D | IceOperand.h | 590 BaseType getWeight() const { return Weight; } in getWeight() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineRegisterInfo.h | 1194 unsigned getWeight() const { return Weight; } in getWeight() function
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 4195 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 4440 double getWeight (void) const in getWeight() function in deqp::gls::BuiltinPrecisionTests::DefaultSampling
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1626 int HexagonDAGToDAGISel::getWeight(SDNode *N) { in getWeight() function in HexagonDAGToDAGISel
|