| /xsrc/external/mit/MesaLib/dist/src/util/ |
| os_time.c | 155 int64_t start_time = os_time_get_nano(); local 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/util/ |
| os_time.c | 158 int64_t start_time = os_time_get_nano(); local 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/mesa/drivers/dri/i965/ |
| brw_cs.c | 60 double start_time = 0; local 84 start_time = get_time(); 122 (get_time() - start_time) * 1000);
|
| brw_gs.c | 94 double start_time = 0; local 128 start_time = get_time(); 151 (get_time() - start_time) * 1000);
|
| brw_tes.c | 46 double start_time = 0; local 71 start_time = get_time(); 100 (get_time() - start_time) * 1000);
|
| brw_tcs.c | 48 double start_time = 0; local 108 start_time = get_time(); 139 (get_time() - start_time) * 1000);
|
| brw_vs.c | 122 double start_time = 0; local 172 start_time = get_time(); 217 (get_time() - start_time) * 1000);
|
| brw_wm.c | 82 double start_time = 0; local 111 start_time = get_time(); 161 (get_time() - start_time) * 1000);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_cs.c | 60 double start_time = 0; local 86 start_time = get_time(); 114 (get_time() - start_time) * 1000);
|
| brw_gs.c | 62 double start_time = 0; local 90 start_time = get_time(); 112 (get_time() - start_time) * 1000);
|
| brw_tes.c | 46 double start_time = 0; local 69 start_time = get_time(); 98 (get_time() - start_time) * 1000);
|
| brw_tcs.c | 48 double start_time = 0; local 106 start_time = get_time(); 137 (get_time() - start_time) * 1000);
|
| brw_vs.c | 126 double start_time = 0; local 166 start_time = get_time(); 204 (get_time() - start_time) * 1000);
|
| brw_wm.c | 82 double start_time = 0; local 109 start_time = get_time(); 150 (get_time() - start_time) * 1000);
|
| /xsrc/external/mit/libXt/dist/src/ |
| NextEvent.c | 147 AdjustHowLong(unsigned long *howlong, const struct timeval *start_time) 151 lstart_time = *start_time; 167 struct timeval start_time; member in struct:__anon6044 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/ |
| virgl_vtest_winsys.c | 588 int64_t start_time = os_time_get(); local 591 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_wayland.c | 982 struct timespec start_time, end_time; local 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/ |
| virgl_vtest_winsys.c | 670 int64_t start_time = os_time_get(); local 673 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/ |
| virgl_drm_winsys.c | 1058 int64_t start_time = os_time_get(); local 1061 if (os_time_get() - start_time >= timeout)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/ |
| virgl_drm_winsys.c | 889 int64_t start_time = os_time_get(); local 892 if (os_time_get() - start_time >= timeout)
|