Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_gpu_info.h216 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup,
Dac_gpu_info.c1263 unsigned ac_get_compute_resource_limits(struct radeon_info *info, unsigned waves_per_threadgroup, in ac_get_compute_resource_limits() argument
1266 unsigned compute_resource_limits = S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0); in ac_get_compute_resource_limits()
1275 if (num_cu_per_se % 4 && waves_per_threadgroup == 1) in ac_get_compute_resource_limits()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c730 unsigned waves_per_threadgroup = in si_emit_dispatch_packets() local
734 if (sctx->chip_class >= GFX10 && waves_per_threadgroup == 1) in si_emit_dispatch_packets()
739 ac_get_compute_resource_limits(&sscreen->info, waves_per_threadgroup, in si_emit_dispatch_packets()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5373 unsigned waves_per_threadgroup; in radv_pipeline_generate_compute_state() local
5380 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, in radv_pipeline_generate_compute_state()
5384 waves_per_threadgroup == 1) in radv_pipeline_generate_compute_state()
5389 waves_per_threadgroup, in radv_pipeline_generate_compute_state()