Home
last modified time | relevance | path

Searched refs:os_time_get (Results 1 – 14 of 14) 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/softpipe/
Dsp_query.c94 sq->start = 1000*os_time_get(); in softpipe_begin_query()
134 sq->end = 1000*os_time_get(); in softpipe_end_query()
Dsp_screen.c363 return os_time_get()*1000; in softpipe_get_timestamp()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c131 now = os_time_get(); in _pb_cache_buffer_list_check_free()
160 buf->start = os_time_get(); in pb_cache_buffer_destroy()
278 now = os_time_get(); in pb_cache_manager_create_buffer()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c49 int64_t cpu_time = os_time_get() * 1000; in nouveau_screen_get_timestamp()
158 screen->cpu_gpu_time_delta = os_time_get(); in nouveau_screen_init()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_time.h57 os_time_get(void);
Dos_time.c50 os_time_get(void) in os_time_get() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c499 int64_t start_time = os_time_get(); in r300_fence_finish()
506 if (os_time_get() - start_time >= timeout) { in r300_fence_finish()
Dr300_flush.c109 r300->hyperz_time_of_last_flush = os_time_get(); in r300_flush()
Dr300_context.c467 r300->hyperz_time_of_last_flush = os_time_get();
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c555 start_time = os_time_get(); in r600_fence_finish()
581 os_time_get() - start_time >= timeout) { in r600_fence_finish()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c741 start_time = os_time_get(); in r600_fence_finish()
767 os_time_get() - start_time >= timeout) { in r600_fence_finish()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c696 t0 = os_time_get(); in generate_setup_variant()
771 t1 = os_time_get(); in generate_setup_variant()
Dlp_state_fs.c1736 t0 = os_time_get(); in llvmpipe_update_fs()
1738 t1 = os_time_get(); in llvmpipe_update_fs()