Searched refs:waves_per_threadgroup (Results 1 – 4 of 4) sorted by relevance
254 unsigned waves_per_threadgroup, unsigned max_waves_per_sh,
1849 ac_get_compute_resource_limits(const struct radeon_info *info, unsigned waves_per_threadgroup, in ac_get_compute_resource_limits() argument1852 unsigned compute_resource_limits = S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0); in ac_get_compute_resource_limits()1867 if (num_cu_per_se % 4 && waves_per_threadgroup == 1) in ac_get_compute_resource_limits()
806 unsigned waves_per_threadgroup = in si_emit_dispatch_packets() local810 if (sctx->gfx_level >= GFX10 && waves_per_threadgroup == 1) in si_emit_dispatch_packets()822 ac_get_compute_resource_limits(&sscreen->info, waves_per_threadgroup, in si_emit_dispatch_packets()
7189 unsigned waves_per_threadgroup; in radv_pipeline_emit_compute_state() local7195 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, shader->info.wave_size); in radv_pipeline_emit_compute_state()7197 if (pdevice->rad_info.gfx_level >= GFX10 && waves_per_threadgroup == 1) in radv_pipeline_emit_compute_state()7202 ac_get_compute_resource_limits(&pdevice->rad_info, waves_per_threadgroup, in radv_pipeline_emit_compute_state()