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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c101 bool test_cs = method >= 3; local in function:si_test_dma_perf
104 test_cs ? cs_waves_per_sh_list[cs_method / (3 * NUM_SHADERS)] : 0;
107 test_cp ? method % 3 : test_cs ? (cs_method / NUM_SHADERS) : 0;
109 test_cs ? cs_dwords_per_thread_list[cs_method % NUM_SHADERS] : 0;
116 if (test_cs && cs_waves_per_sh % 16 != 0)
123 if (test_cs && cache_policy && sctx->chip_class < GFX9)
127 if (test_cs) {
134 if (test_cs && cs_waves_per_sh)
140 if (test_cs) {
262 r->is_cs = test_cs;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c104 bool test_cs = method >= 4; local in function:si_test_dma_perf
108 test_cs ? cs_waves_per_sh_list[cs_method / (2*NUM_SHADERS)] : 0;
111 test_cs ? L2_STREAM + (cs_method / NUM_SHADERS) : 0;
113 test_cs ? cs_dwords_per_thread_list[cs_method % NUM_SHADERS] : 0;
120 if (test_cs && cs_waves_per_sh % 16 != 0)
125 if (test_cs) {
134 if (test_cs && cs_waves_per_sh)
284 r->is_cs = test_cs;

Completed in 2 milliseconds