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:subslice_masks
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info_test.h
22
assert(devinfo->num_slices <= ARRAY_SIZE(devinfo->
subslice_masks
));
in verify_device_info()
34
for (size_t i = 0; i < ARRAY_SIZE(devinfo->
subslice_masks
); i++)
in verify_device_info()
35
total_subslices += __builtin_popcount(devinfo->
subslice_masks
[i]);
in verify_device_info()
H
A
D
intel_device_info.h
249
uint8_t
subslice_masks
[INTEL_DEVICE_MAX_SLICES *
member
254
* subslices are enabled, see
subslice_masks
[].
267
* Stride to access
subslice_masks
[].
448
return (devinfo->
subslice_masks
[slice * devinfo->subslice_slice_stride +
in intel_device_info_subslice_available()
467
for (size_t i = 0; i < ARRAY_SIZE(devinfo->
subslice_masks
); i++) {
in intel_device_info_subslice_total()
468
total += __builtin_popcount(devinfo->
subslice_masks
[i]);
in intel_device_info_subslice_total()
H
A
D
intel_device_info.c
1107
memset(devinfo->
subslice_masks
, 0, sizeof(devinfo->
subslice_masks
));
in reset_masks()
1123
__builtin_popcount(devinfo->
subslice_masks
[s * devinfo->subslice_slice_stride + b]);
in update_slice_subslice_counts()
1132
update_pixel_pipes(struct intel_device_info *devinfo, uint8_t *
subslice_masks
)
in update_pixel_pipes()
argument
1159
if (subslice_idx < ARRAY_SIZE(devinfo->
subslice_masks
))
in update_pixel_pipes()
1161
__builtin_popcount(
subslice_masks
[subslice_idx] & ppipe_mask);
in update_pixel_pipes()
1210
* workloads, analogous to intel_device_info::
subslice_masks
. This
in update_from_single_slice_topology()
1214
uint8_t geom_subslice_masks[ARRAY_SIZE(devinfo->
subslice_masks
)] = { 0 };
in update_from_single_slice_topology()
1260
devinfo->
subslice_masks
[s * devinfo->subslice_slice_stride +
in update_from_single_slice_topology()
1306
assert(sizeof(devinfo->
subslice_masks
) >
in update_from_topology()
[all...]
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.c
371
for (int i = 0; i < sizeof(devinfo->
subslice_masks
[i]); i++) {
in compute_topology_builtins()
373
util_bitcount(devinfo->
subslice_masks
[i]);
in compute_topology_builtins()
Completed in 6 milliseconds