Searched refs:os_time_timeout (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
D | os_time.h | 77 os_time_timeout(int64_t start, in os_time_timeout() function
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_time.h | 77 os_time_timeout(int64_t start, in os_time_timeout() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_time.h | 123 return os_time_timeout(start->counter, end->counter, curr->counter); in util_time_timeout()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_time.h | 123 return os_time_timeout(start->counter, end->counter, curr->counter); in util_time_timeout()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_cache.c | 138 if(!os_time_timeout(buf->start, buf->end, now)) in _pb_cache_buffer_list_check_free() 283 else if(os_time_timeout(curr_buf->start, curr_buf->end, now)) in pb_cache_manager_create_buffer()
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_cache.c | 138 if(!os_time_timeout(buf->start, buf->end, now)) in _pb_cache_buffer_list_check_free() 283 else if(os_time_timeout(curr_buf->start, curr_buf->end, now)) in pb_cache_manager_create_buffer()
|