HomeSort by: relevance | last modified time | path
    Searched refs:waves_per_threadgroup (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_gpu_info.h 245 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup,
ac_gpu_info.c 1546 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup,
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/
si_compute.c 766 unsigned waves_per_threadgroup = local
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/
si_compute.c 771 unsigned waves_per_threadgroup = local
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/
radv_pipeline.c 3865 unsigned waves_per_threadgroup; local
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/
radv_pipeline.c 5677 unsigned waves_per_threadgroup; local
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 52 milliseconds