Home
last modified time | relevance | path

Searched defs:evaluate (Results 1 – 25 of 49) sorted by relevance

12

/third_party/skia/modules/skottie/tests/
DExpression.cpp19 float evaluate(float t) override { return 7.0f; } in evaluate() function in __anon1e4993d60111::FakeScalarExpressionEvaluator
24 std::vector<float> evaluate(float t) override { return {0.1f, 0.2f, 0.3f, 1.0f}; } in evaluate() function in __anon1e4993d60111::FakeVectorExpressionEvaluator
29 SkString evaluate(float t) override { return SkString("Hello, world!"); } in evaluate() function in __anon1e4993d60111::FakeStringExpressionEvaluator
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderMatrixTests.cpp452 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
461 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
470 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
479 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
488 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
497 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
506 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
515 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
525 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
535 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function
[all …]
Des2fShaderBuiltinVarTests.cpp180 void evaluate (gls::ShaderEvalContext& c) in evaluate() function in deqp::gles2::Functional::__anone7593e2a0111::DepthRangeEvaluator
Des2fShaderTextureFunctionTests.cpp213 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() function in deqp::gles2::Functional::TexLookupEvaluator
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp879 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
957 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
969 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
981 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
993 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
[all …]
/third_party/openssl/test/
Dbntests.pl26 sub evaluate subroutine
/third_party/typescript/tests/cases/compiler/
DarrayDestructuringInSwitch1.ts4 export function evaluate(expression: Expression): boolean { function
/third_party/typescript/tests/baselines/reference/
DarrayDestructuringInSwitch1.js28 function evaluate(expression) { function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function
[all …]
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.hpp118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::FloatLiteral
136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::IntLiteral
155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::BoolLiteral
221 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate() function in rsg::ParenOp
DrsgBinaryOps.cpp89 void CustomAbsOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::CustomAbsOp
170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate() function in rsg::CustomBinaryOp
184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate() function in rsg::CustomBinaryOp
351 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::BinaryOp
436 void BinaryVecOp<Precedence, Float, Int, Bool, ComputeValueRange, EvaluateComp>::evaluate (ExecValu… in evaluate() function in rsg::BinaryVecOp
694 void RelationalOp<ComputeValueRange, EvaluateComp>::evaluate (ExecValueAccess dst, ExecConstValueAc… in evaluate() function in rsg::RelationalOp
1037 void EqualityComparisonOp<IsEqual>::evaluate (ExecValueAccess dst, ExecConstValueAccess a, ExecCons… in evaluate() function in rsg::EqualityComparisonOp
DrsgExpression.cpp818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::ConstructorOp
961 void AssignOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::AssignOp
1243 void VariableAccess::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::VariableAccess
1410 void SwizzleOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::SwizzleOp
1652 void TexLookup::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::TexLookup
DrsgBuiltinFunctions.hpp103 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionCont… in evaluate() function in rsg::UnaryBuiltinVecFunc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DSetTheory.h131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
/third_party/jsframework/runtime/main/reactivity/
Dwatcher.js145 Watcher.prototype.evaluate = function () { method in Watcher
/third_party/typescript/src/harness/
DevaluatorImpl.ts80 protected abstract evaluate(text: string, file: string, module: TModule): void; method in evaluator.Loader
159 protected evaluate(text: string, file: string, module: CommonJSModule): void { method in evaluator.CommonJsLoader
268 protected evaluate(text: string, _file: string, module: SystemModule): void { method in evaluator.SystemLoader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitTracker.cpp187 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator
982 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
DHexagonConstPropagation.cpp1926 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator
2204 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator
2260 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator
/third_party/mksh/
Dexpr.c105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() function
/third_party/pulseaudio/src/utils/
Dqpaeq333 def evaluate(filter_state, target, variable): function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh2542 float evaluate (int coord) const in evaluate() function
2583 float evaluate (unsigned int region_index, in evaluate() function
3001 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
3024 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
3064 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp35 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext

12