Home
last modified time | relevance | path

Searched refs:igt_progress (Results 1 – 8 of 8) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_tiled_partial_pwrite_pread.c144 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()
Dgem_caching.c161 igt_progress("partial reads test: ", i, ROUNDS);
206 igt_progress("partial writes test: ", i, ROUNDS);
270 igt_progress("partial read/writes test: ", i, ROUNDS);
Dgem_partial_pwrite_pread.c127 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()
Dgem_mmap_gtt.c746 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()
Dgem_tiled_pread_pwrite.c152 igt_progress("gem_tiled_pread_pwrite: ", i, count/2);
/external/igt-gpu-tools/lib/
Digt_aux.h125 void igt_progress(const char *header, uint64_t i, uint64_t total);
Digt_aux.c665 void igt_progress(const char *header, uint64_t i, uint64_t total) in igt_progress() function
/external/igt-gpu-tools/
DNEWS716 igt_progress), which can be disabled by setting the log-level to warn (Thomas