Searched refs:vc5_bo_wait (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_query.c | 127 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()
|
D | vc5_bufmgr.c | 109 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()
|
D | vc5_bufmgr.h | 130 vc5_bo_wait(struct vc5_bo *bo, uint64_t timeout_ns, const char *reason);
|