Searched refs:vc4_bo_wait (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.h | 137 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason);
|
| H A D | vc4_bufmgr.c | 204 if (!vc4_bo_wait(iter, 0, NULL)) 597 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason) function in typeref:typename:bool 657 bool ok = vc4_bo_wait(bo, PIPE_TIMEOUT_INFINITE, "bo map");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_bufmgr.h | 137 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason);
|
| H A D | vc4_bufmgr.c | 196 if (!vc4_bo_wait(iter, 0, NULL)) 589 vc4_bo_wait(struct vc4_bo *bo, uint64_t timeout_ns, const char *reason) function in typeref:typename:bool 649 bool ok = vc4_bo_wait(bo, PIPE_TIMEOUT_INFINITE, "bo map");
|
Completed in 21 milliseconds