Searched refs:test_cs (Results 1 – 4 of 4) sorted by relevance
104 bool test_cs = method >= 4; in si_test_dma_perf() local107 test_cs ? cs_waves_per_sh_list[cs_method / (3 * NUM_SHADERS)] : 0; 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()122 if (test_cs && cs_waves_per_sh % 16 != 0) in si_test_dma_perf()129 if (test_cs && cache_policy && sctx->chip_class < GFX9) in si_test_dma_perf()133 if (test_cs) { in si_test_dma_perf()140 if (test_cs && cs_waves_per_sh) in si_test_dma_perf()146 if (test_cs) { in si_test_dma_perf()284 r->is_cs = test_cs; in si_test_dma_perf()
19 ; GCN-LABEL: {{^}}test_cs:23 define amdgpu_cs i32 @test_cs() #1 {
297 def test_cs(self): member in PluralFormsTestCase
411 def test_cs(self): member in PluralFormsTestCase