Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/util/
H A Dos_time.c54 os_time_get_nano(void) in os_time_get_nano() function
126 time = os_time_get_nano(); in os_time_get_absolute_timeout()
155 int64_t start_time = os_time_get_nano(); in os_wait_until_zero()
159 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
181 if (os_time_get_nano() >= timeout) in os_wait_until_zero_abs_timeout()
H A Dos_time.h53 os_time_get_nano(void);
62 return os_time_get_nano() / 1000; in os_time_get()
104 * os_time_get_nano() must be monotonic.
129 * os_time_get_nano is monotonic.
H A Dcnd_monotonic.h118 const uint64_t now = os_time_get_nano() / 1000000; in u_cnd_monotonic_timedwait()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1323 int64_t stage_start = os_time_get_nano(); in anv_graphics_pipeline_init_keys()
1371 stages[s].feedback.duration += os_time_get_nano() - stage_start; in anv_graphics_pipeline_init_keys()
1391 int64_t stage_start = os_time_get_nano(); in anv_graphics_pipeline_load_cached_shaders()
1408 stages[s].feedback.duration += os_time_get_nano() - stage_start; in anv_graphics_pipeline_load_cached_shaders()
1478 int64_t stage_start = os_time_get_nano(); in anv_graphics_pipeline_load_nir()
1495 stages[s].feedback.duration += os_time_get_nano() - stage_start; in anv_graphics_pipeline_load_nir()
1513 int64_t pipeline_start = os_time_get_nano(); in anv_graphics_pipeline_compile()
1615 int64_t stage_start = os_time_get_nano(); in anv_graphics_pipeline_compile()
1632 stages[s].feedback.duration += os_time_get_nano() - stage_start; in anv_graphics_pipeline_compile()
1675 int64_t stage_start = os_time_get_nano(); in anv_graphics_pipeline_compile()
[all...]
H A Danv_bo_sync.c77 uint64_t now = os_time_get_nano(); in anv_get_relative_timeout()
187 if (os_time_get_nano() >= abs_timeout_ns) { in anv_bo_sync_wait()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_pipe.c124 int64_t end_time = os_time_get_nano() + timeout; in virtio_pipe_wait()
135 (os_time_get_nano() >= end_time)) in virtio_pipe_wait()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipe_sync.c153 uint64_t now_ns = os_time_get_nano(); in lvp_pipe_sync_wait_locked()
188 now_ns = os_time_get_nano(); in lvp_pipe_sync_wait_locked()
H A Dlvp_pipeline.c940 uint64_t t0 = os_time_get_nano(); in lvp_graphics_pipeline_create()
949 feedback->pPipelineCreationFeedback->duration = os_time_get_nano() - t0; in lvp_graphics_pipeline_create()
1036 uint64_t t0 = os_time_get_nano(); in lvp_compute_pipeline_create()
1045 feedback->pPipelineCreationFeedback->duration = os_time_get_nano() - t0; in lvp_compute_pipeline_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.c220 start = os_time_get_nano(); in nouveau_fence_wait()
230 (os_time_get_nano() - start) / 1000000.f); in nouveau_fence_wait()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp105 time_start = os_time_get_nano(); in r600_sb_bytecode_process()
270 int64_t t = os_time_get_nano() - time_start; in r600_sb_bytecode_process()
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.c142 record->time_stamp = os_time_get_nano(); in ac_sqtt_add_code_object_loader_event()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c102 sq->start = os_time_get_nano(); in softpipe_begin_query()
165 sq->end = os_time_get_nano(); in softpipe_end_query()
H A Dsp_screen.c521 return os_time_get_nano(); in softpipe_get_timestamp()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_drm_syncobj.c184 if (os_time_get_nano() >= abs_timeout_ns) in spin_wait_for_sync_file()
196 if (os_time_get_nano() >= abs_timeout_ns) in spin_wait_for_sync_file()
H A Dvk_sync_timeline.c434 uint64_t now_ns = os_time_get_nano(); in vk_sync_timeline_wait_locked()
468 now_ns = os_time_get_nano(); in vk_sync_timeline_wait_locked()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c317 int64_t time = os_time_get_nano(); in si_fence_finish()
365 int64_t time = os_time_get_nano(); in si_fence_finish()
H A Dsi_query.c210 query->begin_time = os_time_get_nano(); in si_query_sw_begin()
214 query->begin_time = os_time_get_nano(); in si_query_sw_begin()
366 query->end_time = os_time_get_nano(); in si_query_sw_end()
370 query->end_time = os_time_get_nano(); in si_query_sw_end()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_cpu.c329 int64_t now = os_time_get_nano(); in query_api_thread_busy_status()
426 int64_t now = os_time_get_nano(); in query_thread_counter()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1645 int64_t stage_start = os_time_get_nano(); in pipeline_compile_shader_variant()
1695 p_stage->feedback.duration += os_time_get_nano() - stage_start; in pipeline_compile_shader_variant()
1743 int64_t stage_start = os_time_get_nano(); in pipeline_lower_nir()
1779 p_stage->feedback.duration += os_time_get_nano() - stage_start; in pipeline_lower_nir()
1808 int64_t stage_start = os_time_get_nano(); in pipeline_stage_get_nir()
1824 p_stage->feedback.duration += os_time_get_nano() - stage_start; in pipeline_stage_get_nir()
1846 p_stage->feedback.duration += os_time_get_nano() - stage_start; in pipeline_stage_get_nir()
2354 int64_t pipeline_start = os_time_get_nano(); in pipeline_compile_graphics()
2576 pipeline_feedback.duration = os_time_get_nano() - pipeline_start; in pipeline_compile_graphics()
3147 int64_t pipeline_start = os_time_get_nano(); in pipeline_compile_compute()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c190 uint64_t cur_time = os_time_get_nano(); in dzn_sync_wait()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c2800 int64_t pipeline_start = os_time_get_nano(); in tu_pipeline_builder_compile_shaders()
2873 int64_t stage_start = os_time_get_nano(); in tu_pipeline_builder_compile_shaders()
2882 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
2913 int64_t stage_start = os_time_get_nano(); in tu_pipeline_builder_compile_shaders()
2947 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
2978 int64_t stage_start = os_time_get_nano(); in tu_pipeline_builder_compile_shaders()
2988 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
3001 int64_t stage_start = os_time_get_nano(); in tu_pipeline_builder_compile_shaders()
3012 stage_feedbacks[stage].duration += os_time_get_nano() - stage_start; in tu_pipeline_builder_compile_shaders()
3056 pipeline_feedback.duration = os_time_get_nano() in tu_pipeline_builder_compile_shaders()
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_fence.c114 int64_t time_ns = os_time_get_nano(); in tc_fence_finish()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h169 ? os_time_get_nano() \
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c188 query->begin_time = os_time_get_nano(); in r600_query_sw_begin()
193 query->begin_time = os_time_get_nano(); in r600_query_sw_begin()
338 query->end_time = os_time_get_nano(); in r600_query_sw_end()
343 query->end_time = os_time_get_nano(); in r600_query_sw_end()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.c659 int64_t cur_time = os_time_get_nano() / 1000; in wait_swap_interval()

Completed in 29 milliseconds

12