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

/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_perf.c44 unsigned long long g2d_time; local in function:fimg2d_perf_simple
98 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL;
99 g2d_time += (end.tv_nsec - tspec.tv_nsec);
103 printf("{%u,%llu}", w * h, g2d_time);
105 printf("num_pixels = %u, usecs = %llu\n", w * h, g2d_time);
122 unsigned long long g2d_time; local in function:fimg2d_perf_multi
191 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL;
192 g2d_time += (end.tv_nsec - tspec.tv_nsec);
196 printf("{%u,%llu}", num_pixels, g2d_time);
198 printf("num_pixels = %u, usecs = %llu\n", num_pixels, g2d_time);
[all...]

Completed in 2 milliseconds