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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.c770 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; local in function:si_emit_dispatch_packets
772 DIV_ROUND_UP(threads_per_threadgroup, sscreen->compute_wave_size);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c5675 unsigned threads_per_threadgroup; local in function:radv_pipeline_generate_compute_state
5681 threads_per_threadgroup =
5683 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, shader->info.wave_size);

Completed in 12 milliseconds