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:max_sa_per_se
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.c
905
info->
max_sa_per_se
= device_info.num_shader_arrays_per_engine;
in ac_query_gpu_info()
1142
for (j = 0; j < info->
max_sa_per_se
; j++) {
in ac_query_gpu_info()
1144
assert(info->
max_sa_per_se
<= 2);
in ac_query_gpu_info()
1158
assert(info->
max_sa_per_se
== 1);
in ac_query_gpu_info()
1172
for (unsigned sa = 0; sa < info->
max_sa_per_se
; sa++) {
in ac_query_gpu_info()
1189
DIV_ROUND_UP(info->num_cu, (info->num_se * info->
max_sa_per_se
* cu_group)) *
in ac_query_gpu_info()
1192
(info->num_cu / (info->num_se * info->
max_sa_per_se
* cu_group)) * cu_group;
in ac_query_gpu_info()
1331
info->max_scratch_waves = MAX2(32 * info->min_good_cu_per_sa * info->
max_sa_per_se
* info->num_se,
in ac_query_gpu_info()
1550
for (unsigned j = 0; j < info->
max_sa_per_se
; j++) {
in ac_print_gpu_info()
1560
fprintf(f, "
max_sa_per_se
in ac_print_gpu_info()
[all...]
H
A
D
ac_gpu_info.h
204
uint32_t
max_sa_per_se
; /* shader arrays per shader engine */
member
H
A
D
ac_rgp.c
469
chunk->compute_unit_per_shader_engine = rad_info->min_good_cu_per_sa * rad_info->
max_sa_per_se
;
in ac_sqtt_fill_asic_info()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_winsys.c
527
&ws->info.
max_sa_per_se
);
in do_winsys_init()
531
(ws->info.max_se * ws->info.
max_sa_per_se
);
in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
1317
printf("max_sh_per_se = %i\n", rscreen->info.
max_sa_per_se
);
in r600_common_screen_init()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
2328
properties->shaderArraysPerEngineCount = pdevice->rad_info.
max_sa_per_se
;
in radv_GetPhysicalDeviceProperties2()
Completed in 19 milliseconds