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

  /hardware/intel/img/hwcomposer/merrifield/include/
IVideoPayloadManager.h 43 bool tiled; member in struct:android::intel::IVideoPayloadManager::Buffer
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadManager.cpp 62 metadata->normalBuffer.tiled = (p->width > 1280);
74 metadata->scalingBuffer.tiled = false;
100 metadata->rotationBuffer.tiled = metadata->normalBuffer.tiled;
  /external/drm_gralloc/
gralloc_drm_nouveau.c 72 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 */
  /bionic/libc/kernel/uapi/drm/
omap_drm.h 50 } tiled; member in union:omap_gem_size
  /external/kernel-headers/original/uapi/drm/
omap_drm.h 42 #define OMAP_BO_TILED_MASK 0x00000f00 /* tiled mapping mask, see tiled modes */
49 /* tiled modes */
56 uint32_t bytes; /* (for non-tiled formats) */
60 } tiled; /* (for tiled formats) */ member in union:omap_gem_size
96 /* note: in case of tiled buffers, the user virtual size can be
  /external/libdrm/omap/
omap_drm.h 54 #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
omap_drm.c 219 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/
lp_texture.c 145 /* 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); level++)
    [all...]
lp_tile_image.c 29 * 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);
lp_texture.h 49 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
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 408 unsigned int tiled = 0, width = 0, height = 0, stride = 0; local
548 tiled = GET_SURFACE_INFO_tiling(input_surface->psb_surface);
584 cell_proc_picture_param->input_picture[0].tiled = tiled;
631 if (tiled && rotation_angle != VA_ROTATION_NONE) {
641 if (tiled && rotation_angle != VA_ROTATION_NONE) {
693 cell_proc_picture_param->output_picture[i].tiled = tiled;
    [all...]
vsp_fw.h 126 /* flag indicating if frame is stored in tiled format */
127 unsigned int tiled; member in struct:VssProcPicture
  /external/skia/gm/
multipicturedraw.cpp 86 // Create a picture that consists of a single large layer that is tiled
391 static void tiled(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd, function
430 constexpr PFLayoutMtd gLayoutMthds[] = { simple, tiled };
436 * tiled vs. all-at-once rendering (e.g., into many or just 1 canvas)
519 const char* gLayoutNames[] = { "simple", "tiled" };
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 209 VAMappedHandle(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
222 attribTpi.tiling = tiled;
265 VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
266 : VAMappedHandle(dpy, khandle, stride, height, tiled) { }
    [all...]
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 720 int& alignedw, int &alignedh, int& tiled, unsigned int& size)
722 tiled = isUBwcEnabled(format, usage) || isMacroTileEnabled(format, usage);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 456 milliseconds