Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h119 uint32_t abs_nsec = now.tv_nsec + timeout % NSEC_PER_SEC; in wsi_queue_pull() local
120 uint64_t abs_sec = now.tv_sec + (abs_nsec / NSEC_PER_SEC) + in wsi_queue_pull()
122 abs_nsec %= NSEC_PER_SEC; in wsi_queue_pull()
128 abstime.tv_nsec = abs_nsec; in wsi_queue_pull()
/external/mesa3d/src/intel/vulkan/
Danv_queue.c622 uint32_t abs_nsec = before.tv_nsec + timeout % NSEC_PER_SEC; in anv_wait_for_bo_fences() local
623 uint64_t abs_sec = before.tv_sec + (abs_nsec / NSEC_PER_SEC) + in anv_wait_for_bo_fences()
625 abs_nsec %= NSEC_PER_SEC; in anv_wait_for_bo_fences()
631 abstime.tv_nsec = abs_nsec; in anv_wait_for_bo_fences()