Home
last modified time | relevance | path

Searched refs:timespec_after (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dtimespec.h308 timespec_after(const struct timespec *a, const struct timespec *b) in timespec_after() function
328 return timespec_after(&current_time, deadline); in timespec_passed()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c804 if (timespec_after(&current_time, &end_time)) in wsi_wl_swapchain_acquire_next_image()