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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c319 unsigned num_methods = 0; local in function:si_test_dma_perf
382 if (num_methods > 0) {
383 unsigned prev_index = num_methods - 1;
410 assert(num_methods < ARRAY_SIZE(methods));
411 methods[num_methods] = best;
412 method_max_size[num_methods] = size;
413 num_methods++;
416 for (unsigned i = 0; i < num_methods; i++) {
422 if (i < num_methods - 1)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c337 unsigned num_methods = 0; local in function:si_test_dma_perf
404 if (num_methods > 0) {
405 unsigned prev_index = num_methods - 1;
434 assert(num_methods < ARRAY_SIZE(methods));
435 methods[num_methods] = best;
436 method_max_size[num_methods] = size;
437 num_methods++;
440 for (unsigned i = 0; i < num_methods; i++) {
446 if (i < num_methods - 1)

Completed in 3 milliseconds