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.h245 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup,
Dac_gpu_info.c1546 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup, in ac_get_compute_resource_limits() argument
1549 unsigned compute_resource_limits = S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0); in ac_get_compute_resource_limits()
1558 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.c771 unsigned waves_per_threadgroup = in si_emit_dispatch_packets() local
775 if (sctx->chip_class >= GFX10 && waves_per_threadgroup == 1) in si_emit_dispatch_packets()
787 ac_get_compute_resource_limits(&sscreen->info, waves_per_threadgroup, in si_emit_dispatch_packets()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5677 unsigned waves_per_threadgroup; in radv_pipeline_generate_compute_state() local
5683 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, shader->info.wave_size); in radv_pipeline_generate_compute_state()
5685 if (device->physical_device->rad_info.chip_class >= GFX10 && waves_per_threadgroup == 1) in radv_pipeline_generate_compute_state()
5690 ac_get_compute_resource_limits(&device->physical_device->rad_info, waves_per_threadgroup, in radv_pipeline_generate_compute_state()