Home
last modified time | relevance | path

Searched refs:eval_ (Results 1 – 24 of 24) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp830 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
831 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
832 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
833 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
836 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
837 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
838 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
839 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
842 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
843 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp620 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
621 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
622 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
623 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
626 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
627 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
628 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
629 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
632 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
633 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1114 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2))…
1115 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
1116 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
1117 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
1120 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
1121 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
1122 …void eval_##FUNC_NAME##_vec3 (ShaderEvalContext& c) { c.color.xyz() = FUNC_NAME(c.in[0].swizzle(2,…
1123 …void eval_##FUNC_NAME##_vec4 (ShaderEvalContext& c) { c.color = FUNC_NAME(c.in[0].swizzle(1, 2, 3…
1126 …void eval_##FUNC_NAME##_float (ShaderEvalContext& c) { c.color.x() = FUNC_NAME(c.in[0].swizzle(2),…
1127 …void eval_##FUNC_NAME##_vec2 (ShaderEvalContext& c) { c.color.yz() = FUNC_NAME(c.in[0].swizzle(3, …
[all …]
/external/tensorflow/tensorflow/core/platform/
Dmutex.h128 bool Eval() const { return (*this->eval_)(this); } in Eval()
131 bool (*eval_)(const Condition*); // CallFunction, CallMethod, or, ReturnBool
266 : eval_(&CallFunction<T>), in Condition()
280 : eval_(&CallMethod<T>), in Condition()
287 : eval_(&CallMethod<T>), in Condition()
298 : eval_(&ReturnBool), in Condition()
/external/icing/icing/query/advanced_query_parser/
Dfunction.h54 eval_(std::move(eval)), in Function()
59 EvalFunction eval_; variable
Dfunction.cc73 return eval_(std::move(args)); in Eval()
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex.h727 bool (*eval_)(const Condition*); // Actual evaluator variable
945 : eval_(&CastAndCallFunction<T>), in Condition()
953 : eval_(&CastAndCallMethod<T>), in Condition()
962 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2706 : eval_(&CallVoidPtrFunction), in Condition()
2716 : eval_(CallVoidPtrFunction), in Condition()
2724 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2729 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2731 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2732 return a->eval_ == nullptr; in GuaranteedEqual()
2734 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h743 bool (*eval_)(const Condition*); // Actual evaluator variable
962 : eval_(&CastAndCallFunction<T>), in Condition()
970 : eval_(&CastAndCallMethod<T>), in Condition()
979 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2718 : eval_(&CallVoidPtrFunction), in Condition()
2728 : eval_(CallVoidPtrFunction), in Condition()
2736 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2741 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2743 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2744 return a->eval_ == nullptr; in GuaranteedEqual()
2746 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex.h810 bool (*eval_)(const Condition*) = nullptr; variable
1049 : eval_(&CastAndCallFunction<T>), in Condition()
1065 : eval_(&CastAndCallMethod<T>), arg_(object) { in Condition()
1075 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2791 : eval_(&CallVoidPtrFunction), arg_(arg) { in Condition()
2805 : eval_(CallVoidPtrFunction), in Condition()
2815 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2820 if (a == nullptr || a->eval_ == nullptr) { in GuaranteedEqual()
2821 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2822 } else if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2826 return a->eval_ == b->eval_ && a->arg_ == b->arg_ && in GuaranteedEqual()
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex.h750 bool (*eval_)(const Condition*); // Actual evaluator variable
969 : eval_(&CastAndCallFunction<T>), in Condition()
977 : eval_(&CastAndCallMethod<T>), in Condition()
986 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2787 : eval_(&CallVoidPtrFunction), in Condition()
2797 : eval_(CallVoidPtrFunction), in Condition()
2805 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2810 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2812 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2813 return a->eval_ == nullptr; in GuaranteedEqual()
2815 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/abseil-cpp/absl/synchronization/
Dmutex.h750 bool (*eval_)(const Condition*); // Actual evaluator variable
969 : eval_(&CastAndCallFunction<T>), in Condition()
977 : eval_(&CastAndCallMethod<T>), in Condition()
986 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2753 : eval_(&CallVoidPtrFunction), in Condition()
2763 : eval_(CallVoidPtrFunction), in Condition()
2771 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2776 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2778 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2779 return a->eval_ == nullptr; in GuaranteedEqual()
2781 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex.h745 bool (*eval_)(const Condition*); // Actual evaluator variable
964 : eval_(&CastAndCallFunction<T>), in Condition()
972 : eval_(&CastAndCallMethod<T>), in Condition()
981 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2707 : eval_(&CallVoidPtrFunction), in Condition()
2717 : eval_(CallVoidPtrFunction), in Condition()
2725 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2730 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2732 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2733 return a->eval_ == nullptr; in GuaranteedEqual()
2735 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/cronet/third_party/abseil-cpp/absl/synchronization/
Dmutex.h785 bool (*eval_)(const Condition*) = nullptr; variable
1019 : eval_(&CastAndCallFunction<T>), in Condition()
1029 : eval_(&CastAndCallMethod<T>), in Condition()
1040 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2804 : eval_(&CallVoidPtrFunction), in Condition()
2819 : eval_(CallVoidPtrFunction), in Condition()
2829 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2834 if (a == nullptr || a->eval_ == nullptr) { in GuaranteedEqual()
2835 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2836 } else if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2840 return a->eval_ == b->eval_ && a->arg_ == b->arg_ && in GuaranteedEqual()
/external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/
Dmutex.h750 bool (*eval_)(const Condition*); // Actual evaluator variable
969 : eval_(&CastAndCallFunction<T>), in Condition()
977 : eval_(&CastAndCallMethod<T>), in Condition()
986 : eval_(&CastAndCallMethod<T>), in Condition()
Dmutex.cc2762 : eval_(&CallVoidPtrFunction), in Condition()
2772 : eval_(CallVoidPtrFunction), in Condition()
2780 return (this->eval_ == nullptr) || (*this->eval_)(this); in Eval()
2785 return b == nullptr || b->eval_ == nullptr; in GuaranteedEqual()
2787 if (b == nullptr || b->eval_ == nullptr) { in GuaranteedEqual()
2788 return a->eval_ == nullptr; in GuaranteedEqual()
2790 return a->eval_ == b->eval_ && a->function_ == b->function_ && in GuaranteedEqual()
/external/python/pybind11/tests/
Dtest_eval.py8 from pybind11_tests import eval_ as m
Dtest_eval.cpp14 TEST_SUBMODULE(eval_, m) { in TEST_SUBMODULE() argument