HomeSort by relevance Sort by last modified time
    Searched refs:tile (Results 126 - 150 of 211) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 93 * For each screen tile we have one of these bins.
109 * the per-tile bins will point to chunks of data in this structure.
123 * Per-bin data goes into the 'tile' bins.
164 * This basically the framebuffer size divided by tile size
171 struct cmd_bin tile[TILES_X][TILES_Y]; member in struct:lp_scene
276 /** Return pointer to a particular tile's bin. */
280 return &scene->tile[x][y];
lp_texture.c 127 * to the tile size to facilitate render-to-texture.
203 /* Round up the surface size to a multiple of the tile size to
204 * avoid tile clipping.
833 * how to convert a tile of image data from linear layout to tiled
835 * \param cur_layout the current tile layout
836 * \param target_layout the desired tile layout
837 * \param usage how the tile will be accessed (R/W vs. read-only, etc)
967 * Allocate storage for a linear or tile texture image (all cube
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 273 static INLINE void set_mi_row_col(MACROBLOCKD *xd, const TileInfo *const tile,
284 xd->left_available = (mi_col > tile->mi_col_start);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 93 * For each screen tile we have one of these bins.
109 * the per-tile bins will point to chunks of data in this structure.
123 * Per-bin data goes into the 'tile' bins.
164 * This basically the framebuffer size divided by tile size
171 struct cmd_bin tile[TILES_X][TILES_Y]; member in struct:lp_scene
276 /** Return pointer to a particular tile's bin. */
280 return &scene->tile[x][y];
lp_texture.c 127 * to the tile size to facilitate render-to-texture.
203 /* Round up the surface size to a multiple of the tile size to
204 * avoid tile clipping.
833 * how to convert a tile of image data from linear layout to tiled
835 * \param cur_layout the current tile layout
836 * \param target_layout the desired tile layout
837 * \param usage how the tile will be accessed (R/W vs. read-only, etc)
967 * Allocate storage for a linear or tile texture image (all cube
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 423 const TileInfo *const tile,
443 vp9_find_mv_refs(cm, xd, tile, mi, frame, mbmi->ref_mvs[frame],
486 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, j, ref, mi_row, mi_col,
520 const TileInfo *const tile,
535 read_inter_block_mode_info(cm, xd, tile, mi, mi_row, mi_col, r);
541 const TileInfo *const tile,
546 read_inter_frame_mode_info(cm, xd, tile, mi_row, mi_col, r);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c 38 const TileInfo *const tile,
59 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
79 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
95 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) {
414 const TileInfo *const tile,
515 vp9_find_mv_refs(cm, xd, tile, xd->mi[0].src_mi, ref_frame,
518 const_motion[ref_frame] = mv_refs_rt(cm, xd, tile, xd->mi[0].src_mi,
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 424 const TileInfo *const tile,
439 vp9_find_mv_refs(cm, xd, tile, mi, frame, mbmi->ref_mvs[frame],
482 vp9_append_sub8x8_mvs_for_idx(cm, xd, tile, j, ref, mi_row, mi_col,
516 const TileInfo *const tile,
531 read_inter_block_mode_info(cm, xd, tile, mi, mi_row, mi_col, r);
537 const TileInfo *const tile,
542 read_inter_frame_mode_info(cm, xd, tile, mi_row, mi_col, r);
  /external/chromium_org/cc/layers/
picture_layer_impl.cc 302 // Ignore missing tiles outside of viewport for tile priority. This is
337 // complete. But if a tile is ideal scale, we don't want to consider
338 // it incomplete and trying to replace it with a tile at a worse
545 // Tile priorities were modified.
576 void PictureLayerImpl::NotifyTileStateChanged(const Tile* tile) {
579 gfx::ScaleRect(tile->content_rect(), 1.f / tile->contents_scale());
610 scoped_refptr<Tile> PictureLayerImpl::CreateTile(PictureLayerTiling* tiling,
614 return scoped_refptr<Tile>();
938 Tile* tile = *iter; local
1534 const Tile* tile = *iter; local
    [all...]
picture_layer_impl.h 25 class Tile;
46 Tile* operator*();
47 const Tile* operator*() const;
77 Tile* operator*();
78 const Tile* operator*() const;
114 virtual void NotifyTileStateChanged(const Tile* tile) OVERRIDE;
121 virtual scoped_refptr<Tile> CreateTile(
147 // Functions used by tile manager.
196 std::set<const Tile*>* tiles) const OVERRIDE
    [all...]
  /external/chromium_org/cc/resources/
picture_pile.cc 56 // For each tile, we consider adding the invalid tile to the
69 // It's okay to add this invalid tile to the
76 // Adding this invalid tile to the current recording rectangle
284 // is a single tile wide, and the interest rect has been expanded to the
423 // Split this inflated invalidation across tile boundaries and apply it
437 // Invalidate drops the picture so the whole tile better be invalidated
464 gfx::Rect tile = tiling_.TileBounds(key.first, key.second); local
465 invalid_tiles.push_back(tile);
469 // interest rect. In this case, a tile in that rect has decline
536 gfx::Rect tile = PaddedRect(key); local
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_model_utils.cc 35 Tile* i = node->tile(n);
  /external/chromium_org/third_party/skia/include/core/
SkShader.h 291 @param xy if non-NULL will be the tile modes that should be
350 TileMode fTileMode; //!< The tile mode used.
449 * @param tile The tile rectangle in picture coordinates: this represents the subset
450 * (or superset) of the picture used when building a tile. It is not
452 * and cropping). If null, the tile rect is considered equal to the picture
459 const SkRect* tile);
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_design.js 20 * tileWidth: The width of each suggestion tile, in px.
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 177 * Override opacity of the tile to 1, so that the new tile animation
179 .tile.dragging.finishing-drag {
183 /* Don't display the new tile until there's something to show. */
  /external/jpeg/
Android.mk 35 # enable tile based decode
  /cts/apps/CameraITS/pymodules/its/
image.py 435 """Get a patch (tile) of an image.
439 xnorm,ynorm,wnorm,hnorm: Normalized (in [0,1]) coords for the tile.
545 tile = img[yc-r:yc+r:, xc-r:xc+r:, ::]
546 return tile
549 tile = __get_color_checker_patch(img, xc,yc, patch_size)
550 means = tile.mean(1).mean(0)
698 tile = __get_color_checker_patch(img, xc,yc, 32)
700 xi*(32+2)+1:xi*(32+2)+1+32, :] = tile
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 562 * Get a texel from a texture, using the texture tile cache.
580 const struct softpipe_tex_cached_tile *tile; local
587 tile = sp_get_cached_tile_tex(samp->cache, addr);
589 return &tile->data.color[y][x][0];
610 /* Gather a quad of adjacent texels within a tile:
618 const struct softpipe_tex_cached_tile *tile; local
625 tile = sp_get_cached_tile_tex(samp->cache, addr);
627 out[0] = &tile->data.color[y ][x ][0];
628 out[1] = &tile->data.color[y ][x+1][0];
629 out[2] = &tile->data.color[y+1][x ][0]
672 const struct softpipe_tex_cached_tile *tile; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 562 * Get a texel from a texture, using the texture tile cache.
580 const struct softpipe_tex_cached_tile *tile; local
587 tile = sp_get_cached_tile_tex(samp->cache, addr);
589 return &tile->data.color[y][x][0];
610 /* Gather a quad of adjacent texels within a tile:
618 const struct softpipe_tex_cached_tile *tile; local
625 tile = sp_get_cached_tile_tex(samp->cache, addr);
627 out[0] = &tile->data.color[y ][x ][0];
628 out[1] = &tile->data.color[y ][x+1][0];
629 out[2] = &tile->data.color[y+1][x ][0]
672 const struct softpipe_tex_cached_tile *tile; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkShader.cpp 249 const SkMatrix* localMatrix, const SkRect* tile) {
250 return SkPictureShader::Create(src, tmx, tmy, localMatrix, tile);
  /external/chromium_org/ui/file_manager/gallery/css/
gallery.css 1173 .mosaic-tile {
1175 /* Tile's zoom factor is animated on hover. We apply the transform to
1176 the entire tile so that the image outline is included into the animation. */
1181 /* Mosaic tile's opacity is controlled by |visible| attribute which changes
1183 .mosaic:not([visible]) .mosaic-tile .img-border {
1187 /* Animate tile's opacity, except for the selected tile which should show/hide
1189 .mosaic-tile:not([selected]) .img-border {
1197 .mosaic-tile .img-border {
1209 .mosaic[visible='normal'] .mosaic-tile[selected] .img-border
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleApp.cpp 1096 SkSize tile = this->tileSize(); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc 3173 const Tile* tile = *it; local
    [all...]

Completed in 1807 milliseconds

1 2 3 4 56 7 8 9