OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_good_cu_per_sa
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_shader_util.c
457
if (info->
min_good_cu_per_sa
<= 2)
475
*late_alloc_wave64 = info->
min_good_cu_per_sa
* 10;
477
*late_alloc_wave64 = info->
min_good_cu_per_sa
* 4;
491
if (info->
min_good_cu_per_sa
<= 4) {
501
*late_alloc_wave64 = (info->
min_good_cu_per_sa
- 2) * 4;
ac_gpu_info.h
197
uint32_t
min_good_cu_per_sa
; /* min != max if SAs have different # of CUs */
member in struct:radeon_info
ac_gpu_info.c
963
info->
min_good_cu_per_sa
=
1256
fprintf(f, "
min_good_cu_per_sa
= %i\n", info->
min_good_cu_per_sa
);
ac_rgp.c
476
chunk->compute_unit_per_shader_engine = rad_info->
min_good_cu_per_sa
* rad_info->max_sa_per_se;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.c
544
ws->info.
min_good_cu_per_sa
= ws->info.num_good_compute_units /
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
si_cmd_buffer.c
324
cu_mask_ps = u_bit_consecutive(0, physical_device->rad_info.
min_good_cu_per_sa
);
radv_device.c
2012
properties->computeUnitsPerShaderArray = pdevice->rad_info.
min_good_cu_per_sa
;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_state.c
5424
cu_mask_ps = u_bit_consecutive(0, sscreen->info.
min_good_cu_per_sa
);
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026