Home
last modified time | relevance | path

Searched refs:architectures (Results 1 – 25 of 254) sorted by relevance

1234567891011

/third_party/flutter/skia/tools/skqp/
Dmake_universal_apk.py75 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/
DArchitecture.def14 /// 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.
DSymbol.h100 const_filtered_target_range targets(ArchitectureSet architectures) const;
/third_party/skia/tools/skqp/
Dcreate_apk.py148 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/
Dsupported-kernel-libc-versions.txt9 We test both gcc and clang toolchains, various architectures with cross-compilation.
41 1.2 Tested architectures
/third_party/icu/vendor/double-conversion/upstream/
DChangelog72 Support for more architectures.
130 Support more architectures.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVECallingConv.td9 // This describes the calling conventions for the VE architectures.
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-t860-skips.txt5 # These are really slow on tiling architectures (including llvmpipe).
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_scene_marker.txt27 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/
DEXT_scene_marker.txt27 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/
Dhotplug05.txt5 # "mm_struct slab leak (affected only some architectures)"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
DTargets.def.in10 |* 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/
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
/third_party/elfio/
DREADME.md11 a wide variety of architectures and compilers.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/android/include/llvm/Config/
DTargets.def10 |* 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/
DTargets.def10 |* 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/
DTargets.def10 |* 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/
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
/third_party/ltp/testcases/misc/math/float/
DREADME60 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/
DLanaiCallingConv.td9 // This describes the calling conventions for the Lanai architectures.
/third_party/rust/crates/minimal-lexical/
DREADME.md71 …, 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/
DEGL_EXT_protected_surface.txt192 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/
DEGL_EXT_protected_surface.txt192 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/
DNV_texture_expand_normal.txt38 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/
Ddart.dart29 /// 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