HomeSort by: relevance | last modified time | path
    Searched defs:dstmap (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 635 char *srcmap, *dstmap; local
641 dstmap = dst->bo->map + dst->offset;
645 memcpy(dp(dst, dstmap, dst->x0 + x, dst->y0 + y, dst->z),
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 635 char *srcmap, *dstmap; local
641 dstmap = dst->bo->map + dst->offset;
645 memcpy(dp(dst, dstmap, dst->x0 + x, dst->y0 + y, dst->z),

Completed in 20 milliseconds