Home
last modified time | relevance | path

Searched full:scalable (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_config.py24 SCALABLE = 'scalable' variable
27 DEFAULT_CATEGORIES = [SCALABLE, SMOKETEST]
260 categories=[INPROC] + [SCALABLE])
274 categories=[SMOKETEST] + [INPROC] + [SCALABLE])
290 categories=[SCALABLE])
306 [SCALABLE])
318 [SCALABLE])
333 [SCALABLE])
360 categories=inproc_categories + [SCALABLE],
376 categories=inproc_categories + [SCALABLE])
[all …]
DREADME.md172 the tests. Continuous runs will typically run tests in the `scalable` category.
174 The following example counts scenarios in the `scalable` category:
177 $ ./tools/run_tests/performance/scenario_config_exporter.py --count_scenarios --category=scalable
178 Scenario count for all languages (category: scalable):
180 77 c++ scalable
181 19 python_asyncio scalable
182 16 java scalable
183 12 go scalable
184 12 node node scalable
185 12 node_purejs node scalable
[all …]
Dscenario_config_exporter.py32 # --category=scalable
36 # scenario_config.py --count_scenarios --category=scalable
67 main_categories = ('scalable', 'smoketest')
105 # 'scalable' and 'smoketest'. This matches the behavior of
108 ['scalable', 'smoketest'])
177 choices=['all', 'inproc', 'scalable', 'smoketest', 'sweep'],
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_config.py24 SCALABLE = 'scalable' variable
27 DEFAULT_CATEGORIES = [SCALABLE, SMOKETEST]
253 categories=[SMOKETEST] + [INPROC] + [SCALABLE])
267 categories=[SMOKETEST] + [INPROC] + [SCALABLE])
283 categories=[SMOKETEST] + [SCALABLE])
288 if secure else [INPROC]) + [SCALABLE]
309 categories=smoketest_categories + [SCALABLE])
323 categories=smoketest_categories + [SCALABLE])
350 categories=smoketest_categories + [SCALABLE],
366 categories=smoketest_categories + [SCALABLE])
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h10 // which may be scalable vectors. It provides convenience operators so that
26 bool Scalable; // If true, NumElements is a multiple of 'Min' determined variable
29 ElementCount(unsigned Min, bool Scalable) in ElementCount() argument
30 : Min(Min), Scalable(Scalable) {} in ElementCount()
33 return { Min * RHS, Scalable };
36 return { Min / RHS, Scalable };
40 return Min == RHS.Min && Scalable == RHS.Scalable;
48 // size, it will represent the exact size. If the type is a scalable vector,
56 constexpr TypeSize(uint64_t MinSize, bool Scalable) in TypeSize() argument
57 : MinSize(MinSize), IsScalable(Scalable) {} in TypeSize()
[all …]
DMachineValueType.h676 /// If the value type is a scalable vector type, the scalable property will
700 case nxv1i1: return TypeSize::Scalable(1); in getSizeInBits()
702 case nxv2i1: return TypeSize::Scalable(2); in getSizeInBits()
704 case nxv4i1: return TypeSize::Scalable(4); in getSizeInBits()
709 case nxv8i1: return TypeSize::Scalable(8); in getSizeInBits()
717 case nxv1i16: return TypeSize::Scalable(16); in getSizeInBits()
731 case nxv1f32: return TypeSize::Scalable(32); in getSizeInBits()
751 case nxv1f64: return TypeSize::Scalable(64); in getSizeInBits()
773 case nxv2f64: return TypeSize::Scalable(128); in getSizeInBits()
789 case nxv4f64: return TypeSize::Scalable(256); in getSizeInBits()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DValueTypes.cpp234 return VectorType::get(Type::getInt1Ty(Context), 1, /*Scalable=*/ true); in getTypeForEVT()
236 return VectorType::get(Type::getInt1Ty(Context), 2, /*Scalable=*/ true); in getTypeForEVT()
238 return VectorType::get(Type::getInt1Ty(Context), 4, /*Scalable=*/ true); in getTypeForEVT()
240 return VectorType::get(Type::getInt1Ty(Context), 8, /*Scalable=*/ true); in getTypeForEVT()
242 return VectorType::get(Type::getInt1Ty(Context), 16, /*Scalable=*/ true); in getTypeForEVT()
244 return VectorType::get(Type::getInt1Ty(Context), 32, /*Scalable=*/ true); in getTypeForEVT()
246 return VectorType::get(Type::getInt8Ty(Context), 1, /*Scalable=*/ true); in getTypeForEVT()
248 return VectorType::get(Type::getInt8Ty(Context), 2, /*Scalable=*/ true); in getTypeForEVT()
250 return VectorType::get(Type::getInt8Ty(Context), 4, /*Scalable=*/ true); in getTypeForEVT()
252 return VectorType::get(Type::getInt8Ty(Context), 8, /*Scalable=*/ true); in getTypeForEVT()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackOffset.h10 // describe scalable and non-scalable offsets during frame lowering.
22 /// StackOffset is a wrapper around scalable and non-scalable offsets and is
98 /// Returns the scalable part of the offset in bytes.
101 /// Returns the non-scalable part of the offset in bytes.
106 /// For non-scalable offsets this is simply its byte size.
129 // The smallest scalable element supported by scaled SVE addressing in isValid()
130 // modes are predicates, which are 2 scalable bytes in size. So the scalable in isValid()
/external/skia/src/core/
DSkLatticeIter.cpp47 * Count the number of pixels that are in "scalable" patches.
85 // This is the "normal" case, where we scale the "scalable" patches and leave in set_points()
89 // In this case, we eliminate the "scalable" patches and scale the "fixed" patches. in set_points()
106 // Alternate between "scalable" and "fixed" patches. in set_points()
122 // In the x-dimension, the first rectangle always starts at x = 0 and is "scalable". in SkLatticeIter()
124 // first real rectangle "scalable" in the x-direction. in SkLatticeIter()
129 // "scalable" in the x-direction. Similarly, as move top to bottom, alternating in SkLatticeIter()
130 // patches will be "fixed" or "scalable" in the y-direction. in SkLatticeIter()
135 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter()
142 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h79 assert(!IsScalable && "We don't support extended scalable types yet");
89 assert (!EC.Scalable && "We don't support extended scalable types yet"); in getVectorVT()
99 "We don't support extended scalable types yet"); in changeVectorElementTypeToInteger()
158 // FIXME: We don't support extended scalable types yet, because the in isScalableVector()
282 // Given a (possibly scalable) vector type, return the ElementCount
289 "We don't support extended scalable types yet"); in getVectorElementCount()
295 /// If the value type is a scalable vector type, the scalable property will
311 /// If the value type is a scalable vector type, the scalable property will
322 /// If the value type is a scalable vector type, the scalable property will
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h440 /// If Ty is a scalable vector type, the scalable property will be set and
450 /// If Ty is a scalable vector type, the scalable property will be set and
462 /// If Ty is a scalable vector type, the scalable property will be set and
481 /// If Ty is a scalable vector type, the scalable property will be set and
494 /// If Ty is a scalable vector type, the scalable property will be set and
661 return TypeSize(MinBits, EltCnt.Scalable); in getTypeSizeInBits()
DDerivedTypes.h396 /// For scalable vectors, this will return the minimum number of elements
446 VectorType(Type *ElType, unsigned NumEl, bool Scalable = false);
452 bool Scalable; variable
461 bool Scalable = false) {
462 return VectorType::get(ElementType, {NumElements, Scalable});
540 /// Return an ElementCount instance to represent the (possibly scalable)
545 return { (unsigned)MinimumEltCnt, Scalable }; in getElementCount()
548 /// Returns whether or not this is a scalable vector (meaning the total
551 return Scalable; in isScalable()
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_full_performance_master.sh26 --category scalable \
40 --category scalable \
53 --category scalable \
Dgrpc_full_performance_release.sh26 --category scalable \
40 --category scalable \
53 --category scalable \
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testdata/src/test/assets/media/ad-responses/
Dpreroll_midroll6s_postroll.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
80 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
Dmidroll10s_midroll20s.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
Dmidroll1s_midroll7s.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testdata/src/test/assets/media/ad-responses/
Dpreroll_midroll6s_postroll.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
80 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
Dmidroll1s_midroll7s.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
Dmidroll10s_midroll20s.xml18 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
49 …y="progressive" width="640" height="360" type="video/mp4" bitrate="450" scalable="true" maintainAs…
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_full_performance_release.sh26 --category scalable \
40 --category scalable \
Dgrpc_full_performance_master.sh26 --category scalable \
40 --category scalable \
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
DNOTES31 This script will use gnuplot to create a png file named scalable.png.
35 set output "scalable.png"
/external/v4l2_codec2/common/
DVideoTypes.cpp46 return "h264 scalable baseline"; in profileToString()
48 return "h264 scalable high"; in profileToString()
/external/tensorflow/tensorflow/c/
Dgenerate-pc.sh70 Description: Library for computation using data flow graphs for scalable machine learning
84 Description: Library for computation using data flow graphs for scalable machine learning

12345678910>>...17