Searched refs:waves_per_threadgroup (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_gpu_info.h245 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup,
H A Dac_gpu_info.c1546 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup, argument
1549 unsigned compute_resource_limits = S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0);
1558 if (num_cu_per_se % 4 && waves_per_threadgroup == 1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c766 unsigned waves_per_threadgroup = local in function:si_emit_dispatch_packets
769 S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0);
779 if (num_cu_per_se % 4 && waves_per_threadgroup == 1)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c771 unsigned waves_per_threadgroup = local in function:si_emit_dispatch_packets
775 if (sctx->chip_class >= GFX10 && waves_per_threadgroup == 1)
787 ac_get_compute_resource_limits(&sscreen->info, waves_per_threadgroup,
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c3865 unsigned waves_per_threadgroup; local in function:radv_compute_generate_pm4
3887 waves_per_threadgroup =
3892 S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0);
3903 if (num_cu_per_se % 4 && waves_per_threadgroup == 1)
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c5677 unsigned waves_per_threadgroup; local in function:radv_pipeline_generate_compute_state
5683 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, shader->info.wave_size);
5685 if (device->physical_device->rad_info.chip_class >= GFX10 && waves_per_threadgroup == 1)
5690 ac_get_compute_resource_limits(&device->physical_device->rad_info, waves_per_threadgroup,

Completed in 23 milliseconds