Searched refs:os_time_get (Results 1 - 25 of 49) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_time.h59 os_time_get(void) function in typeref:typename:int64_t
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_time.h60 os_time_get(void) function in typeref:typename:int64_t
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get();
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get();
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) {
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c89 const int64_t now = os_time_get();
106 const int64_t now = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c117 sq->begin_time = os_time_get();
130 sq->end_time = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_sw.c120 sq->begin_time = os_time_get();
136 sq->end_time = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_fps.c45 uint64_t now = os_time_get();
H A Dhud_cpufreq.c98 uint64_t now = os_time_get();
H A Dhud_diskstat.c126 uint64_t now = os_time_get();
H A Dhud_sensors_temp.c163 uint64_t now = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_fps.c45 uint64_t now = os_time_get();
H A Dhud_cpufreq.c98 uint64_t now = os_time_get();
H A Dhud_diskstat.c127 uint64_t now = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c93 int64_t current_time = os_time_get();
105 entry->start = os_time_get();
167 now = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c93 int64_t current_time = os_time_get();
105 entry->start = os_time_get();
167 now = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c613 time_begin = os_time_get();
638 int64_t time_end = os_time_get();
719 time_begin = os_time_get();
726 int64_t time_end = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c605 time_begin = os_time_get();
631 int64_t time_end = os_time_get();
714 time_begin = os_time_get();
721 int64_t time_end = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_gpu_load.c119 int64_t cur_time, last_time = os_time_get();
127 cur_time = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c137 int64_t cur_time, last_time = os_time_get();
145 cur_time = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c56 int64_t cpu_time = os_time_get() * 1000;
236 screen->cpu_gpu_time_delta = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_gpu_load.c119 int64_t cur_time, last_time = os_time_get();
127 cur_time = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c135 int64_t cur_time, last_time = os_time_get();
143 cur_time = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c62 int64_t cpu_time = os_time_get() * 1000;
312 screen->cpu_gpu_time_delta = os_time_get();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.c222 now = os_time_get();
249 old->start = os_time_get();
431 now = os_time_get();
670 int64_t start_time = os_time_get();
673 if (os_time_get() - start_time >= timeout)

Completed in 15 milliseconds

12