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:slice_masks
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.h
243
uint8_t
slice_masks
;
member
441
return (devinfo->
slice_masks
& (1U << slice)) != 0;
in intel_device_info_slice_available()
H
A
D
intel_device_info.c
1106
memset(&devinfo->
slice_masks
, 0, sizeof(devinfo->
slice_masks
));
in reset_masks()
1115
devinfo->num_slices = __builtin_popcount(devinfo->
slice_masks
);
in update_slice_subslice_counts()
1142
assert(devinfo->
slice_masks
== 1 || devinfo->verx10 >= 125);
in update_pixel_pipes()
1258
devinfo->
slice_masks
|= 1u << s;
in update_from_single_slice_topology()
1298
assert(sizeof(devinfo->
slice_masks
) >= DIV_ROUND_UP(topology->max_slices, 8));
in update_from_topology()
1299
memcpy(&devinfo->
slice_masks
, topology->data, DIV_ROUND_UP(topology->max_slices, 8));
in update_from_topology()
H
A
D
intel_device_info_test.h
31
assert(__builtin_popcount(devinfo->
slice_masks
) <= devinfo->max_slices);
in verify_device_info()
H
A
D
intel_dev_info.c
139
n_s += (devinfo.
slice_masks
& (1u << s)) ? 1 : 0;
in main()
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.c
352
perf->sys_vars.slice_mask = devinfo->
slice_masks
;
in compute_topology_builtins()
390
for (int s = 0; s < util_last_bit(devinfo->
slice_masks
); s++) {
in compute_topology_builtins()
Completed in 7 milliseconds