Home
last modified time | relevance | path

Searched refs:threadgroups_per_cu (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_gpu_info.h217 unsigned max_waves_per_sh, unsigned threadgroups_per_cu);
Dac_gpu_info.c1264 unsigned max_waves_per_sh, unsigned threadgroups_per_cu) in ac_get_compute_resource_limits() argument
1278 assert(threadgroups_per_cu >= 1 && threadgroups_per_cu <= 8); in ac_get_compute_resource_limits()
1280 S_00B854_WAVES_PER_SH(max_waves_per_sh) | S_00B854_CU_GROUP_COUNT(threadgroups_per_cu - 1); in ac_get_compute_resource_limits()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c732 unsigned threadgroups_per_cu = 1; in si_emit_dispatch_packets() local
735 threadgroups_per_cu = 2; in si_emit_dispatch_packets()
740 sctx->cs_max_waves_per_sh, threadgroups_per_cu)); in si_emit_dispatch_packets()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5372 unsigned threadgroups_per_cu = 1; in radv_pipeline_generate_compute_state() local
5385 threadgroups_per_cu = 2; in radv_pipeline_generate_compute_state()
5391 threadgroups_per_cu)); in radv_pipeline_generate_compute_state()