Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_time.h66 t->counter = os_time_get(); in util_time_get()
134 return os_time_get(); in util_time_micros()
/external/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.c483 r300->hyperz_time_of_last_flush = os_time_get();
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c585 time_begin = os_time_get(); in gallivm_compile_module()
610 int64_t time_end = os_time_get(); in gallivm_compile_module()
686 time_begin = os_time_get(); in gallivm_jit_function()
693 int64_t time_end = os_time_get(); in gallivm_jit_function()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_sw.c95 sq->begin_time = os_time_get(); in fd_sw_begin_query()
106 sq->end_time = os_time_get(); in fd_sw_end_query()
Dfreedreno_screen.c124 int64_t cpu_time = os_time_get() * 1000; in fd_screen_get_timestamp()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c63 now = os_time_get(); in release_expired_buffers_locked()
105 entry->start = os_time_get(); in pb_cache_add_buffer()
165 now = os_time_get(); in pb_cache_reclaim_buffer()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_gpu_load.c71 int64_t cur_time, last_time = os_time_get(); in PIPE_THREAD_ROUTINE()
79 cur_time = os_time_get(); in PIPE_THREAD_ROUTINE()
Dr600_texture.c1990 rctx->dcc_stats[i].last_use_timestamp = os_time_get(); in vi_get_context_dcc_stats_index()
2016 rctx->dcc_stats[empty_slot].last_use_timestamp = os_time_get(); in vi_get_context_dcc_stats_index()
/external/mesa3d/src/gallium/winsys/virgl/vtest/
Dvirgl_vtest_winsys.c168 now = os_time_get(); in virgl_cache_list_check_free()
195 old->start = os_time_get(); in virgl_vtest_resource_reference()
342 now = os_time_get(); in virgl_vtest_winsys_resource_cache_create()
550 int64_t start_time = os_time_get(); in virgl_fence_wait()
553 if (os_time_get() - start_time >= timeout) in virgl_fence_wait()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c56 int64_t cpu_time = os_time_get() * 1000; in nouveau_screen_get_timestamp()
202 screen->cpu_gpu_time_delta = os_time_get(); in nouveau_screen_init()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_time.h64 os_time_get(void) in os_time_get() function
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_fps.c44 uint64_t now = os_time_get(); in query_fps()
Dhud_cpufreq.c98 uint64_t now = os_time_get(); in query_cfi_load()
Dhud_cpu.c148 uint64_t now = os_time_get(); in query_cpu_load()
Dhud_diskstat.c126 uint64_t now = os_time_get(); in query_dsi_load()
Dhud_sensors_temp.c160 uint64_t now = os_time_get(); in query_sti_load()
Dhud_nic.c181 uint64_t now = os_time_get(); in query_nic_load()
Dhud_driver_query.c304 uint64_t now = os_time_get(); in query_new_value()
/external/mesa3d/src/gallium/winsys/virgl/drm/
Dvirgl_drm_winsys.c136 now = os_time_get(); in virgl_cache_list_check_free()
164 old->start = os_time_get(); in virgl_drm_resource_reference()
319 now = os_time_get(); in virgl_drm_winsys_resource_cache_create()
743 int64_t start_time = os_time_get(); in virgl_fence_wait()
746 if (os_time_get() - start_time >= timeout) in virgl_fence_wait()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.c377 call_start_time = os_time_get(); in trace_dump_call_begin_locked()
387 call_end_time = os_time_get(); in trace_dump_call_end_locked()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h726 return svga->hud.uses_time ? os_time_get() : 0; in svga_get_time()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c741 t0 = os_time_get(); in generate_setup_variant()
814 t1 = os_time_get(); in generate_setup_variant()
Dlp_state_fs.c3404 t0 = os_time_get(); in llvmpipe_update_fs()
3406 t1 = os_time_get(); in llvmpipe_update_fs()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c926 now = os_time_get(); in PIPE_THREAD_ROUTINE()
1033 record->timestamp = os_time_get(); in dd_pipelined_process_draw()