Home
last modified time | relevance | path

Searched refs:test_cs (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c104 bool test_cs = method >= 4; in si_test_dma_perf() local
107 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()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.implicit.buffer.ptr.ll19 ; GCN-LABEL: {{^}}test_cs:
23 define amdgpu_cs i32 @test_cs() #1 {
/external/python/cpython2/Lib/test/
Dtest_gettext.py297 def test_cs(self): member in PluralFormsTestCase
/external/python/cpython3/Lib/test/
Dtest_gettext.py411 def test_cs(self): member in PluralFormsTestCase