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

/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_perf.c41 struct timespec tspec = { 0 }; local in function:fimg2d_perf_simple
85 clock_gettime(CLOCK_MONOTONIC, &tspec);
98 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL;
99 g2d_time += (end.tv_nsec - tspec.tv_nsec);
119 struct timespec tspec = { 0 }; local in function:fimg2d_perf_multi
179 clock_gettime(CLOCK_MONOTONIC, &tspec);
191 g2d_time = (end.tv_sec - tspec.tv_sec) * 1000000000ULL;
192 g2d_time += (end.tv_nsec - tspec.tv_nsec);
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dhostx.c852 struct timespec tspec; local in function:hostx_paint_debug_rect
854 tspec.tv_sec = HostX.damage_debug_msec / (1000000);
855 tspec.tv_nsec = (HostX.damage_debug_msec % 1000000) * 1000;
858 HostX.damage_debug_msec, tspec.tv_sec, tspec.tv_nsec);
866 nanosleep(&tspec, NULL);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dhostx.c1135 struct timespec tspec; local in function:hostx_paint_debug_rect
1140 tspec.tv_sec = HostX.damage_debug_msec / (1000000);
1141 tspec.tv_nsec = (HostX.damage_debug_msec % 1000000) * 1000;
1144 HostX.damage_debug_msec, tspec.tv_sec, tspec.tv_nsec);
1154 nanosleep(&tspec, NULL);

Completed in 6 milliseconds