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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c100 bool test_cp = method <= 2; local in function:si_test_dma_perf
107 test_cp ? method % 3 : test_cs ? (cs_method / NUM_SHADERS) : 0;
113 if (test_cp && cache_policy != L2_BYPASS)
182 if (test_cp) {
261 r->is_cp = test_cp;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c102 bool test_cp = method <= 2; local in function:si_test_dma_perf
110 unsigned cache_policy = test_cp ? method % 3 :
117 if (test_cp && cache_policy != L2_BYPASS)
178 if (test_cp) {
282 r->is_cp = test_cp;

Completed in 3 milliseconds