Home
last modified time | relevance | path

Searched refs:threads_per_threadgroup (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c729 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; in si_emit_dispatch_packets() local
731 DIV_ROUND_UP(threads_per_threadgroup, sscreen->compute_wave_size); in si_emit_dispatch_packets()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5371 unsigned threads_per_threadgroup; in radv_pipeline_generate_compute_state() local
5377 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()