Home
last modified time | relevance | path

Searched refs:os_time_get (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get(); in r300_flush()
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) { in r300_flush()
Dr300_context.c487 r300->hyperz_time_of_last_flush = os_time_get();
/third_party/mesa3d/src/gallium/winsys/virgl/common/
Dvirgl_resource_cache.c89 const int64_t now = os_time_get(); in virgl_resource_cache_add()
106 const int64_t now = os_time_get(); in virgl_resource_cache_remove_compatible()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c605 time_begin = os_time_get(); in gallivm_compile_module()
631 int64_t time_end = os_time_get(); in gallivm_compile_module()
714 time_begin = os_time_get(); in gallivm_jit_function()
721 int64_t time_end = os_time_get(); in gallivm_jit_function()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c93 int64_t current_time = os_time_get(); in pb_cache_add_buffer()
105 entry->start = os_time_get(); in pb_cache_add_buffer()
167 now = os_time_get(); in pb_cache_reclaim_buffer()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.c120 sq->begin_time = os_time_get(); in fd_sw_begin_query()
136 sq->end_time = os_time_get(); in fd_sw_end_query()
Dfreedreno_screen.c137 int64_t cpu_time = os_time_get() * 1000; in fd_screen_get_timestamp()
/third_party/mesa3d/src/util/
Dos_time.h60 os_time_get(void) in os_time_get() function
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c119 int64_t cur_time, last_time = os_time_get(); in r600_gpu_load_thread()
127 cur_time = os_time_get(); in r600_gpu_load_thread()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c375 call_start_time = os_time_get(); in trace_dump_call_begin_locked()
385 call_end_time = os_time_get(); in trace_dump_call_end_locked()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c135 int64_t cur_time, last_time = os_time_get(); in si_gpu_load_thread()
143 cur_time = os_time_get(); in si_gpu_load_thread()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_fps.c45 uint64_t now = os_time_get(); in query_fps()
Dhud_cpufreq.c98 uint64_t now = os_time_get(); in query_cfi_load()
Dhud_diskstat.c127 uint64_t now = os_time_get(); in query_dsi_load()
Dhud_sensors_temp.c164 uint64_t now = os_time_get(); in query_sti_load()
Dhud_nic.c182 uint64_t now = os_time_get(); in query_nic_load()
Dhud_cpu.c234 uint64_t now = os_time_get(); in query_cpu_load()
Dhud_driver_query.c307 uint64_t now = os_time_get(); in query_new_value()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c62 int64_t cpu_time = os_time_get() * 1000; in nouveau_screen_get_timestamp()
312 screen->cpu_gpu_time_delta = os_time_get(); in nouveau_screen_init()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp777 uint64_t now = os_time_get(); /* us */ in snapshot_swapchain_frame()
1968 uint64_t ts0 = os_time_get(); in overlay_QueuePresentKHR()
1970 uint64_t ts1 = os_time_get(); in overlay_QueuePresentKHR()
2000 uint64_t ts0 = os_time_get(); in overlay_QueuePresentKHR()
2002 uint64_t ts1 = os_time_get(); in overlay_QueuePresentKHR()
2025 uint64_t ts0 = os_time_get(); in overlay_AcquireNextImageKHR()
2028 uint64_t ts1 = os_time_get(); in overlay_AcquireNextImageKHR()
2045 uint64_t ts0 = os_time_get(); in overlay_AcquireNextImage2KHR()
2047 uint64_t ts1 = os_time_get(); in overlay_AcquireNextImage2KHR()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c588 int64_t start_time = os_time_get(); in virgl_fence_wait()
591 if (os_time_get() - start_time >= timeout) in virgl_fence_wait()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c672 t0 = os_time_get(); in generate_setup_variant()
748 t1 = os_time_get(); in generate_setup_variant()
Dlp_state_cs.c882 t0 = os_time_get(); in llvmpipe_update_cs()
884 t1 = os_time_get(); in llvmpipe_update_cs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h837 return svga->hud.uses_time ? os_time_get() : 0; in svga_get_time()
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c1058 int64_t start_time = os_time_get(); in virgl_fence_wait()
1061 if (os_time_get() - start_time >= timeout) in virgl_fence_wait()

12