Searched refs:architectures (Results 1 – 25 of 254) sorted by relevance
1234567891011
/third_party/flutter/skia/tools/skqp/ |
D | make_universal_apk.py | 75 def make_apk(architectures, argument 88 assert architectures 90 for arch in architectures) 146 for arch in architectures: 188 arches = '_'.join(sorted(architectures)) 204 architectures = sys.argv[1:] 209 if not architectures: 210 architectures = skia_to_android_arch_name_map.keys() 226 ('Architectures', architectures)]: 229 make_apk(architectures,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.def | 14 /// X86 architectures sorted by cpu type and sub type id. 22 /// ARM architectures sorted by cpu sub type id. 36 /// ARM64 architectures sorted by cpu sub type id.
|
D | Symbol.h | 100 const_filtered_target_range targets(ArchitectureSet architectures) const;
|
/third_party/skia/tools/skqp/ |
D | create_apk.py | 148 for arch in opts.architectures: 181 arches = '_'.join(sorted(opts.architectures)) 211 self.architectures = args if args else skia_to_android_arch_name_map.keys() 226 ('Architectures', self.architectures)]:
|
/third_party/ltp/doc/ |
D | supported-kernel-libc-versions.txt | 9 We test both gcc and clang toolchains, various architectures with cross-compilation. 41 1.2 Tested architectures
|
/third_party/icu/vendor/double-conversion/upstream/ |
D | Changelog | 72 Support for more architectures. 130 Support more architectures.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VECallingConv.td | 9 // This describes the calling conventions for the VE architectures.
|
/third_party/mesa3d/src/panfrost/ci/ |
D | panfrost-t860-skips.txt | 5 # These are really slow on tiling architectures (including llvmpipe).
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_scene_marker.txt | 27 architectures, in which all of the geometry for a region a window must 29 other architectures requiring a scene database, such as scanline depth 34 * Region architectures usually generate only a color buffer. Depth,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_scene_marker.txt | 27 architectures, in which all of the geometry for a region a window must 29 other architectures requiring a scene database, such as scanline depth 34 * Region architectures usually generate only a color buffer. Depth,
|
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | hotplug05.txt | 5 # "mm_struct slab leak (affected only some architectures)"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | Targets.def.in | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/darwin/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/elfio/ |
D | README.md | 11 a wide variety of architectures and compilers.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/fuchsia/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/ |
D | Targets.def | 10 |* This file enumerates all of the target architectures supported by *|
|
/third_party/ltp/testcases/misc/math/float/ |
D | README | 60 4) these tests have been started on ia64 and ia32 architectures.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiCallingConv.td | 9 // This describes the calling conventions for the Lanai architectures.
|
/third_party/rust/crates/minimal-lexical/ |
D | README.md | 71 …, including big and small-endian systems, to ensure portable code. Supported architectures include: 86 minimal-lexical should also work on a wide variety of other architectures and ISAs. If you have any…
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_protected_surface.txt | 192 PROPOSED: No. Different CPU and GPU architectures have different secure access 194 architectures will take a CPU exeception. On other architectures, reads will get
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_protected_surface.txt | 192 PROPOSED: No. Different CPU and GPU architectures have different secure access 194 architectures will take a CPU exeception. On other architectures, reads will get
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_expand_normal.txt | 38 architectures. Support for NV3x (GeForce FX), NV4x (GeForce 6 39 Series), and G7x (GeForce 7x00) architectures will continue.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_system/targets/ |
D | dart.dart | 29 /// The define to control what iOS architectures are built for. 31 /// This is expected to be a comma-separated list of architectures. If not
|
1234567891011