Searched refs:threads_per_threadgroup (Results 1 – 2 of 2) sorted by relevance
729 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; in si_emit_dispatch_packets() local731 DIV_ROUND_UP(threads_per_threadgroup, sscreen->compute_wave_size); in si_emit_dispatch_packets()
5371 unsigned threads_per_threadgroup; in radv_pipeline_generate_compute_state() local5377 threads_per_threadgroup = shader->info.cs.block_size[0] * in radv_pipeline_generate_compute_state()5380 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, in radv_pipeline_generate_compute_state()