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

  /external/libdrm/nouveau/
abi16.c 157 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
190 info->domain |= NOUVEAU_GEM_DOMAIN_GART;
193 NOUVEAU_GEM_DOMAIN_GART;
pushbuf.c 129 if (!(kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART))
165 domains |= NOUVEAU_GEM_DOMAIN_GART;
186 if ((kref->valid_domains & NOUVEAU_GEM_DOMAIN_GART) &&
213 kref->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
579 if (fifo->pushbuf & NOUVEAU_GEM_DOMAIN_GART) {
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 29 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 40 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
  /external/libdrm/include/drm/
nouveau_drm.h 97 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 93 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h 94 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)

Completed in 696 milliseconds