Home
last modified time | relevance | path

Searched refs:Supports (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/flutter/skia/src/core/
DSkOpts.cpp118 if (SkCpu::Supports(SkCpu::SSSE3)) { Init_ssse3(); } in init()
122 if (SkCpu::Supports(SkCpu::SSE41)) { Init_sse41(); } in init()
126 if (SkCpu::Supports(SkCpu::SSE42)) { Init_sse42(); } in init()
130 if (SkCpu::Supports(SkCpu::AVX)) { Init_avx(); } in init()
131 if (SkCpu::Supports(SkCpu::HSW)) { Init_hsw(); } in init()
135 if (SkCpu::Supports(SkCpu::CRC32)) { in init()
DSkCpu.h51 static bool Supports(uint32_t);
56 inline bool SkCpu::Supports(uint32_t mask) { in Supports() function
DSkBlitter_RGB565.cpp67 bool SkRGB565_Shader_Blitter::Supports(const SkPixmap& device, const SkPaint& paint) { in Supports() function in SkRGB565_Shader_Blitter
89 SkASSERT(Supports(device, paint)); in SkRGB565_Shader_Blitter()
DSkBlitter_Sprite.cpp58 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { in Supports() function in SkSpriteBlitter_Memcpy
188 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) { in ChooseSprite()
/third_party/mindspore/mindspore/lite/
DREADME.md23 - Assembly code to improve performance of kernel operators. Supports CPU, GPU, and NPU.
25 - Supports IOS, Android.
26 - Supports Lite OS.
27 - Supports mobile device, smart screen, pad, and IOT devices.
28 - Supports third party models such as TFLite, CAFFE and ONNX.
/third_party/boost/libs/beast/doc/qbk/03_core/
D2_streams.qbk26 Supports buffer-oriented blocking reads.
31 Supports buffer-oriented blocking writes.
41 Supports buffer-oriented asynchronous reads.
46 Supports buffer-oriented asynchronous writes.
/third_party/flutter/skia/third_party/externals/spirv-tools/
DCHANGES141 - Supports SPIR-V 1.1 Rev 1
142 - Supports SPIR-V 1.0 Rev 5
143 - Supports GLSL std450 extended instructions 1.0 Rev 3
144 - Supports OpenCL extended instructions 1.0 Rev 2
146 - Supports floating point widths of 16, 32, 64 bits
147 - Supports integer widths up to 64 bits
/third_party/skia/src/core/
DSkCpu.h53 static bool Supports(uint32_t);
58 inline bool SkCpu::Supports(uint32_t mask) { in Supports() function
DSkBlitter_RGB565.cpp66 bool SkRGB565_Shader_Blitter::Supports(const SkPixmap& device, const SkPaint& paint) { in Supports() function in SkRGB565_Shader_Blitter
88 SkASSERT(Supports(device, paint)); in SkRGB565_Shader_Blitter()
DSkBlitter_Sprite.cpp62 static bool Supports(const SkPixmap& dst, const SkPixmap& src, const SkPaint& paint) { in Supports() function in SkSpriteBlitter_Memcpy
202 if (!blitter && SkSpriteBlitter_Memcpy::Supports(dst, source, paint)) { in ChooseSprite()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/config/
Dfull_quant.cfg2 # Supports WEIGHT_QUANT or FULL_QUANT
23 # Supports RGB or GRAY or BGR
Dfixed_bit_weight_quant.cfg2 # Supports WEIGHT_QUANT or FULL_QUANT
Dmixed_bit_weight_quant.cfg2 # Supports WEIGHT_QUANT or FULL_QUANT
/third_party/openssl/doc/man3/
DEVP_DigestSignInit.pod52 Supports SHA1, SHA224, SHA256, SHA384 and SHA512
56 Supports SHA1, SHA224, SHA256, SHA384, SHA512 and SM3
60 Supports no digests (the digest B<type> must be NULL)
64 Supports SHA1, SHA256, SHA384 and SHA512
77 Supports any digest
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dpointer_router_test.dart32 test('Supports re-entrant cancellation', () {
47 test('Supports global callbacks', () {
66 test('Supports re-entrant global cancellation', () {
/third_party/boost/libs/math/doc/vector_functionals/
Dnorms.qbk109 Supports real, integral, and complex arithmetic.
121 Supports real, integral, and complex arithmetic.
136 Supports both real, integral, and complex arithmetic.
153 Supports both real, integral, and complex arithmetic.
167 Supports real, integral, and complex numbers.
/third_party/mindspore/mindspore/lite/test/config/quant/
Dml_face_mnet_image_posttraining.config12 # Supports RGB or GRAY or BGR
/third_party/node/deps/npm/node_modules/util-promisify/
DREADME.md6 Supports [all major node versions](https://github.com/nodejs/LTS#lts-schedule1).
/third_party/boost/tools/build/src/tools/
Dzstd.jam8 # Supports the zstd library
/third_party/node/deps/npm/node_modules/has-symbols/
DREADME.md11 Determine if the JS environment has Symbol support. Supports spec, or shams.
/third_party/boost/libs/numeric/ublas/
Dclblas.jam7 # Supports the clblas library
Dopencl.jam7 # Supports the opencl library
/third_party/node/deps/npm/node_modules/query-string/
Dreadme.md104 Supports both `Function` as a custom sorting function or `false` to disable sorting.
189 Supports both `Function` as a custom sorting function or `false` to disable sorting.
/third_party/qrcodegen/rust/
DReadme.markdown20 * Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code M…
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-directfb.md4 Supports:

12345