Home
last modified time | relevance | path

Searched refs:NUM_RUNS (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/vulkan/tests/
Dstate_pool.c32 #define NUM_RUNS 64 macro
47 for (unsigned i = 0; i < NUM_RUNS; i++) { in main()
Dstate_pool_no_free.c31 #define NUM_RUNS 64 macro
117 for (unsigned i = 0; i < NUM_RUNS; i++) in main()
Dblock_pool_no_free.c31 #define NUM_RUNS 64 macro
149 for (unsigned i = 0; i < NUM_RUNS; i++) in main()
/external/mesa3d/src/util/tests/sparse_array/
Dmulti_threaded.c33 #define NUM_RUNS 16 macro
82 for (unsigned i = 0; i < NUM_RUNS; i++) in main()
/external/python/pycparser/utils/benchmark/
Dbenchmark-parse.py49 NUM_RUNS = 5 variable
58 measure_file(filename, NUM_RUNS)
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c34 #define NUM_RUNS 128 macro
194 for (unsigned iter = 0; iter < NUM_RUNS; iter++) { in si_test_dma_perf()
276 score = get_MBps_rate(size, result.u64 / (double)NUM_RUNS); in si_test_dma_perf()