Home
last modified time | relevance | path

Searched refs:Tile (Results 201 – 225 of 8140) sorted by relevance

12345678910>>...326

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/aov/
H A Dtilestack.h56 void append(foundation::Tile* tile);
64 foundation::Tile& get_tile(
67 const foundation::Tile& get_tile(
71 foundation::Tile* m_tiles[MaxAOVCount];
92 inline void TileStack::append(foundation::Tile* tile) in append()
107 inline foundation::Tile& TileStack::get_tile( in get_tile()
114 inline const foundation::Tile& TileStack::get_tile( in get_tile()
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dsinkscreen.c101 } Tile; typedef
160 Tile *tile;
310 static Tile *
313 Tile *tile; in render_tile_dirty_get()
331 static Tile *
334 Tile *tile; in render_tile_dirty_reuse()
390 Tile *tile; in render_allocate()
611 static Tile *
614 Tile *tile; in tile_new()
764 Tile *tile; in render_tile_get_painted()
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dxxmv_common.h28 Tile *tile,
46 Tile *tile);
56 Tile *tile,
62 Tile *tile,
71 Tile *result,
72 Tile *source);
H A Dtile.c41 Tile *tile, in selectDefaultTileVecLen()
96 Tile *tile, in initTile()
128 Tile *tile; in initDefaultTiles()
283 const Tile *tile, in sprintfTileElement()
323 const Tile *tile, in sprintfTileElementHalf()
353 Tile * cur = va_arg( argptr, Tile * ); in forEachTile()
371 Tile * cur = i ? va_arg( argptr, Tile * ) : first; in forEachTile()
386 const Tile *tile, in genSetZeroInTile()
402 const Tile *tile, in genSetUnitInTile()
448 const Tile *dst, in genTileCopy()
[all …]
/dports/games/opendungeons/OpenDungeons-0.7.1/source/rooms/
H A DRoomCrypt.cpp62 std::vector<Tile*> tiles; in buildRoom()
122 BuildingObject* RoomCrypt::notifyActiveSpotCreated(ActiveSpotPlace place, Tile* tile) in notifyActiveSpotCreated()
159 void RoomCrypt::notifyActiveSpotRemoved(ActiveSpotPlace place, Tile* tile) in notifyActiveSpotRemoved()
201 for(Tile* tile : mCentralActiveSpotTiles) in doUpkeep()
241 Tile* tileSpawn = p.first; in doUpkeep()
291 Tile* RoomCrypt::askSpotForCarriedEntity(GameEntity* carriedEntity) in askSpotForCarriedEntity()
306 Tile* spot = p.first; in askSpotForCarriedEntity()
307 Tile* t = getGameMap()->getTile(spot->getX() + OFFSET_TILE_X, in askSpotForCarriedEntity()
323 Tile* carrierTile = carrier->getPositionTile(); in notifyCarryingStateChanged()
332 Tile* spot = p.first; in notifyCarryingStateChanged()
[all …]
H A DRoomTreasury.h58 bool removeCoveredTile(Tile* t);
64 Tile* askSpotForCarriedEntity(GameEntity* carriedEntity);
69 virtual int depositGold(int gold, Tile *tile) override;
72 …static int32_t getRoomCostForPlayer(GameMap* gameMap, Player* player, const std::vector<Tile*>& ti…
77 RoomTreasuryTileData* createTileData(Tile* tile) override;
81 void notifyActiveSpotRemoved(ActiveSpotPlace place, Tile* tile) in notifyActiveSpotRemoved()
85 void updateMeshesForTile(Tile* tile, RoomTreasuryTileData* roomTreasuryTileData);
H A DRoomTreasury.cpp121 for(Tile* tile : buildableTiles) in checkBuildRoom()
129 std::vector<Tile*> tiles; in buildRoom()
147 std::map<Seat*,std::vector<Tile*>> tilesPerSeat; in buildRoom()
156 for(Tile* tile : tiles) in buildRoom()
172 for(Tile* tile : p.second) in buildRoom()
254 for (std::pair<Tile* const, TileData*>& p : mTileData) in doUpkeep()
263 bool RoomTreasury::removeCoveredTile(Tile* t) in removeCoveredTile()
311 int RoomTreasury::depositGold(int gold, Tile *tile) in depositGold()
323 for (std::pair<Tile* const, TileData*>& p : mTileData) in depositGold()
360 for (std::pair<Tile* const, TileData*>& p : mTileData) in withdrawGold()
[all …]
H A DRoomWorkshop.h68 RoomWorkshopTileData* createTileData(Tile* tile) override;
69 BuildingObject* notifyActiveSpotCreated(ActiveSpotPlace place, Tile* tile) override;
70 void notifyActiveSpotRemoved(ActiveSpotPlace place, Tile* tile) override;
74 Tile* checkIfAvailableSpot();
77 void getCreatureWantedPos(Creature* creature, Tile* tileSpot,
79 std::vector<Tile*> mUnusedSpots;
80 std::map<Creature*,Tile*> mCreaturesSpots;
/dports/games/opendungeons/OpenDungeons-0.7.1/source/ai/
H A DBaseAI.cpp72 for(Tile* t : tile->getAllNeighbors()) in shouldGroundTileBeConsideredForBestPlaceForRoom()
136 Tile* t; in findBestPlaceForRoom()
245 Tile* t; in computePointsForRoom()
285 Tile* t; in computePointsForRoom()
318 Tile* t; in computePointsForRoom()
351 Tile* t; in computePointsForRoom()
384 Tile* t; in computePointsForRoom()
416 bool BaseAI::digWayToTile(Tile* tileStart, Tile* tileEnd) in digWayToTile()
435 Tile* tile = *it; in digWayToTile()
452 for(Tile* t : tile->getAllNeighbors()) in digWayToTile()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dtile_manager.cpp323 Tile *tileP; in lookAtTile()
656 Tile *new_tile = new Tile(*tileP); // retain properties of original tileP in get_rotated_tile()
729 Tile *TileManager::get_rotated_tile(Tile *tile, float rotate) {
754 Tile *new_tile = new Tile(*tile); // retain properties of original tile
780 Tile *use_tile = NULL; in get_use_tile()
824 Tile *newTilePtr = NULL; in loadCustomTiles()
825 Tile *origTile = NULL; in loadCustomTiles()
836 Tile *t = newTilePtr; in loadCustomTiles()
860 void TileManager::copyTileMetaData(Tile *dest, Tile *src) { in copyTileMetaData()
877Tile *tileDataPtr = (Tile *)realloc(extendedTiles, sizeof(Tile) * (numTiles - NUM_ORIGINAL_TILES +… in addNewTiles()
[all …]
/dports/cad/magic/magic-8.3.245/router/
H A DrtrTravers.c147 Tile *startTile; /* Starting tile for search. */
163 if (DBSrPaintArea((Tile *) NULL,
178 ts.ts_tile = (Tile *) NULL;
202 Tile **pTile; /* We store tile's address here. */
242 Tile *tile; /* Tile that is connected. */ in rtrSrTraverseFunc()
245 Tile *t2;
372 if (DBSrPaintArea((Tile *) NULL,
405 Tile *tile; in rtrExamineTile()
411 if ( (tile != (Tile *) cdata) &&
443 Tile *tile; in rtrExamineStack()
[all …]
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dmaptile.cpp45 Maptile::Maptile(int x, int y, Tile::Type type) in Maptile()
99 Tile::Type Maptile::getType() const in getType()
113 if ((*GameMap::getTileset())[d_index]->getType() == Tile::WATER) in getMoves()
125 Tile *tile = (*ts)[index]; in setIndex()
150 if ((getType() == Tile::HILLS || getType() == Tile::FOREST || in isOpenTerrain()
151 getType() == Tile::MOUNTAIN) && getBuilding() == Maptile::NONE) in isOpenTerrain()
154 if ((getType() == Tile::GRASS || getType() == Tile::SWAMP || in isOpenTerrain()
155 getType() == Tile::WATER) || getBuilding() != Maptile::BRIDGE) in isOpenTerrain()
164 if ((getType() == Tile::HILLS || getType() == Tile::MOUNTAIN)) in isHillyTerrain()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dvirtualtex.h38 struct Tile struct
40 Tile() : lastUsed(0), tex(NULL), loadFailed(false) {}; in Tile() function
55 Tile* tile; argument
60 void addTileToTree(Tile* tile, uint lod, uint v, uint u);
61 void makeResident(Tile* tile, uint lod, uint v, uint u);
64 Tile* tiles;
65 Tile* findTile(unsigned int lod,
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dvirtualtex.h38 struct Tile struct
40 Tile() : lastUsed(0), tex(NULL), loadFailed(false) {}; in Tile() argument
55 Tile* tile; argument
60 void addTileToTree(Tile* tile, uint lod, uint v, uint u);
61 void makeResident(Tile* tile, uint lod, uint v, uint u);
64 Tile* tiles;
65 Tile* findTile(unsigned int lod,
/dports/science/axom/axom-0.6.1/src/axom/mint/execution/internal/
H A Dstructured_exec.hpp126 RAJA::statement::Tile<1, RAJA::tile_fixed< TILE_SIZE_2D >, RAJA::cuda_block_y_loop,
127 RAJA::statement::Tile<0, RAJA::tile_fixed< TILE_SIZE_2D >, RAJA::cuda_block_x_loop,
140 RAJA::statement::Tile<2, RAJA::tile_fixed< TILE_SIZE_Z >, RAJA::cuda_block_z_loop,
141 RAJA::statement::Tile<1, RAJA::tile_fixed< TILE_SIZE_Y >, RAJA::cuda_block_y_loop,
142 RAJA::statement::Tile<0, RAJA::tile_fixed< TILE_SIZE_X >, RAJA::cuda_block_x_loop,
166 RAJA::statement::Tile<1, RAJA::tile_fixed< TILE_SIZE_2D >, RAJA::cuda_block_y_loop,
167 RAJA::statement::Tile<0, RAJA::tile_fixed< TILE_SIZE_2D >, RAJA::cuda_block_x_loop,
180 RAJA::statement::Tile<2, RAJA::tile_fixed< TILE_SIZE_Z >, RAJA::cuda_block_z_loop,
181 RAJA::statement::Tile<1, RAJA::tile_fixed< TILE_SIZE_Y >, RAJA::cuda_block_y_loop,
182 RAJA::statement::Tile<0, RAJA::tile_fixed< TILE_SIZE_X >, RAJA::cuda_block_x_loop,
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Davpcl_mode1.cpp252 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
273 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
368 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode1()
422 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
469 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
536 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
537 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
650 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
770 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
840 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode0.cpp271 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
292 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
384 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode0()
438 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
485 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
552 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
553 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
667 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
788 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
858 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode6.cpp290 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
305 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
380 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode6()
435 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
483 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
550 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
551 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
665 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
785 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
858 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode3.cpp267 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
288 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
380 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode3()
433 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
480 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
547 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
548 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
662 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
783 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
853 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode7.cpp296 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
317 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
413 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode7()
468 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
516 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
583 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
584 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
698 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
818 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
889 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/nvtt/bc7/
H A Davpcl_mode1.cpp252 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
273 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
368 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode1()
422 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
469 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
536 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
537 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
650 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
770 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
840 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode3.cpp267 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
288 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
380 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode3()
433 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
480 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
547 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
548 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
662 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
783 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
853 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode0.cpp271 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
292 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
384 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode0()
438 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
485 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
552 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
553 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
667 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
788 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
858 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode6.cpp290 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
305 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
380 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode6()
435 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
483 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
550 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
551 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
665 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
785 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
858 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]
H A Davpcl_mode7.cpp296 static void write_indices(const int indices[Tile::TILE_H][Tile::TILE_W], int shapeindex, Bits &out) in write_indices()
317 static void read_indices(Bits &in, int shapeindex, int indices[Tile::TILE_H][Tile::TILE_W]) in read_indices()
413 int indices[Tile::TILE_H][Tile::TILE_W]; in decompress_mode7()
468 int indices[Tile::TILE_H][Tile::TILE_W], float toterr[NREGIONS]) in assign_indices()
516 int temp_indices[Tile::TILE_TOTAL]; in perturb_one()
583 int good_indices[Tile::TILE_TOTAL]; in exhaustive()
584 int temp_indices[Tile::TILE_TOTAL]; in exhaustive()
698 int new_indices[Tile::TILE_TOTAL]; in optimize_one()
818 Vector4 pixels[Tile::TILE_TOTAL]; in optimize_endpts()
889 int orig_indices[Tile::TILE_H][Tile::TILE_W], opt_indices[Tile::TILE_H][Tile::TILE_W]; in refine()
[all …]

12345678910>>...326