Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h322 int brw_bo_wait(struct brw_bo *bo, int64_t timeout_ns);
Dbrw_sync.c270 if (brw_bo_wait(fence->batch_bo, timeout) != 0) in brw_fence_client_wait_locked()
Dbrw_bufmgr.c994 brw_bo_wait(bo, -1); in brw_bo_wait_rendering()
1025 brw_bo_wait(struct brw_bo *bo, int64_t timeout_ns) in brw_bo_wait() function