Home
last modified time | relevance | path

Searched refs:timespec_add (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dtimespec_test.cpp33 TEST(timespec_test, timespec_add) in TEST() argument
41 timespec_add(&r, &a, &b); in TEST()
/hardware/google/gfxstream/guest/mesa/src/util/
Dtimespec.h52 timespec_add(struct timespec *r, in timespec_add() function
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c295 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_headless_swapchain_acquire_next_image()
Dwsi_common_x11.c1461 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()
Dwsi_common_wayland.c1857 timespec_add(&end_time, &rel_timeout, &start_time); in wsi_wl_swapchain_acquire_next_image()