Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c805 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; in si_emit_dispatch_packets() local
807 DIV_ROUND_UP(threads_per_threadgroup, sctx->cs_shader_state.program->shader.wave_size); in si_emit_dispatch_packets()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c7187 unsigned threads_per_threadgroup; in radv_pipeline_emit_compute_state() local
7193 threads_per_threadgroup = in radv_pipeline_emit_compute_state()
7195 waves_per_threadgroup = DIV_ROUND_UP(threads_per_threadgroup, shader->info.wave_size); in radv_pipeline_emit_compute_state()

Completed in 12 milliseconds