Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c227 sctx->cs_max_waves_per_sh = cs_waves_per_sh; in si_test_dma_perf()
232 sctx->cs_max_waves_per_sh = 0; /* disable the limit */ in si_test_dma_perf()
Dsi_compute.c823 sctx->cs_max_waves_per_sh, threadgroups_per_cu)); in si_emit_dispatch_packets()
Dsi_pipe.h1073 unsigned cs_max_waves_per_sh; member
Dsi_pipe.c173 ((struct si_context*)sscreen->async_compute_context)->cs_max_waves_per_sh = 2; in si_init_aux_async_compute_ctx()