Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c50 #define NUM_SHADERS ARRAY_SIZE(cs_dwords_per_thread_list) in si_test_dma_perf() macro
51 #define NUM_METHODS (3 + 3 * NUM_SHADERS * ARRAY_SIZE(cs_waves_per_sh_list)) in si_test_dma_perf()
104 test_cs ? cs_waves_per_sh_list[cs_method / (3 * NUM_SHADERS)] : 0; in si_test_dma_perf()
105 cs_method %= 3 * NUM_SHADERS; in si_test_dma_perf()
107 test_cp ? method % 3 : test_cs ? (cs_method / NUM_SHADERS) : 0; in si_test_dma_perf()
109 test_cs ? cs_dwords_per_thread_list[cs_method % NUM_SHADERS] : 0; in si_test_dma_perf()

Completed in 2 milliseconds