Home
last modified time | relevance | path

Searched defs:tile (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c5 struct tile { struct
6 int coverage;
7 int overdraw;
8 const struct lp_rast_state *state;
9 char data[TILE_SIZE][TILE_SIZE];
114 static void plot(struct tile *tile, in plot()
135 struct tile *tile, in debug_shade_tile()
160 struct tile *tile, in debug_clear_tile()
177 struct tile *tile, in debug_triangle()
231 do_debug_bin( struct tile *tile, in do_debug_bin()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c5 struct tile { struct
6 int coverage;
7 int overdraw;
8 const struct lp_rast_state *state;
9 char data[TILE_SIZE][TILE_SIZE];
114 static void plot(struct tile *tile, in plot()
135 struct tile *tile, in debug_shade_tile()
160 struct tile *tile, in debug_clear_tile()
177 struct tile *tile, in debug_triangle()
231 do_debug_bin( struct tile *tile, in do_debug_bin()
[all …]
/external/chromium_org/cc/resources/
Dtile_manager.cc241 void TileManager::Release(Tile* tile) { in Release()
246 void TileManager::DidChangeTilePriority(Tile* tile) { in DidChangeTilePriority()
258 Tile* tile = *it; in CleanUpReleasedTiles() local
322 Tile* tile = it->second; in DidFinishRunningTasks() local
362 Tile* tile = it->second; in GetTilesWithAssignedBins() local
656 Tile* tile = *it; in AssignGpuMemoryToTiles() local
760 void TileManager::FreeResourceForTile(Tile* tile, RasterMode mode) { in FreeResourceForTile()
774 void TileManager::FreeResourcesForTile(Tile* tile) { in FreeResourcesForTile()
780 void TileManager::FreeUnusedResourcesForTile(Tile* tile) { in FreeUnusedResourcesForTile()
810 Tile* tile = *it; in ScheduleTasks() local
[all …]
Dprioritized_tile_set_unittest.cc103 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
126 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
158 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
192 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
227 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
258 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
292 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
326 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
360 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
442 scoped_refptr<Tile> tile = CreateTile(); in TEST_F() local
[all …]
Dtile_manager_perftest.cc111 scoped_refptr<Tile> tile = in CreateBinTiles() local
149 Tile* tile = tiles[i].first.get(); in RunManageTilesTest() local
Dlayer_tiling_data.cc55 void LayerTilingData::AddTile(scoped_ptr<Tile> tile, int i, int j) { in AddTile()
102 Tile* tile = TileAt(i, j); in OpaqueRegionInContentRect() local
/external/chromium_org/cc/layers/
Dtiled_layer_impl.cc60 DrawableTile* tile = TileAt(0, 0); in ContentsResourceId() local
78 scoped_ptr<DrawableTile> tile(DrawableTile::Create()); in CreateTile() local
108 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second); in GPUMemoryUsageInBytes() local
129 DrawableTile* tile = static_cast<DrawableTile*>(iter->second); in PushPropertiesTo() local
165 DrawableTile* tile = TileAt(i, j); in AppendQuads() local
192 DrawableTile* tile = TileAt(i, j); in AppendQuads() local
268 DrawableTile* tile = TileAt(i, j); in PushTileProperties() local
277 DrawableTile* tile = TileAt(i, j); in PushInvalidTile() local
Dtiled_layer.cc203 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in PushPropertiesTo() local
246 UpdatableTile* tile = TileAt(i, j); in ResourceAtForTesting() local
258 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in SetLayerTreeHost() local
276 scoped_ptr<UpdatableTile> tile( in CreateTile() local
305 UpdatableTile* tile = static_cast<UpdatableTile*>(iter->second); in InvalidateContentRect() local
317 bool TiledLayer::TileOnlyNeedsPartialUpdate(UpdatableTile* tile) { in TileOnlyNeedsPartialUpdate()
370 UpdatableTile* tile = TileAt(i, j); in MarkOcclusionsAndRequestTextures() local
405 UpdatableTile* tile = TileAt(i, j); in HaveTexturesForTiles() local
436 UpdatableTile* tile = TileAt(i, j); in MarkTilesForUpdate() local
504 UpdatableTile* tile = TileAt(i, j); in UpdateTileTextures() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
Dsp_tile_cache.c220 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba()
269 clear_tile(struct softpipe_cached_tile *tile, in clear_tile()
439 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_flush_tile_cache() local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile() local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_find_cached_tile() local
Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile; in NAME() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c220 clear_tile_rgba(struct softpipe_cached_tile *tile, in clear_tile_rgba()
269 clear_tile(struct softpipe_cached_tile *tile, in clear_tile()
439 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_flush_tile_cache() local
464 struct softpipe_cached_tile * tile = MALLOC_STRUCT(softpipe_cached_tile); in sp_alloc_tile() local
506 struct softpipe_cached_tile *tile = tc->entries[pos]; in sp_find_cached_tile() local
Dsp_quad_depth_test_tmp.h61 struct softpipe_cached_tile *tile; in NAME() local
/external/chromium_org/third_party/skia/src/core/
DSkTileGrid.h108 for (int tile = 0; tile < tileCount; ++tile) { in SkTileGridNextDatum() local
125 for (int tile = minIndex; tile <= maxIndex; ++tile) { in SkTileGridNextDatum() local
DSkTileGrid.cpp33 SkTDArray<void *>& SkTileGrid::tile(int x, int y) { in tile() function in SkTileGrid
97 int tile = 0; in search() local
/external/skia/src/core/
DSkTileGrid.h108 for (int tile = 0; tile < tileCount; ++tile) { in SkTileGridNextDatum() local
125 for (int tile = minIndex; tile <= maxIndex; ++tile) { in SkTileGridNextDatum() local
DSkTileGrid.cpp33 SkTDArray<void *>& SkTileGrid::tile(int x, int y) { in tile() function in SkTileGrid
97 int tile = 0; in search() local
/external/chromium_org/cc/test/
Dfake_tile_manager.cc91 bool FakeTileManager::HasBeenAssignedMemory(Tile* tile) { in HasBeenAssignedMemory()
101 void FakeTileManager::Release(Tile* tile) { in Release()
Dfake_picture_layer_impl.cc82 Tile* tile = tiles[tile_idx]; in SetAllTilesVisible() local
104 Tile* tile = tiles[tile_idx]; in SetAllTilesReadyInTiling() local
Dfake_picture_layer_tiling_client.h26 virtual void UpdatePile(Tile* tile) OVERRIDE {} in UpdatePile()
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.h26 const TileInfo *const tile, in vp9_find_mv_refs()
Dvp9_mvref_common.c173 static INLINE int is_inside(const TileInfo *const tile, in is_inside()
185 const TileInfo *const tile, in vp9_find_mv_refs_idx()
/external/chromium-trace/trace-viewer/src/cc/
Dselection.js116 function TileSelection(tile) { argument
167 get tile() { getter in RasterTaskSelection
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c120 static void count_segs(VP9_COMP *cpi, const TileInfo *const tile, in count_segs()
161 static void count_segs_sb(VP9_COMP *cpi, const TileInfo *const tile, in count_segs_sb()
240 TileInfo tile; in vp9_choose_segmap_coding_method() local
/external/chromium_org/win8/metro_driver/
Dsecondary_tile.cc104 mswr::ComPtr<winui::StartScreen::ISecondaryTile> tile; in DeleteTileFromStartScreen() local
164 mswr::ComPtr<winui::StartScreen::ISecondaryTile> tile; in CreateTileOnStartScreen() local
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
Dmosaic_mode.js311 Mosaic.prototype.initTile_ = function(tile, callback) { argument
838 Mosaic.Layout.prototype.add = function(tile, isLast) { argument
1326 Mosaic.Column.prototype.add = function(tile) { argument
1441 this.tiles_.map(function(tile) { return tile.getMaxContentHeight() }); argument
1477 Mosaic.Row.prototype.add = function(tile) { argument
1569 this.tiles_.map(function(tile) { return tile.getMaxContentHeight() })); argument
1606 function(tile) { return tile.getAspectRatio() }); argument

1234