HomeSort by relevance Sort by last modified time
    Searched refs:tile_mode (Results 1 - 25 of 35) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 34 uint32_t tile_mode = 0x000; local
36 if (ny > 64) tile_mode = 0x040; /* height 128 tiles */
38 if (ny > 32) tile_mode = 0x030; /* height 64 tiles */
40 if (ny > 16) tile_mode = 0x020; /* height 32 tiles */
42 if (ny > 8) tile_mode = 0x010; /* height 16 tiles */
45 return tile_mode;
47 if (tile_mode > 0x020)
48 tile_mode = 0x020;
50 if (nz > 16 && tile_mode < 0x020)
51 return tile_mode | 0x500; /* depth 32 tiles *
    [all...]
nvc0_transfer.c 41 PUSH_DATA (push, src->tile_mode);
57 PUSH_DATA (push, dst->tile_mode);
145 PUSH_DATA (push, 0x1000 | dst->tile_mode);
153 PUSH_DATA (push, 0x1000 | src->tile_mode);
  /external/drm_gralloc/
gralloc_drm_nouveau.c 71 int flags, tile_mode, tile_flags; local
76 tile_mode = 0;
102 tile_mode = 0x40;
104 tile_mode = 0x30;
106 tile_mode = 0x20;
108 tile_mode = 0x10;
110 tile_mode = 0x00;
114 align = NVC0_TILE_HEIGHT(tile_mode);
119 tile_mode = 4;
121 tile_mode = 3
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.h 18 uint16_t tile_mode; member in struct:nv50_m2mf_rect
nv50_miptree.c 231 lvl->tile_mode = nv50_tex_choose_tile_dims(nbx, nby, d);
233 tsx = NV50_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */
234 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
235 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode);
248 NV50_TILE_SIZE(mt->level[0].tile_mode));
286 bo_config.nv50.tile_mode = mt->level[0].tile_mode;
338 mt->level[0].tile_mode = mt->base.bo->config.nv50.tile_mode;
351 unsigned tds = NV50_TILE_SHIFT_Z(mt->level[l].tile_mode);
    [all...]
nv50_resource.h 41 uint32_t tile_mode; member in struct:nv50_miptree_level
nv50_transfer.c 39 rect->tile_mode = mt->level[l].tile_mode;
77 PUSH_DATA (push, src->tile_mode);
94 PUSH_DATA (push, dst->tile_mode);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.h 139 int tile_mode, int raster_mode,
144 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_adreno_info.h 139 int tile_mode, int raster_mode,
144 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
  /external/libdrm/nouveau/
abi16.c 298 bo->config.nvc0.tile_mode = info->tile_mode;
303 bo->config.nv50.tile_mode = info->tile_mode << 4;
306 bo->config.nv04.surf_pitch = info->tile_mode;
343 info->tile_mode = config->nvc0.tile_mode;
348 info->tile_mode = config->nv50.tile_mode >> 4;
351 info->tile_mode = config->nv04.surf_pitch
    [all...]
nouveau.h 103 uint32_t tile_mode; member in struct:nouveau_bo_config::__anon14689
107 uint32_t tile_mode; member in struct:nouveau_bo_config::__anon14690
  /external/libdrm/radeon/
radeon_surface.c 1721 unsigned mode, tile_mode, stencil_tile_mode; local
1781 unsigned mode, tile_mode, stencil_tile_mode; local
2325 unsigned mode, tile_mode, stencil_tile_mode; local
2385 unsigned mode, tile_mode, stencil_tile_mode; local
    [all...]
  /external/libdrm/include/drm/
nouveau_drm.h 121 uint32_t tile_mode; member in struct:drm_nouveau_gem_info
127 uint32_t tile_mode; member in struct:drm_nouveau_gem_set_tiling
254 uint32_t tile_mode; member in struct:drm_nouveau_gem_map
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 138 int tile_mode,
150 int tile_mode,
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 138 int tile_mode,
150 int tile_mode,
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 138 int tile_mode,
150 int tile_mode,
  /hardware/qcom/display/msm8994/libgralloc/
gr.h 166 int tile_mode,
178 int tile_mode,
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 177 int tile_mode,
189 int tile_mode,
  /hardware/qcom/display/msmcobalt/libgralloc/
gr.h 187 int tile_mode,
199 int tile_mode,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
nouveau_drm.h 102 uint32_t tile_mode; member in struct:drm_nouveau_gem_info
190 uint32_t tile_mode; member in struct:drm_nouveau_gem_tile
  /bionic/libc/kernel/uapi/drm/
nouveau_drm.h 44 uint32_t tile_mode; member in struct:drm_nouveau_gem_info
  /external/kernel-headers/original/uapi/drm/
nouveau_drm.h 49 uint32_t tile_mode; member in struct:drm_nouveau_gem_info
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
  /hardware/qcom/media/msmcobalt/libc2dcolorconvert/
C2DColorConverter.h 68 typedef void (*LINK_AdrenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
  /external/libdrm/libkms/
nouveau.c 113 arg.info.tile_mode = 0;

Completed in 1212 milliseconds

1 2