HomeSort by relevance Sort by last modified time
    Searched defs:tile_flags (Results 1 - 8 of 8) sorted by null

  /external/drm_gralloc/
gralloc_drm_nouveau.c 71 int flags, tile_mode, tile_flags; local
77 tile_flags = 0;
112 tile_flags = 0xfe00;
129 tile_flags = (scanout && cpp != 2) ? 0x7a00 : 0x7000;
157 tile_flags |= NOUVEAU_BO_TILE_32BPP;
159 tile_flags |= NOUVEAU_BO_TILE_16BPP;
162 tile_flags |= NOUVEAU_BO_TILE_SCANOUT;
165 tile_mode, tile_flags, &bo)) {
166 ALOGE("failed to allocate bo (flags 0x%x, size %d, tile_mode 0x%x, tile_flags 0x%x)",
167 flags, *pitch * height, tile_mode, tile_flags);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 42 uint32_t tile_flags; local
51 tile_flags = 0x6c + ms;
54 tile_flags = 0x18 + ms;
58 tile_flags = 0x128 + ms;
61 tile_flags = 0x40 + ms;
64 tile_flags = 0x60 + ms;
70 tile_flags = 0x74;
74 case 2: tile_flags = 0xfc; break;
75 case 3: tile_flags = 0xfd; break;
77 tile_flags = 0x70
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 64 uint32_t tile_flags; local
76 tile_flags = 0x02 + ms;
78 tile_flags = 0x01;
82 tile_flags = 0x51 + ms;
84 tile_flags = 0x46;
89 tile_flags = 0x17 + ms;
91 tile_flags = 0x11;
95 tile_flags = 0x86 + ms;
97 tile_flags = 0x7b;
101 tile_flags = 0xce + ms
    [all...]
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 47 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 57 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 103 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
191 uint32_t tile_flags; member in struct:drm_nouveau_gem_tile
  /external/libdrm/include/drm/
nouveau_drm.h 113 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
nouveau_drm.h 111 uint32_t tile_flags; member in struct:drm_nouveau_gem_info

Completed in 2245 milliseconds