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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c103 unsigned cs_waves_per_sh = local in function:si_test_dma_perf
116 if (test_cs && cs_waves_per_sh % 16 != 0)
134 if (test_cs && cs_waves_per_sh)
135 printf("%2u,", cs_waves_per_sh);
227 sctx->cs_max_waves_per_sh = cs_waves_per_sh;
265 r->waves_per_sh = cs_waves_per_sh;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c107 unsigned cs_waves_per_sh = local in function:si_test_dma_perf
120 if (test_cs && cs_waves_per_sh % 16 != 0)
134 if (test_cs && cs_waves_per_sh)
135 printf("%2u,", cs_waves_per_sh);
239 sctx->cs_max_waves_per_sh = cs_waves_per_sh;
287 r->waves_per_sh = cs_waves_per_sh;

Completed in 3 milliseconds