Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_bufmgr.c109 if (!vc4_bo_wait(bo, 0, NULL)) { in vc4_bo_from_cache()
529 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason) in vc4_bo_wait() function
589 bool ok = vc4_bo_wait(bo, PIPE_TIMEOUT_INFINITE, "bo map"); in vc4_bo_map()
Dvc4_bufmgr.h128 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason);