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
defs:max_se
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_sqtt.c
42
unsigned
max_se
= rad_info->
max_se
;
in ac_thread_trace_get_data_offset()
local
H
A
D
ac_gpu_info.h
203
uint32_t
max_se
; /* number of shader engines incl. disabled ones */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_gfx.c
145
void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned
max_se
, unsigned max_sh)
in amdgpu_gfx_parse_disable_cu()
argument
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_sqtt.c
84
unsigned
max_se
= rad_info->
max_se
;
in radv_emit_thread_trace_start()
local
259
unsigned
max_se
= device->physical_device->rad_info.
max_se
;
in radv_emit_thread_trace_stop()
local
405
unsigned
max_se
= device->physical_device->rad_info.
max_se
;
in radv_thread_trace_init_bo()
local
664
unsigned
max_se
= rad_info->
max_se
;
radv_get_thread_trace()
local
[all...]
H
A
D
radv_shader.c
1238
unsigned
max_se
= pdevice->rad_info.
max_se
;
in radv_consider_culling()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_gfx.c
113
void amdgpu_gfx_parse_disable_cu(unsigned int *mask, unsigned int
max_se
, unsigned int max_sh)
in amdgpu_gfx_parse_disable_cu()
argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_sqtt.c
43
unsigned
max_se
= sctx->screen->info.
max_se
;
in si_thread_trace_init_bo()
local
85
unsigned
max_se
= sscreen->info.
max_se
;
in si_emit_thread_trace_start()
local
289
unsigned
max_se
= sctx->screen->info.
max_se
;
in si_emit_thread_trace_stop()
local
533
unsigned
max_se
= sctx->screen->info.
max_se
;
si_get_thread_trace()
local
[all...]
Completed in 10 milliseconds