Searched refs:kBoth (Results 1 – 15 of 15) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_unary_ops.cpp | 25 kBoth enumerator 200 return test_unary_op_set( queue, context, kBoth ); in test_unary_ops_full()
|
/external/skia/src/gpu/ |
D | GrClipStack.cpp | 39 kBoth enumerator 62 return ClipGeometry::kBoth; in get_clip_geometry() 76 return ClipGeometry::kBoth; in get_clip_geometry() 92 return ClipGeometry::kBoth; in get_clip_geometry() 107 return ClipGeometry::kBoth; in get_clip_geometry() 709 case ClipGeometry::kBoth: in updateForElement() 939 case ClipGeometry::kBoth: in addElement() 1242 case ClipGeometry::kBoth: { in preApply() 1324 case ClipGeometry::kBoth: in apply() 1396 case ClipGeometry::kBoth: { in apply()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 45 case CallContext::kBoth: in CallContextToString() 189 return CallContext::kBoth; in UnionContexts() 358 if (node.context() == CallContext::kBoth) { in IsFlattened()
|
D | flatten_call_graph.cc | 84 if (node.context() != CallContext::kBoth && i == 0) { in FlattenNode()
|
D | call_graph.h | 44 kBoth, enumerator
|
D | call_graph_test.cc | 244 EXPECT_EQ(CallContext::kBoth, sub_node.context()); in TEST_F() 370 EXPECT_EQ(CallContext::kBoth, c_node.context()); in TEST_F()
|
D | hlo_dataflow_analysis.cc | 977 if (call_graph_node.context() == CallContext::kBoth) { in InitializeInstructionValueSets()
|
/external/skia/src/gpu/ops/ |
D | GrClearOp.h | 42 kBoth = 0b11, enumerator
|
D | GrClearOp.cpp | 74 fBuffer = Buffer::kBoth; in onCombineIfPossible()
|
/external/skqp/gm/ |
D | filterfastbounds.cpp | 123 constexpr SkDropShadowImageFilter::ShadowMode kBoth = in create_paints() local 128 SK_ColorRED, kBoth, in create_paints()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond.h | 53 kBoth = 2, enumerator
|
D | functionalize_cond.cc | 98 case BranchType::kBoth: in Branch_Name() 1037 if (lhs == BranchType::kBoth) return rhs; in MeetBranch() 1038 if (rhs == BranchType::kBoth) return lhs; in MeetBranch()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 334 kBoth, in TestCipher() enumerator 335 } operation = kBoth; in TestCipher()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | cipher_test.cc | 334 kBoth, in TestCipher() enumerator 335 } operation = kBoth; in TestCipher()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 2046 enum class TrtInputArg { kTensor = 1, kWeight = 2, kBoth = 3 }; enumerator 2535 CheckInputsWeights(*params, {{"input", TrtInputArg::kBoth}})); in ConvertShape() 4734 params->use_implicit_batch ? TrtInputArg::kTensor : TrtInputArg::kBoth; in ConvertPack() 5314 CheckInputsWeights(*params, {{"params", TrtInputArg::kBoth}, in ConvertGather()
|