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:util_cpu_caps_t
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
63
struct
util_cpu_caps_t
{
struct
139
static inline ATTRIBUTE_CONST const struct
util_cpu_caps_t
*
142
extern struct
util_cpu_caps_t
util_cpu_caps;
in util_get_cpu_caps()
H
A
D
u_cpu_detect.c
96
struct
util_cpu_caps_t
util_cpu_caps;
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H
A
D
rtasm_cpu.c
38
static const struct
util_cpu_caps_t
*get_cpu_caps(void)
in get_cpu_caps()
/third_party/mesa3d/src/gallium/tests/unit/
H
A
D
u_half_test.c
43
((struct
util_cpu_caps_t
*)util_get_cpu_caps())->has_f16c = false;
in main()
H
A
D
translate_test.c
53
extern struct
util_cpu_caps_t
util_cpu_caps;
in main()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_screen.c
921
const struct
util_cpu_caps_t
*cpu_caps = util_get_cpu_caps();
in update_cache_sha1_cpu()
926
STATIC_ASSERT(offsetof(struct
util_cpu_caps_t
, num_L3_caches) == 6 * sizeof(uint32_t));
in update_cache_sha1_cpu()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
446
extern struct
util_cpu_caps_t
util_cpu_caps;
in lp_build_init()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_screen.c
903
const struct
util_cpu_caps_t
*caps = util_get_cpu_caps();
in iris_screen_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
1212
const struct
util_cpu_caps_t
*caps = util_get_cpu_caps();
in radeonsi_screen_create_impl()
Completed in 7 milliseconds