Searched refs:os_time_get_nano (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_time.h52 os_time_get_nano(void);
61 return os_time_get_nano() / 1000;
92 * os_time_get_nano() must be monotonic.
117 * os_time_get_nano is monotonic.
H A Dos_time.c56 os_time_get_nano(void) function in typeref:typename:int64_t
129 time = os_time_get_nano();
158 int64_t start_time = os_time_get_nano();
162 if (os_time_timeout(start_time, end_time, os_time_get_nano()))
184 if (os_time_get_nano() >= timeout)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_time.h53 os_time_get_nano(void);
62 return os_time_get_nano() / 1000;
104 * os_time_get_nano() must be monotonic.
129 * os_time_get_nano is monotonic.
H A Dos_time.c54 os_time_get_nano(void) function in typeref:typename:int64_t
126 time = os_time_get_nano();
155 int64_t start_time = os_time_get_nano();
159 if (os_time_timeout(start_time, end_time, os_time_get_nano()))
181 if (os_time_get_nano() >= timeout)
H A Dcnd_monotonic.h118 const uint64_t now = os_time_get_nano() / 1000000;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp144 return os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_fence.cpp144 return os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_sqtt.c142 record->time_stamp = os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_fence.c256 uint64_t duration = os_time_get_nano();
258 duration = os_time_get_nano() - duration;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp105 time_start = os_time_get_nano();
270 int64_t t = os_time_get_nano() - time_start;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c198 start = os_time_get_nano();
208 (os_time_get_nano() - start) / 1000000.f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c214 start = os_time_get_nano();
224 (os_time_get_nano() - start) / 1000000.f);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp105 time_start = os_time_get_nano();
270 int64_t t = os_time_get_nano() - time_start;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c967 int64_t pipeline_start = os_time_get_nano();
982 int64_t stage_start = os_time_get_nano();
1019 stages[stage].feedback.duration += os_time_get_nano() - stage_start;
1039 int64_t stage_start = os_time_get_nano();
1059 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1105 int64_t stage_start = os_time_get_nano();
1123 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1160 int64_t stage_start = os_time_get_nano();
1222 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1242 pipeline_feedback.duration = os_time_get_nano()
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c1427 int64_t pipeline_start = os_time_get_nano();
1447 int64_t stage_start = os_time_get_nano();
1502 stages[stage].feedback.duration += os_time_get_nano() - stage_start;
1531 int64_t stage_start = os_time_get_nano();
1548 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1601 int64_t stage_start = os_time_get_nano();
1637 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1691 int64_t stage_start = os_time_get_nano();
1708 stages[s].feedback.duration += os_time_get_nano() - stage_start;
1718 int64_t stage_start = os_time_get_nano();
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_fence.c111 int64_t time_ns = os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c290 int64_t now = os_time_get_nano();
387 int64_t now = os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c102 sq->start = os_time_get_nano();
160 sq->end = os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_query.c102 sq->start = os_time_get_nano();
165 sq->end = os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c321 int64_t time = os_time_get_nano();
332 int64_t time = os_time_get_nano();
383 int64_t time = os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_cpu.c329 int64_t now = os_time_get_nano();
426 int64_t now = os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.c522 return os_time_get_nano();
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_helpers.c147 int64_t t = os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c301 int64_t time = os_time_get_nano();
349 int64_t time = os_time_get_nano();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.7.rst92 - gallium/os: fix os_time_get_nano() to roll over less

Completed in 29 milliseconds

123