Home
last modified time | relevance | path

Searched refs:max_waves_per_sh (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c1850 unsigned max_waves_per_sh, unsigned threadgroups_per_cu) in ac_get_compute_resource_limits() argument
1858 if (info->gfx_level == GFX9 && !max_waves_per_sh) { in ac_get_compute_resource_limits()
1859 max_waves_per_sh = info->max_good_cu_per_sa * info->num_simd_per_compute_unit * in ac_get_compute_resource_limits()
1872 S_00B854_WAVES_PER_SH(max_waves_per_sh) | S_00B854_CU_GROUP_COUNT(threadgroups_per_cu - 1); in ac_get_compute_resource_limits()
1875 if (max_waves_per_sh) { in ac_get_compute_resource_limits()
1876 unsigned limit_div16 = DIV_ROUND_UP(max_waves_per_sh, 16); in ac_get_compute_resource_limits()
Dac_gpu_info.h254 unsigned waves_per_threadgroup, unsigned max_waves_per_sh,
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c7190 unsigned max_waves_per_sh = 0; in radv_pipeline_emit_compute_state() local
7203 max_waves_per_sh, threadgroups_per_cu)); in radv_pipeline_emit_compute_state()