Searched refs:lima_bo_wait (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.h | 64 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns);
|
| H A D | lima_bo.c | 327 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns) function in typeref:typename:bool
|
| H A D | lima_resource.c | 478 lima_bo_wait(bo, op, PIPE_TIMEOUT_INFINITE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_bo.h | 72 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns);
|
| H A D | lima_bo.c | 253 if (!lima_bo_wait(entry, LIMA_GEM_WAIT_WRITE, 0)) { 523 bool lima_bo_wait(struct lima_bo *bo, uint32_t op, uint64_t timeout_ns) function in typeref:typename:bool
|
| H A D | lima_resource.c | 654 lima_bo_wait(bo, op, PIPE_TIMEOUT_INFINITE); 912 lima_bo_wait(res->bo, LIMA_GEM_WAIT_WRITE, PIPE_TIMEOUT_INFINITE);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 3375 - lima: use 0 to poll if BO is busy in lima_bo_wait()
|
Completed in 10 milliseconds