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:num_L3_caches
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.c
466
util_cpu_caps.
num_L3_caches
= 1;
in get_cpu_topology()
481
uint32_t
num_L3_caches
= 0;
in get_cpu_topology()
local
541
for (unsigned c = 0; c <
num_L3_caches
; c++) {
in get_cpu_topology()
548
idx =
num_L3_caches
;
in get_cpu_topology()
549
L3_found[
num_L3_caches
++] = l3_id;
in get_cpu_topology()
550
L3_affinity_masks = realloc(L3_affinity_masks, sizeof(util_affinity_mask) *
num_L3_caches
);
in get_cpu_topology()
553
memset(&L3_affinity_masks[
num_L3_caches
- 1], 0, sizeof(util_affinity_mask));
in get_cpu_topology()
562
util_cpu_caps.
num_L3_caches
=
num_L3_caches
;
in get_cpu_topology()
568
for (unsigned i = 0; i < util_cpu_caps.
num_L3_caches
;
in get_cpu_topology()
[all...]
H
A
D
u_cpu_detect.h
127
unsigned
num_L3_caches
;
member
/third_party/mesa3d/src/mesa/main/
H
A
D
glthread.c
206
if (util_get_cpu_caps()->
num_L3_caches
> 1 &&
in _mesa_glthread_flush_batch()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_screen.c
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/mesa/state_tracker/
H
A
D
st_context.c
738
if (util_get_cpu_caps()->
num_L3_caches
== 1 ||
in st_create_context_priv()
Completed in 4 milliseconds