Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.h60 void vc4_bo_last_unreference_locked_timed(struct vc4_bo *bo, time_t time);
117 vc4_bo_last_unreference_locked_timed(*bo, time); in vc4_bo_unreference_locked_timed()
Dvc4_bufmgr.c192 vc4_bo_last_unreference_locked_timed(bo, time.tv_sec); in vc4_bo_last_unreference()
274 vc4_bo_last_unreference_locked_timed(struct vc4_bo *bo, time_t time) in vc4_bo_last_unreference_locked_timed() function