Searched refs:igt_progress (Results 1 – 8 of 8) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_tiled_partial_pwrite_pread.c | 144 igt_progress("partial reads test: ", i, ROUNDS); in test_partial_reads() 186 igt_progress("partial writes test: ", i, ROUNDS); in test_partial_writes() 245 igt_progress("partial read/writes test: ", i, ROUNDS); in test_partial_read_writes()
|
D | gem_caching.c | 161 igt_progress("partial reads test: ", i, ROUNDS); 206 igt_progress("partial writes test: ", i, ROUNDS); 270 igt_progress("partial read/writes test: ", i, ROUNDS);
|
D | gem_partial_pwrite_pread.c | 127 igt_progress("partial reads test: ", i, ROUNDS); in test_partial_reads() 169 igt_progress("partial writes test: ", i, ROUNDS); in test_partial_writes() 226 igt_progress("partial read/writes test: ", i, ROUNDS); in test_partial_read_writes()
|
D | gem_mmap_gtt.c | 746 igt_progress("Writing a ", i, valid_size / PAGE_SIZE); in test_huge_copy() 754 igt_progress("Writing b ", i, valid_size / PAGE_SIZE); in test_huge_copy() 777 igt_progress("Copying a<->b ", i, valid_size / PAGE_SIZE); in test_huge_copy() 791 igt_progress("Checking a ", i, valid_size / PAGE_SIZE); in test_huge_copy() 803 igt_progress("Checking b ", i, valid_size / PAGE_SIZE); in test_huge_copy()
|
D | gem_tiled_pread_pwrite.c | 152 igt_progress("gem_tiled_pread_pwrite: ", i, count/2);
|
/external/igt-gpu-tools/lib/ |
D | igt_aux.h | 125 void igt_progress(const char *header, uint64_t i, uint64_t total);
|
D | igt_aux.c | 665 void igt_progress(const char *header, uint64_t i, uint64_t total) in igt_progress() function
|
/external/igt-gpu-tools/ |
D | NEWS | 716 igt_progress), which can be disabled by setting the log-level to warn (Thomas
|