Home
last modified time | relevance | path

Searched refs:nouveau_bo_wait (Results 1 – 6 of 6) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check20 nouveau_bo_wait
Dnouveau.h148 int nouveau_bo_wait(struct nouveau_bo *, uint32_t access,
Dnouveau.c829 nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_wait() function
877 return nouveau_bo_wait(bo, access, client); in nouveau_bo_map()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_driver.c92 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx)); in nouveau_finish()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c267 if (nouveau_bo_wait(q->bo, NOUVEAU_BO_RD, nv50->screen->base.client)) in nv50_query_result()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_query.c358 if (nouveau_bo_wait(q->bo, NOUVEAU_BO_RD, nvc0->screen->base.client)) in nvc0_query_result()