| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | os_time.c | 158 int64_t start_time = os_time_get_nano(); local in function:os_wait_until_zero 159 int64_t end_time = start_time + timeout; 162 if (os_time_timeout(start_time, end_time, os_time_get_nano()))
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | os_time.c | 155 int64_t start_time = os_time_get_nano(); local in function:os_wait_until_zero 156 int64_t end_time = start_time + timeout; 159 if (os_time_timeout(start_time, end_time, os_time_get_nano()))
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 60 double start_time = 0; local in function:brw_codegen_cs_prog 86 start_time = get_time(); 114 (get_time() - start_time) * 1000);
|
| H A D | brw_gs.c | 62 double start_time = 0; local in function:brw_codegen_gs_prog 90 start_time = get_time(); 112 (get_time() - start_time) * 1000);
|
| H A D | brw_tes.c | 46 double start_time = 0; local in function:brw_codegen_tes_prog 69 start_time = get_time(); 98 (get_time() - start_time) * 1000);
|
| H A D | brw_tcs.c | 48 double start_time = 0; local in function:brw_codegen_tcs_prog 106 start_time = get_time(); 137 (get_time() - start_time) * 1000);
|
| H A D | brw_vs.c | 126 double start_time = 0; local in function:brw_codegen_vs_prog 166 start_time = get_time(); 204 (get_time() - start_time) * 1000);
|
| H A D | brw_wm.c | 82 double start_time = 0; local in function:brw_codegen_wm_prog 109 start_time = get_time(); 150 (get_time() - start_time) * 1000);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_cs.c | 60 double start_time = 0; local in function:brw_codegen_cs_prog 84 start_time = get_time(); 122 (get_time() - start_time) * 1000);
|
| H A D | brw_gs.c | 94 double start_time = 0; local in function:brw_codegen_gs_prog 128 start_time = get_time(); 151 (get_time() - start_time) * 1000);
|
| H A D | brw_tes.c | 46 double start_time = 0; local in function:brw_codegen_tes_prog 71 start_time = get_time(); 100 (get_time() - start_time) * 1000);
|
| H A D | brw_tcs.c | 48 double start_time = 0; local in function:brw_codegen_tcs_prog 108 start_time = get_time(); 139 (get_time() - start_time) * 1000);
|
| H A D | brw_vs.c | 122 double start_time = 0; local in function:brw_codegen_vs_prog 172 start_time = get_time(); 217 (get_time() - start_time) * 1000);
|
| H A D | brw_wm.c | 82 double start_time = 0; local in function:brw_codegen_wm_prog 111 start_time = get_time(); 161 (get_time() - start_time) * 1000);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | NextEvent.c | 147 AdjustHowLong(unsigned long *howlong, const struct timeval *start_time) argument 151 lstart_time = *start_time; 167 struct timeval start_time; member in struct:__anond38955b40108 196 wt->start_time = wt->cur_time; 666 AdjustHowLong(howlong, &wt.start_time); 745 AdjustHowLong(howlong, &wt.start_time);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 588 int64_t start_time = os_time_get(); local in function:virgl_fence_wait 591 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 982 struct timespec start_time, end_time; local in function:wsi_wl_swapchain_acquire_next_image 988 clock_gettime(CLOCK_MONOTONIC, &start_time); 989 timespec_add(&end_time, &rel_timeout, &start_time);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/ |
| H A D | virgl_vtest_winsys.c | 670 int64_t start_time = os_time_get(); local in function:virgl_fence_wait 673 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 889 int64_t start_time = os_time_get(); local in function:virgl_fence_wait 892 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.c | 1058 int64_t start_time = os_time_get(); local in function:virgl_fence_wait 1061 if (os_time_get() - start_time >= timeout)
|