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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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
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);
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 173 bool tiled = NULL != params && params->isTiled(); local
174 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
GrContext.cpp 310 // The desired texture is NPOT and tiled but that isn't supported by
628 bool tiled = NULL != params && params->isTiled(); local
629 if (tiled && !caps->npotTextureTileSupport()) {
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
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
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);
  /external/skia/src/gpu/
GrTexture.cpp 173 bool tiled = NULL != params && params->isTiled(); local
174 if (tiled && !gpu->caps()->npotTextureTileSupport()) {
GrContext.cpp 310 // The desired texture is NPOT and tiled but that isn't supported by
628 bool tiled = NULL != params && params->isTiled(); local
629 if (tiled && !caps->npotTextureTileSupport()) {
    [all...]
  /bionic/libc/kernel/uapi/drm/
omap_drm.h 47 } tiled; member in union:omap_gem_size
  /external/kernel-headers/original/uapi/drm/
omap_drm.h 38 #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
  /hardware/intel/img/psb_video/src/
vsp_VPP.c 402 int tiled = 0, width = 0, height = 0, stride = 0; local
537 tiled = GET_SURFACE_INFO_tiling(input_surface->psb_surface);
554 cell_proc_picture_param->input_picture[0].tiled = tiled;
601 if (tiled && rotation_angle != VA_ROTATION_NONE) {
611 if (tiled && rotation_angle != VA_ROTATION_NONE) {
663 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 645 milliseconds