Searched refs:tiled (Results 1 - 10 of 10) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfTestFile.cpp39 // file is scanline-based or tiled.
53 isOpenExrFile (const char fileName[], bool &tiled) argument
63 tiled = isTiled (version);
68 tiled = false;
77 bool tiled; local
78 return isOpenExrFile (fileName, tiled);
85 bool exr, tiled; local
86 exr = isOpenExrFile (fileName, tiled);
87 return exr && tiled;
92 isOpenExrFile (IStream &is, bool &tiled) argument
122 bool tiled; local
130 bool exr, tiled; local
[all...]
/external/drm_gralloc/
H A Dgralloc_drm_nouveau.c72 int tiled, scanout; local
81 tiled = !(usage & (GRALLOC_USAGE_SW_READ_OFTEN |
84 tiled = 0;
86 tiled = 1;
94 tiled = 1;
99 if (tiled) {
254 /* TODO if tiled, allocate a linear copy of bo in GART and map it */
266 /* TODO if tiled, unmap the linear bo and copy back */
/external/kernel-headers/original/uapi/drm/
H A Domap_drm.h38 #define OMAP_BO_TILED_MASK 0x00000f00 /* tiled mapping mask, see tiled modes */
45 /* tiled modes */
52 uint32_t bytes; /* (for non-tiled formats) */
56 } tiled; /* (for tiled formats) */ member in union:omap_gem_size
92 /* note: in case of tiled buffers, the user virtual size can be
/external/libdrm/omap/
H A Domap_drm.h54 #define OMAP_BO_TILED_MASK 0x00000f00 /* tiled mapping mask, see tiled modes */
61 /* tiled modes */
68 uint32_t bytes; /* (for non-tiled formats) */
72 } tiled; /* (for tiled formats) */ member in union:omap_gem_size
108 /* note: in case of tiled buffers, the user virtual size can be
H A Domap_drm.c219 bo->size = round_up(size.tiled.width, PAGE_SIZE) * size.tiled.height;
232 /* allocate a new (un-tiled) buffer object */
251 .tiled = {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c145 /* Size of the image in tiles (for tiled layout) */
316 if (lpr->tiled[0].data) {
317 align_free(lpr->tiled[0].data);
318 lpr->tiled[0].data = NULL;
335 /* free tiled image data */
336 for (level = 0; level < Elements(lpr->tiled); level++) {
337 if (lpr->tiled[level].data) {
338 align_free(lpr->tiled[level].data);
339 lpr->tiled[level].data = NULL;
344 for (level = 0; level < Elements(lpr->tiled); leve
[all...]
H A Dlp_tile_image.c29 * Code to convert images from tiled to linear and back.
85 * Convert a 4x4 rect of 32-bit words from a linear layout into tiled
105 * Convert a 4x4 rect of 16-bit words from a linear layout into tiled
125 * Convert a tiled image into a linear image.
216 * Convert a linear image into a tiled image.
317 uint8_t *tiled = MALLOC(wt * ht * TILE_SIZE * TILE_SIZE * 4); local
321 lp_linear_to_tiled(data, tiled, 0, 0, width, height, format,
324 lp_tiled_to_linear(tiled, data, 0, 0, width, height, format,
327 FREE(tiled);
H A Dlp_texture.h49 LP_TEX_LAYOUT_TILED, /**< the tile data is in tiled layout */
64 * linear layout (for texture sampling) and another in a tiled layout (for
66 * or tiled on a per-tile basis.
82 * The former are tiled and have per-tile layout flags.
107 struct llvmpipe_texture_image tiled[LP_MAX_TEXTURE_LEVELS]; member in struct:llvmpipe_resource
/external/skia/gm/
H A Dmultipicturedraw.cpp86 // Create a picture that consists of a single large layer that is tiled
398 static void tiled(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, function
437 static const PFLayoutMtd gLayoutMthds[] = { simple, tiled };
443 * tiled vs. all-at-once rendering (e.g., into many or just 1 canvas)
527 static const char* gLayoutNames[] = { "simple", "tiled" };
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 238 milliseconds