Home
last modified time | relevance | path

Searched refs:Tile (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.cpp12 Tile::Tile(OverscaledTileID id_) : id(std::move(id_)), observer(&nullObserver) { in Tile() function in mbgl::Tile
15 Tile::~Tile() = default;
17 void Tile::setObserver(TileObserver* observer_) { in setObserver()
21 void Tile::cancel() { in cancel()
24 void Tile::setTriedCache() { in setTriedCache()
29 void Tile::dumpDebugLogs() const { in dumpDebugLogs()
35 void Tile::queryRenderedFeatures( in queryRenderedFeatures()
43 float Tile::getQueryPadding(const std::vector<const RenderLayer*>&) { in getQueryPadding()
47 void Tile::querySourceFeatures( in querySourceFeatures()
H A Dtile_cache.hpp11 class Tile;
19 void add(const OverscaledTileID& key, std::unique_ptr<Tile> data);
20 std::unique_ptr<Tile> pop(const OverscaledTileID& key);
21 Tile* get(const OverscaledTileID& key);
26 std::map<OverscaledTileID, std::unique_ptr<Tile>> tiles;
H A Dtile_observer.hpp7 class Tile;
13 virtual void onTileChanged(Tile&) {} in onTileChanged() argument
14 virtual void onTileError(Tile&, std::exception_ptr) {} in onTileError() argument
H A Dtile_cache.cpp20 void TileCache::add(const OverscaledTileID& key, std::unique_ptr<Tile> tile) { in add()
42 Tile* TileCache::get(const OverscaledTileID& key) { in get()
51 std::unique_ptr<Tile> TileCache::pop(const OverscaledTileID& key) { in pop()
53 std::unique_ptr<Tile> tile; in pop()
H A Dtile.hpp36 class Tile : private util::noncopyable { class
38 Tile(OverscaledTileID);
39 virtual ~Tile();
H A Draster_tile.hpp18 class RasterTile : public Tile {
H A Draster_dem_tile.hpp62 class RasterDEMTile : public Tile {
H A Draster_tile.cpp18 : Tile(id_), in RasterTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp59 Tile* TilePyramid::getTile(const OverscaledTileID& tileID){ in getTile()
72 … std::function<std::unique_ptr<Tile> (const OverscaledTileID&)> createTile) { in update()
135 auto retainTileFn = [&](Tile& tile, TileNecessity necessity) -> void { in update()
144 auto getTileFn = [&](const OverscaledTileID& tileID) -> Tile* { in update()
156 auto createTileFn = [&](const OverscaledTileID& tileID) -> Tile* { in update()
160 std::unique_ptr<Tile> tile = cache.pop(tileID); in update()
174 std::map<UnwrappedTileID, Tile*> previouslyRenderedTiles; in update()
179 auto renderTileFn = [&](const UnwrappedTileID& tileID, Tile& tile) { in update()
190 [](const UnwrappedTileID&, Tile&) {}, panTiles, zoomRange, panZoom); in update() argument
197 Tile& tile = *previouslyRenderedTile.second; in update()
[all …]
H A Drender_tile.hpp13 class Tile;
19 RenderTile(UnwrappedTileID id_, Tile& tile_) : id(std::move(id_)), tile(tile_) {} in RenderTile()
26 Tile& tile;
H A Dtile_pyramid.hpp44 std::function<std::unique_ptr<Tile> (const OverscaledTileID&)> createTile);
50 Tile* getTile(const OverscaledTileID&);
71 std::map<OverscaledTileID, std::unique_ptr<Tile>> tiles;
H A Drender_source.hpp24 class Tile;
87 void onTileChanged(Tile&) override;
88 void onTileError(Tile&, std::exception_ptr) final;
H A Drender_source.cpp54 void RenderSource::onTileChanged(Tile& tile) { in onTileChanged()
58 void RenderSource::onTileError(Tile& tile, std::exception_ptr error) { in onTileError()
/OK3568_Linux_fs/kernel/arch/arm/mach-realview/
H A DKconfig39 bool "Support ARM1136J(F)-S Tile"
47 bool "Support ARM1176JZ(F)-S Tile"
54 bool "Support Multicore Cortex-A9 Tile"
61 bool "Support ARM11MPCore Tile"
/OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt88 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
/OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/
H A Dchangelog-1.4.0.txt88 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp168 if (resource.kind == Resource::Kind::Tile) { in getInternal()
177 if (resource.kind == Resource::Kind::Tile) { in hasInternal()
214 if (resource.kind == Resource::Kind::Tile) { in putInternal()
657 if (resource.kind == Resource::Kind::Tile) { in putRegionResources()
681 && resource.kind == Resource::Kind::Tile in putRegionResourceInternal()
691 if (resource.kind == Resource::Kind::Tile) { in markUsed()
948 return resource.kind == Resource::Kind::Tile in exceedsOfflineMapboxTileCountLimit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp56 const Tile empty_tile{};
62 inline const Tile geoJSONToTile(const geojson& geojson_, in geoJSONToTile()
109 const Tile& getTile(const uint8_t z, const uint32_t x_, const uint32_t y) { in getTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp10 struct Tile { struct
32 Tile tile;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_raster_dem_source.cpp65 void RenderRasterDEMSource::onTileChanged(Tile& tile){ in onTileChanged()
114 Tile* renderableNeighbor = tilePyramid.getTile(neighborid); in onTileChanged()
H A Drender_raster_dem_source.hpp51 void onTileChanged(Tile&) final;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp15 Tile // a once-off still image of a single tile enumerator
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A Dchangelog-1.5.0.txt419 2. OP支持:1) 添加了Caffe新OP支持:Power/Tile/Eltwise(Max)/去除了normalize维度的限制; 2) 添加了onnx新OP支持:HardSigmoid/Pow…
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darm-realview-eb-11mp-bbrevd.dts27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";

123