Searched refs:time_ns (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_fence.c111 int64_t time_ns = os_time_get_nano(); local in function:tc_fence_finish
112 *timeout_ns = abs_timeout > time_ns ? abs_timeout - time_ns : 0;
H A Dzink_screen.c1661 int64_t time_ns = os_time_get_nano(); local in function:zink_screen_batch_id_wait
1662 remaining = abs_timeout > time_ns ? abs_timeout - time_ns : 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1278 int64_t time_ns = os_time_get_nano(); local in function:wait_semaphores
1279 if (abs_timeout <= time_ns)
1281 timeout = abs_timeout > time_ns ? abs_timeout - time_ns : 0;
2232 int64_t time_ns = os_time_get_nano(); local in function:lvp_WaitForFences
2233 timeout = abs_timeout > time_ns ? abs_timeout - time_ns : 0;
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm.h1360 __s64 time_ns; member in struct:drm_event_crtc_sequence
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm.h953 __s64 time_ns; member in struct:drm_event_crtc_sequence
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h1142 __s64 time_ns; member in struct:drm_event_crtc_sequence
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.c1088 seq->time_ns,

Completed in 24 milliseconds