| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | TypeSize.h | 10 // 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 …]
|
| D | MachineValueType.h | 676 /// 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 …]
|
| /third_party/grpc/tools/run_tests/performance/ |
| D | scenario_config.py | 25 SCALABLE = "scalable" variable 32 DEFAULT_CATEGORIES = (SCALABLE, SMOKETEST) 339 categories=[SCALABLE], 358 + [SCALABLE], 375 + [SCALABLE], 393 + [SCALABLE], 424 categories=inproc_categories + [SCALABLE], 442 categories=inproc_categories + [SCALABLE], 470 categories=inproc_categories + [SCALABLE], 483 categories=inproc_categories + [SCALABLE], [all …]
|
| D | README.md | 29 the tests. Continuous runs will typically run tests in the `scalable` category. 31 The following example counts scenarios in the `scalable` category: 34 $ ./tools/run_tests/performance/scenario_config_exporter.py --count_scenarios --category=scalable 35 Scenario count for all languages (category: scalable): 37 56 c++ scalable 38 19 python_asyncio scalable 39 16 java scalable 40 12 go scalable 41 12 node scalable 42 9 csharp scalable [all …]
|
| D | scenario_config_exporter.py | 32 # --category=scalable 36 # scenario_config.py --count_scenarios --category=scalable 67 main_categories = ("scalable", "smoketest") 107 # 'scalable' and 'smoketest'. This matches the behavior of 110 "CATEGORIES", ["scalable", "smoketest"] 194 "scalable",
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ValueTypes.cpp | 234 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 …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64StackOffset.h | 10 // 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()
|
| /third_party/skia/src/core/ |
| D | SkLatticeIter.cpp | 47 * 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 …]
|
| /third_party/skia/m133/src/core/ |
| D | SkLatticeIter.cpp | 53 * Count the number of pixels that are in "scalable" patches. 91 // This is the "normal" case, where we scale the "scalable" patches and leave in set_points() 95 // In this case, we eliminate the "scalable" patches and scale the "fixed" patches. in set_points() 112 // Alternate between "scalable" and "fixed" patches. in set_points() 128 // In the x-dimension, the first rectangle always starts at x = 0 and is "scalable". in SkLatticeIter() 130 // first real rectangle "scalable" in the x-direction. in SkLatticeIter() 135 // "scalable" in the x-direction. Similarly, as move top to bottom, alternating in SkLatticeIter() 136 // patches will be "fixed" or "scalable" in the y-direction. in SkLatticeIter() 141 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter() 148 // Once we've decided that the first patch is "scalable", we don't need the in SkLatticeIter() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | profiles.c | 103 { FF_PROFILE_MPEG2_SS, "Spatially Scalable" }, 104 { FF_PROFILE_MPEG2_SNR_SCALABLE, "SNR Scalable" }, 113 { FF_PROFILE_MPEG4_SIMPLE_SCALABLE, "Simple Scalable Profile" }, 117 { FF_PROFILE_MPEG4_SCALABLE_TEXTURE, "Scalable Texture Profile" }, 122 { FF_PROFILE_MPEG4_CORE_SCALABLE, "Code Scalable Profile" }, 125 { FF_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE, "Advanced Scalable Texture Profile" },
|
| D | mpeg4audio.h | 78 AOT_AAC_SSR, ///< N (code in SoC repo) Scalable Sample Rate 81 AOT_AAC_SCALABLE, ///< N Scalable 92 AOT_ER_AAC_SCALABLE, ///< N Error Resilient Scalable 109 AOT_SLS, ///< N Scalable LosslesS 110 AOT_SLS_NON_CORE, ///< N Scalable LosslesS (non core)
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ValueTypes.h | 79 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
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | DataLayout.h | 440 /// 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()
|
| D | DerivedTypes.h | 396 /// 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()
|
| /third_party/astc-encoder/ |
| D | README_zh.md | 3 ASTC(Adaptive Scalable Texture Compression)是由ARM和AMD联合开发的一种先进的纹理压缩技术。它已经被采纳为OpenGL和OpenGL ES API的官方… 4 ASTC Encoder(Adaptive Scalable Texture Compression Encoder)是ARM推出的一款使用ASTC纹理压缩标准对图像进行压缩和解压的参考代码。
|
| D | README.OpenSource | 9 …"Description":"The Arm Adaptive Scalable Texture Compression (ASTC) Encoder,astcenc,is a command-l…
|
| /third_party/grpc/tools/internal_ci/linux/ |
| D | grpc_full_performance_master.sh | 26 --category scalable \ 40 --category scalable \
|
| D | grpc_full_performance_release.sh | 26 --category scalable \ 40 --category scalable \
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
| D | NOTES | 31 This script will use gnuplot to create a png file named scalable.png. 35 set output "scalable.png"
|
| /third_party/lz4/contrib/snap/ |
| D | snapcraft.yaml | 6 speed > 500 MB/s per core, scalable with multi-cores CPU. It features an
|
| /third_party/skia/include/core/ |
| D | SkFont.h | 105 /** Returns true if font and glyph metrics are requested to be linearly scalable. 107 @return true if font and glyph metrics are requested to be linearly scalable. 146 /** Requests, but does not require, linearly scalable font and glyph metrics. 151 @param linearMetrics setting for linearly scalable font and glyph metrics.
|
| /third_party/skia/m133/include/core/ |
| D | SkFont.h | 115 /** Returns true if font and glyph metrics are requested to be linearly scalable. 117 @return true if font and glyph metrics are requested to be linearly scalable. 156 /** Requests, but does not require, linearly scalable font and glyph metrics. 161 @param linearMetrics setting for linearly scalable font and glyph metrics.
|
| /third_party/ffmpeg/doc/ |
| D | decoders.texi | 37 Select an operating point of a scalable AV1 bitstream (0 - 31). Default is 0. 94 Select an operating point of a scalable AV1 bitstream (0 - 31). Defaults to the 98 Output all spatial layers of a scalable AV1 bitstream. The default value is false.
|
| /third_party/mesa3d/src/imagination/common/ |
| D | pvr_device_info.h | 67 * \param n Number of scalable units. 105 * Unpacks N value (number of scalable units) from packed BVNC. 108 * \return Number of scalable units.
|
| /third_party/ffmpeg/libavformat/ |
| D | hevc.c | 378 * configuration record applies is temporally scalable and the contained in hvcc_parse_vps() 381 * indicates that the stream is not temporally scalable. Value 0 indicates in hvcc_parse_vps() 382 * that it is unknown whether the stream is temporally scalable. in hvcc_parse_vps() 497 * configuration record applies is temporally scalable and the contained in hvcc_parse_sps() 500 * indicates that the stream is not temporally scalable. Value 0 indicates in hvcc_parse_sps() 501 * that it is unknown whether the stream is temporally scalable. in hvcc_parse_sps()
|