Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h254 unsigned waves_per_threadgroup, unsigned max_waves_per_sh,
Dac_gpu_info.c1849 ac_get_compute_resource_limits(const struct radeon_info *info, unsigned waves_per_threadgroup, in ac_get_compute_resource_limits() argument
1852 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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c806 unsigned waves_per_threadgroup = in si_emit_dispatch_packets() local
810 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()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c7189 unsigned waves_per_threadgroup; in radv_pipeline_emit_compute_state() local
7195 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()