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

  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
kgem.c 369 static uint32_t gem_userptr(int fd, void *ptr, int size, int read_only) function
1204 handle = gem_userptr(kgem->fd, ptr, PAGE_SIZE, false);
6419 handle = gem_userptr(kgem->fd,
6823 handle = gem_userptr(kgem->fd, bo->mem, alloc * PAGE_SIZE, false);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
kgem.c 523 static uint32_t gem_userptr(int fd, void *ptr, int size, int read_only) function
7041 handle = gem_userptr(kgem->fd,
7048 handle = gem_userptr(kgem->fd,
7474 handle = gem_userptr(kgem->fd, bo->mem, alloc * PAGE_SIZE, false);

Completed in 27 milliseconds