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

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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...]
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_bo.h 54 uint32_t tile_flags; member in struct:nouveau_bo
67 int size, uint32_t tile_mode, uint32_t tile_flags,
nouveau_bo.c 56 nvbo->base.tile_flags = arg->tile_flags;
143 info->tile_flags = nvbo->base.tile_flags;
177 int size, uint32_t tile_mode, uint32_t tile_flags,
192 nvbo->base.tile_flags = tile_flags;
219 uint32_t tile_flags = 0; local
223 tile_flags = 0x2800;
225 tile_flags = 0x7000
    [all...]
  /hardware/intel/img/libdrm/shared-core/
nouveau_drm.h 102 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
187 uint32_t tile_flags; member in struct:drm_nouveau_gem_tile
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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
  /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 42 uint32_t tile_flags; member in struct:drm_nouveau_gem_info
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 47 uint32_t tile_flags; member in struct:drm_nouveau_gem_info

Completed in 220 milliseconds