Home
last modified time | relevance | path

Searched refs:vc5_bo_wait (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_query.c127 if (!vc5_bo_wait(q->bo, 0, "query")) in vc5_get_query_result()
130 if (!vc5_bo_wait(q->bo, ~0ull, "query")) in vc5_get_query_result()
Dvc5_bufmgr.c109 if (!vc5_bo_wait(bo, 0, NULL)) { in vc5_bo_from_cache()
499 vc5_bo_wait(struct vc5_bo *bo, uint64_t timeout_ns, const char *reason) in vc5_bo_wait() function
559 bool ok = vc5_bo_wait(bo, PIPE_TIMEOUT_INFINITE, "bo map"); in vc5_bo_map()
Dvc5_bufmgr.h130 vc5_bo_wait(struct vc5_bo *bo, uint64_t timeout_ns, const char *reason);