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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c50 #define NUM_SHADERS ARRAY_SIZE(cs_dwords_per_thread_list) macro
51 #define NUM_METHODS (3 + 3 * NUM_SHADERS * ARRAY_SIZE(cs_waves_per_sh_list))
104 test_cs ? cs_waves_per_sh_list[cs_method / (3 * NUM_SHADERS)] : 0;
105 cs_method %= 3 * NUM_SHADERS;
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;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c50 #define NUM_SHADERS ARRAY_SIZE(cs_dwords_per_thread_list) macro
51 #define NUM_METHODS (4 + 2*NUM_SHADERS * ARRAY_SIZE(cs_waves_per_sh_list))
108 test_cs ? cs_waves_per_sh_list[cs_method / (2*NUM_SHADERS)] : 0;
109 cs_method %= 2*NUM_SHADERS;
111 test_cs ? L2_STREAM + (cs_method / NUM_SHADERS) : 0;
113 test_cs ? cs_dwords_per_thread_list[cs_method % NUM_SHADERS] : 0;

Completed in 5 milliseconds