| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile.cpp | 12 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 D | tile_cache.hpp | 11 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 D | tile_observer.hpp | 7 class Tile; 13 virtual void onTileChanged(Tile&) {} in onTileChanged() argument 14 virtual void onTileError(Tile&, std::exception_ptr) {} in onTileError() argument
|
| H A D | tile_cache.cpp | 20 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 D | tile.hpp | 36 class Tile : private util::noncopyable { class 38 Tile(OverscaledTileID); 39 virtual ~Tile();
|
| H A D | raster_tile.hpp | 18 class RasterTile : public Tile {
|
| H A D | raster_dem_tile.hpp | 62 class RasterDEMTile : public Tile {
|
| H A D | raster_tile.cpp | 18 : Tile(id_), in RasterTile()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_pyramid.cpp | 59 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 D | render_tile.hpp | 13 class Tile; 19 RenderTile(UnwrappedTileID id_, Tile& tile_) : id(std::move(id_)), tile(tile_) {} in RenderTile() 26 Tile& tile;
|
| H A D | tile_pyramid.hpp | 44 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 D | render_source.hpp | 24 class Tile; 87 void onTileChanged(Tile&) override; 88 void onTileError(Tile&, std::exception_ptr) final;
|
| H A D | render_source.cpp | 54 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 D | Kconfig | 39 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 D | changelog-1.4.0.txt | 88 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 D | changelog-1.4.0.txt | 88 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 D | offline_database.cpp | 168 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 D | geojsonvt.hpp | 56 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 D | tile.hpp | 10 struct Tile { struct 32 Tile tile;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/ |
| H A D | render_raster_dem_source.cpp | 65 void RenderRasterDEMSource::onTileChanged(Tile& tile){ in onTileChanged() 114 Tile* renderableNeighbor = tilePyramid.getTile(neighborid); in onTileChanged()
|
| H A D | render_raster_dem_source.hpp | 51 void onTileChanged(Tile&) final;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/ |
| H A D | mode.hpp | 15 Tile // a once-off still image of a single tile enumerator
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | changelog-1.5.0.txt | 419 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 D | arm-realview-eb-11mp-bbrevd.dts | 27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
|
| H A D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";
|