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

  /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...]
  /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/libdrm/nouveau/
abi16.c 291 if (!(info->tile_flags & NOUVEAU_GEM_TILE_NONCONTIG))
297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8;
301 bo->config.nv50.memtype = (info->tile_flags & 0x07f00) >> 8 |
302 (info->tile_flags & 0x30000) >> 9;
305 bo->config.nv04.surf_flags = info->tile_flags & 7;
335 info->tile_flags = NOUVEAU_GEM_TILE_NONCONTIG;
342 info->tile_flags = (config->nvc0.memtype & 0xff) << 8;
346 info->tile_flags = (config->nv50.memtype & 0x07f) << 8 |
350 info->tile_flags = config->nv04.surf_flags & 7;
356 info->tile_flags &= 0x0000ff00
    [all...]
  /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/libdrm/include/drm/
nouveau_drm.h 122 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
128 uint32_t tile_flags; member in struct:drm_nouveau_gem_set_tiling
255 uint32_t tile_flags; member in struct:drm_nouveau_gem_map
  /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
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 45 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 50 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /external/libdrm/libkms/
nouveau.c 114 arg.info.tile_flags = 0;
  /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 79 milliseconds