/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_time.h | 66 t->counter = os_time_get(); in util_time_get() 134 return os_time_get(); in util_time_micros()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_flush.c | 101 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()
|
D | r300_context.c | 483 r300->hyperz_time_of_last_flush = os_time_get();
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 585 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/ |
D | freedreno_query_sw.c | 95 sq->begin_time = os_time_get(); in fd_sw_begin_query() 106 sq->end_time = os_time_get(); in fd_sw_end_query()
|
D | freedreno_screen.c | 124 int64_t cpu_time = os_time_get() * 1000; in fd_screen_get_timestamp()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.c | 63 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/ |
D | r600_gpu_load.c | 71 int64_t cur_time, last_time = os_time_get(); in PIPE_THREAD_ROUTINE() 79 cur_time = os_time_get(); in PIPE_THREAD_ROUTINE()
|
D | r600_texture.c | 1990 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/ |
D | virgl_vtest_winsys.c | 168 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/ |
D | nouveau_screen.c | 56 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/ |
D | os_time.h | 64 os_time_get(void) in os_time_get() function
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_fps.c | 44 uint64_t now = os_time_get(); in query_fps()
|
D | hud_cpufreq.c | 98 uint64_t now = os_time_get(); in query_cfi_load()
|
D | hud_cpu.c | 148 uint64_t now = os_time_get(); in query_cpu_load()
|
D | hud_diskstat.c | 126 uint64_t now = os_time_get(); in query_dsi_load()
|
D | hud_sensors_temp.c | 160 uint64_t now = os_time_get(); in query_sti_load()
|
D | hud_nic.c | 181 uint64_t now = os_time_get(); in query_nic_load()
|
D | hud_driver_query.c | 304 uint64_t now = os_time_get(); in query_new_value()
|
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
D | virgl_drm_winsys.c | 136 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/ |
D | tr_dump.c | 377 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/ |
D | svga_context.h | 726 return svga->hud.uses_time ? os_time_get() : 0; in svga_get_time()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 741 t0 = os_time_get(); in generate_setup_variant() 814 t1 = os_time_get(); in generate_setup_variant()
|
D | lp_state_fs.c | 3404 t0 = os_time_get(); in llvmpipe_update_fs() 3406 t1 = os_time_get(); in llvmpipe_update_fs()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 926 now = os_time_get(); in PIPE_THREAD_ROUTINE() 1033 record->timestamp = os_time_get(); in dd_pipelined_process_draw()
|