Home
last modified time | relevance | path

Searched refs:vc5_bo_last_unreference_locked_timed (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_bufmgr.h62 void vc5_bo_last_unreference_locked_timed(struct vc5_bo *bo, time_t time);
119 vc5_bo_last_unreference_locked_timed(*bo, time); in vc5_bo_unreference_locked_timed()
Dvc5_bufmgr.c193 vc5_bo_last_unreference_locked_timed(bo, time.tv_sec); in vc5_bo_last_unreference()
275 vc5_bo_last_unreference_locked_timed(struct vc5_bo *bo, time_t time) in vc5_bo_last_unreference_locked_timed() function