Home
last modified time | relevance | path

Searched refs:Support (Results 1 – 25 of 1109) sorted by relevance

12345678910>>...45

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt19 "build/Android/include/llvm/Support/DataTypes.h"
23 "build/Fuchsia/include/llvm/Support/DataTypes.h"
27 "build/Linux/include/llvm/Support/DataTypes.h"
31 "build/MacOS/include/llvm/Support/DataTypes.h"
35 "build/Windows/include/llvm/Support/DataTypes.h"
37 "include/llvm-c/Support.h"
96 "include/llvm/Support/AlignOf.h"
97 "include/llvm/Support/Allocator.h"
98 "include/llvm/Support/ARMBuildAttributes.h"
99 "include/llvm/Support/Atomic.h"
[all …]
DAndroid.bp76 "lib/Support/APInt.cpp",
77 "lib/Support/Atomic.cpp",
78 "lib/Support/circular_raw_ostream.cpp",
79 "lib/Support/CommandLine.cpp",
80 "lib/Support/ConvertUTF.cpp",
81 "lib/Support/ConvertUTFWrapper.cpp",
82 "lib/Support/Debug.cpp",
83 "lib/Support/Errno.cpp",
84 "lib/Support/ErrorHandling.cpp",
85 "lib/Support/Hashing.cpp",
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DBUILD.gn219 "$subzero_llvm_dir/lib/Support/APInt.cpp",
220 "$subzero_llvm_dir/lib/Support/Atomic.cpp",
221 "$subzero_llvm_dir/lib/Support/CommandLine.cpp",
222 "$subzero_llvm_dir/lib/Support/ConvertUTF.cpp",
223 "$subzero_llvm_dir/lib/Support/ConvertUTFWrapper.cpp",
224 "$subzero_llvm_dir/lib/Support/Debug.cpp",
225 "$subzero_llvm_dir/lib/Support/Errno.cpp",
226 "$subzero_llvm_dir/lib/Support/ErrorHandling.cpp",
227 "$subzero_llvm_dir/lib/Support/Hashing.cpp",
228 "$subzero_llvm_dir/lib/Support/ManagedStatic.cpp",
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp561 "llvm/lib/Support/AArch64TargetParser.cpp",
562 "llvm/lib/Support/ABIBreak.cpp",
563 "llvm/lib/Support/APFloat.cpp",
564 "llvm/lib/Support/APInt.cpp",
565 "llvm/lib/Support/ARMAttributeParser.cpp",
566 "llvm/lib/Support/ARMBuildAttrs.cpp",
567 "llvm/lib/Support/ARMTargetParser.cpp",
568 "llvm/lib/Support/BinaryStreamError.cpp",
569 "llvm/lib/Support/BinaryStreamReader.cpp",
570 "llvm/lib/Support/BinaryStreamRef.cpp",
[all …]
DBUILD.gn849 "llvm/lib/Support/AArch64TargetParser.cpp",
850 "llvm/lib/Support/ABIBreak.cpp",
851 "llvm/lib/Support/APFloat.cpp",
852 "llvm/lib/Support/APInt.cpp",
853 "llvm/lib/Support/ARMAttributeParser.cpp",
854 "llvm/lib/Support/ARMBuildAttrs.cpp",
855 "llvm/lib/Support/ARMTargetParser.cpp",
856 "llvm/lib/Support/BinaryStreamError.cpp",
857 "llvm/lib/Support/BinaryStreamReader.cpp",
858 "llvm/lib/Support/BinaryStreamRef.cpp",
[all …]
DCMakeLists.txt563 ${LLVM_DIR}/lib/Support/ABIBreak.cpp
564 ${LLVM_DIR}/lib/Support/APFloat.cpp
565 ${LLVM_DIR}/lib/Support/APInt.cpp
566 ${LLVM_DIR}/lib/Support/ARMAttributeParser.cpp
567 ${LLVM_DIR}/lib/Support/ARMBuildAttrs.cpp
568 ${LLVM_DIR}/lib/Support/ARMTargetParser.cpp
569 ${LLVM_DIR}/lib/Support/BinaryStreamError.cpp
570 ${LLVM_DIR}/lib/Support/BinaryStreamReader.cpp
571 ${LLVM_DIR}/lib/Support/BinaryStreamRef.cpp
572 ${LLVM_DIR}/lib/Support/BinaryStreamWriter.cpp
[all …]
/third_party/node/deps/cjs-module-lexer/
DCHANGELOG.md5 - Support Unicode escapes in strings (https://github.com/guybedford/cjs-module-lexer/pull/55)
9 - Support for non-identifier exports (https://github.com/guybedford/cjs-module-lexer/pull/54, @nico…
13 - Support Babel interopRequireWildcard reexports patterns (https://github.com/guybedford/cjs-module…
16 - Support for Babel reexport conflict filter (https://github.com/guybedford/cjs-module-lexer/issues…
17 - Support trailing commas in getter patterns (https://github.com/guybedford/cjs-module-lexer/issues…
18 - Support for RollupJS reexports property checks (https://github.com/guybedford/cjs-module-lexer/is…
28 - Support named getter functions (https://github.com/guybedford/cjs-module-lexer/pull/26)
38 - Support for Babel 7.12 reexports (https://github.com/guybedford/cjs-module-lexer/pull/16)
39 - Support module.exports = { ...require('x') } reexports (https://github.com/guybedford/cjs-module-…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips.td83 "Support 64-bit FP registers">;
85 "Support for FPXX">;
100 "Mips I ISA Support [highly experimental]">;
102 "Mips II ISA Support [highly experimental]",
111 "MIPS III ISA Support [highly experimental]",
122 "Mips4", "MIPS IV ISA Support",
129 "MIPS V ISA Support [highly experimental]",
132 "Mips32 ISA Support",
136 "Mips32r2", "Mips32r2 ISA Support",
140 "Mips32r3", "Mips32r3 ISA Support",
[all …]
/third_party/libcoap/
DChangeLog6 * Support for MacOS with Contiki-NG builds.
7 * Support for Windows with OpenSSL 3.x builds.
22 * Support for RFC8613 (OSCORE).
23 * Support for RFC8974 (Extended Tokens).
24 * Support for RFC9177 (Q-Block).
25 * Support for latest RIOT code and new examples.
26 * Support for MinGW builds.
27 * Support for AF_UNIX sockets.
28 * Support for WebSockets (RFC8323).
29 * Support for IPv4 only and IPv6 only libcoap builds.
[all …]
/third_party/glslang/
DCHANGES.md22 * Support SV_ViewID keywords for HLSL
29 * Support GL_EXT_draw_instanced extension
30 * Support GL_EXT_texture_array extension
38 * Support GL_EXT_texture_shadow_lod
39 * Support GL_NV_displacement_micromap
60 * Support GL_KHR_cooperative_matrix
61 * Support GL_QCOM_image_processing_support
62 * Support outputting each module to a filename with spirv-remap
75 * Support HLSL binary literals
79 * Support pre and post HLSL qualifier validation
[all …]
/third_party/typescript/
DREADME.md59 * [x] Support custom component `struct` syntax, and add `StructDeclaration` and `EtsComponentExpres…
63 * [x] Support `gotoDefinition` for custom component name and arguments.
64 * [x] Support completion of lifecycle for `StructDeclaration` type.
65 * [x] Support `@Builder` decorator for function and method.
70 * [x] Support `@BuilderParam` decorator and custom container lambda syntax.
72 * [x] Support eTS language ScriptKind and Extension.
77 * [x] Support `@Styles` decorator and related syntax.
79 * [x] Support `stateStyles` property.
81 * [x] Support `@Extend` and `@Styles` decorators for function.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dversions.txt60 Support for this feature is defined by
69 Support for this feature is defined by
78 Support for this feature is defined by
87 Support for this feature is defined by
96 Support for this feature is defined by
105 Support for this feature is defined by
115 Support for this feature is defined by
125 Support for this feature is defined by
134 Support for these features are defined by
144 Support for this feature is defined by
[all …]
Dversions.adoc109 === Additional Vulkan 1.3 Feature Support
175 Support for this feature is defined by
184 Support for this feature is defined by
193 Support for this feature is defined by
202 Support for this feature is defined by
211 Support for this feature is defined by
223 Support for this feature is defined by
233 Support for this feature is defined by
242 Support for this feature is defined by
251 Support for these features are defined by
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap192 // Orc utilities that don't depend only on Support (not ExecutionEngine or
349 header "Support/TargetRegistry.h"
368 // A module covering ADT/ and Support/. These are intertwined and
378 module Support {
381 umbrella "Support"
385 exclude header "Support/Windows/WindowsSupport.h"
388 exclude header "Support/PluginLoader.h"
389 exclude header "Support/Solaris/sys/regset.h"
392 textual header "Support/ARMTargetParser.def"
393 textual header "Support/AArch64TargetParser.def"
[all …]
/third_party/node/deps/acorn/acorn-walk/
DCHANGELOG.md17 Support node types for class fields and private methods.
41 Support optional chaining and nullish coalescing.
43 Support `import.meta`.
63 Support walking `ImportExpression` nodes.
131 Support object spread in the AST walker.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawTestCaseUtil.hpp55 template<typename Instance, typename Support = NoSupport0>
66 …tring& name, const std::string& desc, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
94 const Support m_support;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawTestCaseUtil.hpp55 template<typename Instance, typename Support = NoSupport0>
66 …tring& name, const std::string& desc, typename Instance::TestSpec testSpec, const Support& support) in InstanceFactory()
94 const Support m_support;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86.td43 "Support CMPXCHG8B instructions">;
46 "Support POPCNT instruction">;
49 "Support fxsave/fxrestore instructions">;
52 "Support xsave instructions">;
55 "Support xsaveopt instructions">;
58 "Support xsavec instructions">;
61 "Support xsaves instructions">;
96 "Support 64-bit instructions">;
115 "Support SSE 4a instructions",
128 "Support 16-bit floating point conversion instructions",
[all …]
/third_party/curl/docs/cmdline-opts/
Dresolve.md40 Support for providing the IP address within [brackets] was added in 7.57.0.
42 Support for providing multiple IP addresses per entry was added in 7.59.0.
44 Support for resolving with wildcard was added in 7.64.0.
46 Support for the '+' prefix was was added in 7.75.0.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp57 template<typename Instance, typename Support = NoSupport0>
73 const ShaderMap& shaderPaths, const Support& support) in InstanceFactory()
112 const Support m_support;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DThreadLocal.inc1 //= llvm/Support/Win32/ThreadLocal.inc - Win32 Thread Local Data -*- C++ -*-===//
18 #include "llvm/Support/Windows/WindowsSupport.h"
19 #include "llvm/Support/ThreadLocal.h"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateTestCaseUtil.hpp57 template<typename Instance, typename Support = NoSupport0>
73 const ShaderMap& shaderPaths, const Support& support) in InstanceFactory()
112 const Support m_support;
/third_party/zlib/contrib/
DREADME.contrib8 Support for Ada
15 Support for Delphi and C++ Builder
18 Support for Microsoft .Net and Visual C++ .Net
43 Support for Pascal
/third_party/skia/third_party/externals/freetype/
Dmeson_options.txt23 description: 'Support reading bzip2-compressed font files')
40 description: 'Support color bitmap glyph formats in the PNG format;'
51 description: 'Support reading gzip-compressed font files')
Dmodules.cfg119 # Support for streams compressed with gzip (files with suffix .gz).
124 # Support for streams compressed with LZW (files with suffix .Z).
129 # Support for streams compressed with bzip2 (files with suffix .bz2).
143 # Support for PostScript glyph names.
180 # Support for GASP table queries.
205 # Support for FT_Face_CheckTrueTypePatents.
220 # Support for synthetic emboldening and slanting of fonts. Needs

12345678910>>...45