Searched refs:timespec_add (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | timespec_test.cpp | 33 TEST(timespec_test, timespec_add) in TEST() argument 41 timespec_add(&r, &a, &b); in TEST()
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | timespec.h | 52 timespec_add(struct timespec *r, in timespec_add() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 295 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_headless_swapchain_acquire_next_image()
|
D | wsi_common_x11.c | 1461 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_acquire_next_image_poll_x11() 2471 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_wait_for_present_polled()
|
D | wsi_common_wayland.c | 1857 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_wl_swapchain_acquire_next_image()
|