Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpu_family
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/bin/
H
A
D
gen_vs_module_defs.py
38
def gen_vs_module_def(in_file: str, out_file: str, compiler_id: str,
cpu_family
: str) -> None:
60
(compiler_id == 'gcc') and (
cpu_family
not in {'x86_64', 'aarch64'}):
74
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/libgl-gdi/opengl32.def --compiler_id gcc --
cpu_family
x86_64
75
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/libgl-gdi/opengl32.def.in --out_file src/gallium/targets/libgl-gdi/opengl32.mingw.def --compiler_id gcc --
cpu_family
x86
77
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/osmesa/osmesa.def --compiler_id gcc --
cpu_family
x86_64
78
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/osmesa/osmesa.def.in --out_file src/gallium/targets/osmesa/osmesa.mingw.def --compiler_id gcc --
cpu_family
x86
80
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file src/gallium/targets/wgl/gallium_wgl.def --compiler_id gcc --
cpu_family
x86_64
81
python ./bin/gen_vs_module_defs.py --in_file src/gallium/targets/wgl/gallium_wgl.def.in --out_file src/gallium/targets/wgl/gallium_wgl.mingw.def --compiler_id gcc --
cpu_family
x86
83
python ./bin/gen_vs_module_defs.py --in_file src/egl/main/egl.def.in --out_file src/egl/main/egl.def --compiler_id gcc --
cpu_family
x86_64
84
python ./bin/gen_vs_module_defs.py --in_file src/egl/main/egl.def.in --out_file src/egl/main/egl.mingw.def --compiler_id gcc --
cpu_family
x8
[all...]
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
49
enum
cpu_family
{
enum
87
enum
cpu_family
family;
H
A
D
u_cpu_detect.c
403
AndroidCpuFamily
cpu_family
= android_getCpuFamily();
in check_os_arm_support()
406
if (
cpu_family
== ANDROID_CPU_FAMILY_ARM) {
in check_os_arm_support()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
cpu.c
179
const AndroidCpuFamily
cpu_family
= android_getCpuFamily();
in AndroidCPUInfo()
local
182
return
cpu_family
== ANDROID_CPU_FAMILY_ARM &&
in AndroidCPUInfo()
Completed in 3 milliseconds