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_mask
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.c
1326
uint32_t
subslice_mask
, uint32_t n_eus)
in update_from_masks()
1339
topology->max_subslices = util_last_bit(
subslice_mask
);
in update_from_masks()
1345
__builtin_popcount(
subslice_mask
);
in update_from_masks()
1365
topology->data[subslice_offset] = (
subslice_mask
>> (b * 8)) & 0xff;
in update_from_masks()
1548
int
subslice_mask
= 0;
in getparam_topology()
local
1549
if (!getparam(fd, I915_PARAM_SUBSLICE_MASK, &
subslice_mask
))
in getparam_topology()
1552
return update_from_masks(devinfo, slice_mask,
subslice_mask
, n_eus);
in getparam_topology()
1325
update_from_masks(struct intel_device_info *devinfo, uint32_t slice_mask, uint32_t
subslice_mask
, uint32_t n_eus)
update_from_masks()
argument
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_noop_drm_shim.c
303
uint32_t
subslice_mask
= (1u << i915.devinfo.num_subslices[s]) - 1;
in query_write_topology()
local
306
(
subslice_mask
>> (8 * i)) & 0xff;
in query_write_topology()
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.h
363
uint64_t
subslice_mask
; /** $SubsliceMask */
member
H
A
D
intel_perf.c
386
perf->sys_vars.
subslice_mask
= 0;
in compute_topology_builtins()
393
perf->sys_vars.
subslice_mask
|= 1ULL << (s * bits_per_subslice + ss);
in compute_topology_builtins()
/third_party/mesa3d/include/drm-uapi/
H
A
D
i915_drm.h
2128
__u64
subslice_mask
;
member
/third_party/libdrm/include/drm/
H
A
D
i915_drm.h
1546
__u64
subslice_mask
;
member
Completed in 15 milliseconds