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_offset
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.c
1242
(topology->data[topology->
subslice_offset
+ ss_idx / 8] >>
in update_from_single_slice_topology()
1245
(geom_topology->data[geom_topology->
subslice_offset
+ ss_idx / 8] >>
in update_from_single_slice_topology()
1307
memcpy(devinfo->subslice_masks, &topology->data[topology->
subslice_offset
],
in update_from_topology()
1341
topology->
subslice_offset
= DIV_ROUND_UP(topology->max_slices, 8);
in update_from_masks()
1350
topology->eu_offset = topology->
subslice_offset
+
in update_from_masks()
1355
for (int b = 0; b < topology->
subslice_offset
; b++)
in update_from_masks()
1362
int
subslice_offset
= topology->
subslice_offset
+
in update_from_masks()
local
1365
topology->data[
subslice_offset
] = (subslice_mask >> (b * 8)) & 0xff;
in update_from_masks()
H
A
D
intel_device_info.h
456
unsigned
subslice_offset
= slice * devinfo->eu_slice_stride +
in intel_device_info_eu_available()
local
459
return (devinfo->eu_masks[
subslice_offset
+ eu / 8] & (1U << eu % 8)) != 0;
in intel_device_info_eu_available()
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_noop_drm_shim.c
293
info->
subslice_offset
= DIV_ROUND_UP(i915.devinfo.num_slices, 8);
in query_write_topology()
295
info->eu_offset = info->
subslice_offset
+ info->max_slices * info->subslice_stride;
in query_write_topology()
299
for (uint32_t i = 0; i < info->
subslice_offset
; i++)
in query_write_topology()
305
info->data[info->
subslice_offset
+ s * info->subslice_stride + i] =
in query_write_topology()
/third_party/mesa3d/include/drm-uapi/
H
A
D
i915_drm.h
3045
* @
subslice_offset
:
3049
__u16
subslice_offset
;
member
3101
* (data[
subslice_offset
+ X * subslice_stride + Y / 8] >> (Y % 8)) & 1
/third_party/libdrm/include/drm/
H
A
D
i915_drm.h
1865
* (data[
subslice_offset
+
1890
__u16
subslice_offset
;
member
Completed in 14 milliseconds