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:cu_bitmap
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_gpu_info.c
223
memcpy(&dev->info.
cu_bitmap
[0][0], &dev->dev_info.
cu_bitmap
[0][0], sizeof(dev->info.
cu_bitmap
));
in amdgpu_query_gpu_info_init()
H
A
D
amdgpu.h
479
uint32_t
cu_bitmap
[4][4];
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
117
uint32_t
cu_bitmap
[4][4];
member
238
uint32_t
cu_bitmap
[4][4];
member
1145
info->cu_mask[i][j] = device_info.
cu_bitmap
[i % 4][(i / 4) * 2 + j];
in ac_query_gpu_info()
1153
* SE4 -->
cu_bitmap
[0][1]
in ac_query_gpu_info()
1154
* SE5 -->
cu_bitmap
[1][1]
in ac_query_gpu_info()
1155
* SE6 -->
cu_bitmap
[2][1]
in ac_query_gpu_info()
1156
* SE7 -->
cu_bitmap
[3][1]
in ac_query_gpu_info()
1159
info->cu_mask[i][0] = device_info.
cu_bitmap
[i % 4][i / 4];
in ac_query_gpu_info()
1161
info->cu_mask[i][j] = device_info.
cu_bitmap
[i][j];
in ac_query_gpu_info()
/third_party/mesa3d/include/drm-uapi/
H
A
D
amdgpu_drm.h
1017
__u32
cu_bitmap
[4][4];
member
/third_party/libdrm/include/drm/
H
A
D
amdgpu_drm.h
1009
__u32
cu_bitmap
[4][4];
member
Completed in 11 milliseconds