Searched refs:NUM_SHADERS (Results 1 – 1 of 1) sorted by relevance
50 #define NUM_SHADERS ARRAY_SIZE(cs_dwords_per_thread_list) in si_test_dma_perf() macro51 #define NUM_METHODS (4 + 3 * NUM_SHADERS * ARRAY_SIZE(cs_waves_per_sh_list)) in si_test_dma_perf()107 test_cs ? cs_waves_per_sh_list[cs_method / (3 * NUM_SHADERS)] : 0; in si_test_dma_perf()108 cs_method %= 3 * NUM_SHADERS; in si_test_dma_perf()110 test_cp ? method % 3 : test_cs ? (cs_method / NUM_SHADERS) : 0; in si_test_dma_perf()112 test_cs ? cs_dwords_per_thread_list[cs_method % NUM_SHADERS] : 0; in si_test_dma_perf()