Home
last modified time | relevance | path

Searched refs:os_time_timeout (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/virgl/common/
Dvirgl_resource_cache.c65 if (!os_time_timeout(entry->timeout_start, entry->timeout_end, now)) in virgl_resource_cache_destroy_expired()
135 if (os_time_timeout(entry->timeout_start, entry->timeout_end, now)) in virgl_resource_cache_remove_compatible()
/third_party/mesa3d/src/util/
Dos_time.h90 os_time_timeout(int64_t start, in os_time_timeout() function
Dos_time.c159 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c68 if (!os_time_timeout(entry->start, entry->end, current_time)) in release_expired_buffers_locked()
174 else if (os_time_timeout(cur_entry->start, cur_entry->end, now)) in pb_cache_reclaim_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_gpu_load.c129 if (os_time_timeout(last_time, last_time + period_us, in r600_gpu_load_thread()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c145 if (os_time_timeout(last_time, last_time + period_us, cur_time)) in si_gpu_load_thread()