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

  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.h 62 nouveau_resource_unmap(struct nv04_resource *res) function
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_push.c 277 nouveau_resource_unmap(nv04_resource(nv30->idxbuf.buffer));
280 nouveau_resource_unmap(nv04_resource(nv30->vtxbuf[i].buffer));
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 405 nouveau_resource_unmap(nv04_resource(nvc0->idxbuf.buffer));
408 nouveau_resource_unmap(nv04_resource(nvc0->vtxbuf[i].buffer));
nvc0_vbo_translate.c 535 nouveau_resource_unmap(nv04_resource(nvc0->idxbuf.buffer));
537 nouveau_resource_unmap(nv04_resource(nvc0->vtxbuf[i].buffer));

Completed in 61 milliseconds