Home
last modified time | relevance | path

Searched refs:radv_get_current_time (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_device.c92 uint64_t radv_get_current_time(void) in radv_get_current_time() function
101 uint64_t current_time = radv_get_current_time(); in radv_get_absolute_timeout()
5899 waitAll, timeout - radv_get_current_time()); in radv_WaitForFences()
5905 while(radv_get_current_time() <= timeout) { in radv_WaitForFences()
5928 radv_get_current_time() <= timeout) in radv_WaitForFences()
6156 if (radv_get_current_time() >= abs_timeout && timeline->highest_submitted < value) { in radv_timeline_wait()
6357 if (radv_get_current_time() > abs_timeout) in radv_wait_timelines()
Dradv_private.h2587 uint64_t radv_get_current_time(void);
Dradv_pipeline.c2916 feedback->duration -= radv_get_current_time(); in radv_start_feedback()
2926 feedback->duration += radv_get_current_time(); in radv_stop_feedback()