HomeSort by relevance Sort by last modified time
    Searched refs:nouveau_bo_wait (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.c 92 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx));
  /external/libdrm/nouveau/
nouveau.h 152 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
nouveau.c 572 nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access, function
618 return nouveau_bo_wait(bo, access, client);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_query.c 267 if (nouveau_bo_wait(q->bo, NOUVEAU_BO_RD, nv50->screen->base.client))
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_query.c 358 if (nouveau_bo_wait(q->bo, NOUVEAU_BO_RD, nvc0->screen->base.client))

Completed in 228 milliseconds