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:eu_masks
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.h
262
uint8_t
eu_masks
[INTEL_DEVICE_MAX_SLICES *
member
272
* Strides to access
eu_masks
[].
459
return (devinfo->
eu_masks
[subslice_offset + eu / 8] & (1U << eu % 8)) != 0;
in intel_device_info_eu_available()
479
for (size_t i = 0; i < ARRAY_SIZE(devinfo->
eu_masks
); i++)
in intel_device_info_eu_total()
480
total += __builtin_popcount(devinfo->
eu_masks
[i]);
in intel_device_info_eu_total()
H
A
D
intel_device_info.c
1108
memset(devinfo->
eu_masks
, 0, sizeof(devinfo->
eu_masks
));
in reset_masks()
1272
devinfo->
eu_masks
[s * devinfo->eu_slice_stride +
in update_from_single_slice_topology()
1312
assert(sizeof(devinfo->
eu_masks
) >= eu_mask_len);
in update_from_topology()
1313
memcpy(devinfo->
eu_masks
, &topology->data[topology->eu_offset], eu_mask_len);
in update_from_topology()
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.c
376
for (int i = 0; i < sizeof(devinfo->
eu_masks
); i++)
in compute_topology_builtins()
377
perf->sys_vars.n_eus += util_bitcount(devinfo->
eu_masks
[i]);
in compute_topology_builtins()
Completed in 7 milliseconds