Home
last modified time | relevance | path

Searched refs:tileIndex (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/games/scummvm/scummvm-2.5.1/engines/hdb/
H A Dai-use.cpp67 (tileIndex == _targetDoorNv) || in isOpenDoor()
69 (tileIndex == _targetDoorPv) || in isOpenDoor()
71 (tileIndex == _targetDoorSv) || in isOpenDoor()
100 addAnimateTarget(targetX, targetY, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, nullptr); in useTarget()
112 addAnimateTarget(targetX, targetY, tileIndex, tileIndex + 3, ANIM_SLOW, false, true, nullptr); in useTarget()
123 tileIndex == _targetBridgeD || in useTarget()
124 tileIndex == _targetBridgeL || in useTarget()
125 tileIndex == _targetBridgeR) { in useTarget()
256 addAnimateTarget(x, y, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, nullptr); in useDoorOpenClose()
284 addAnimateTarget(x, y, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, nullptr); in useAutoDoorOpenClose()
[all …]
H A Dai-lists.cpp411 tileIndex = -1; in activateAction()
413 if (tileIndex < 0) in activateAction()
417 if (tileIndex == _useSwitchOff || tileIndex == _useSwitchOff + 1) in activateAction()
457 else if (tileIndex == _targetDoorN || tileIndex == _targetDoorN + 3) in activateAction()
459 else if (tileIndex == _targetDoorP || tileIndex == _targetDoorP + 3) in activateAction()
461 else if (tileIndex == _targetDoorS || tileIndex == _targetDoorS + 3) in activateAction()
463 else if (tileIndex == _targetDoorNv || tileIndex == _targetDoorNv + 3) in activateAction()
465 else if (tileIndex == _targetDoorPv || tileIndex == _targetDoorPv + 3) in activateAction()
470 else if (tileIndex == _targetDoorN || tileIndex == _targetDoor2N + 3) in activateAction()
472 else if (tileIndex == _targetDoorP || tileIndex == _targetDoor2P + 3) in activateAction()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hdb/
H A Dai-use.cpp67 (tileIndex == _targetDoorNv) || in isOpenDoor()
69 (tileIndex == _targetDoorPv) || in isOpenDoor()
71 (tileIndex == _targetDoorSv) || in isOpenDoor()
100 addAnimateTarget(targetX, targetY, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, NULL); in useTarget()
112 addAnimateTarget(targetX, targetY, tileIndex, tileIndex + 3, ANIM_SLOW, false, true, NULL); in useTarget()
123 tileIndex == _targetBridgeD || in useTarget()
124 tileIndex == _targetBridgeL || in useTarget()
256 addAnimateTarget(x, y, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, NULL); in useDoorOpenClose()
272 g_hdb->_ai->addAnimateTarget(x, y, tileIndex, tileIndex + 3, ANIM_SLOW, true, true, NULL); in callbackAutoDoorOpenClose()
284 addAnimateTarget(x, y, tileIndex, tileIndex - 3, ANIM_SLOW, false, true, NULL); in useAutoDoorOpenClose()
[all …]
H A Dai-lists.cpp409 tileIndex = -1; in activateAction()
411 if (tileIndex < 0) in activateAction()
415 if (tileIndex == _useSwitchOff || tileIndex == _useSwitchOff + 1) in activateAction()
455 else if (tileIndex == _targetDoorN || tileIndex == _targetDoorN + 3) in activateAction()
457 else if (tileIndex == _targetDoorP || tileIndex == _targetDoorP + 3) in activateAction()
459 else if (tileIndex == _targetDoorS || tileIndex == _targetDoorS + 3) in activateAction()
461 else if (tileIndex == _targetDoorNv || tileIndex == _targetDoorNv + 3) in activateAction()
463 else if (tileIndex == _targetDoorPv || tileIndex == _targetDoorPv + 3) in activateAction()
468 else if (tileIndex == _targetDoorN || tileIndex == _targetDoor2N + 3) in activateAction()
470 else if (tileIndex == _targetDoorP || tileIndex == _targetDoor2P + 3) in activateAction()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/geoiface/
H A Ditemmarkertiler_utest.cpp128 QVERIFY(tileIndex.level() == l); in testIndices()
161 QVERIFY(mm.getTileMarkerCount(tileIndex) == 1); in testAddMarkers1()
178 QCOMPARE(mm.getTileMarkerCount(tileIndex), 2); in testAddMarkers1()
205 QCOMPARE(mm.getTileMarkerCount(tileIndex), 2); in testRemoveMarkers2()
222 QCOMPARE(mm.getTileMarkerCount(tileIndex), 1); in testRemoveMarkers2()
252 QCOMPARE(mm.getTileMarkerCount(tileIndex), 1); in testMoveMarkers1()
265 QCOMPARE(mm.getTileMarkerCount(tileIndex), 0); in testMoveMarkers1()
279 QVERIFY(mm.getTileMarkerCount(tileIndex) == 1); in testMoveMarkers1()
312 QVERIFY(mm.getTileMarkerCount(tileIndex) == 2); in testMoveMarkers2()
330 QVERIFY(mm.getTileMarkerCount(tileIndex) == 1); in testMoveMarkers2()
[all …]
H A Dtileindex_utest.cpp111 auto tileIndex = TileIndex::fromCoordinates(GeoCoordinates(lat, lon), level); in testFromCoordinates() local
112 QCOMPARE(tileIndex.toIntList(), QIntList{list}); in testFromCoordinates()
164 auto tileIndex = TileIndex::fromIntList(list); in testToCoordinatesCorners() local
165 auto coordinates = tileIndex.toCoordinates(); in testToCoordinatesCorners()
168 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerSW).lat(), coordinates.lat()); in testToCoordinatesCorners()
169 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerSW).lon(), coordinates.lon()); in testToCoordinatesCorners()
170 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerNW).lat(), coordinates.lat() + latHeight); in testToCoordinatesCorners()
171 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerNW).lon(), coordinates.lon()); in testToCoordinatesCorners()
173 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerNE).lon(), coordinates.lon() + lonWidth); in testToCoordinatesCorners()
174 QCOMPARE(tileIndex.toCoordinates(TileIndex::CornerSE).lat(), coordinates.lat()); in testToCoordinatesCorners()
[all …]
/dports/games/stratagus/stratagus-3.2.0/src/map/
H A Dtileset.cpp701 ++tileIndex; in NextSection()
704 ++tileIndex; in NextSection()
706 return tileIndex; in NextSection()
713 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_broken()
714 return tileIndex; in getHumanWallTileIndex_broken()
720 tileIndex = NextSection(*this, tileIndex); in getOrcWallTileIndex_broken()
721 return tileIndex; in getOrcWallTileIndex_broken()
727 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_destroyed()
728 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_destroyed()
735 tileIndex = NextSection(*this, tileIndex); in getOrcWallTileIndex_destroyed()
[all …]
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/map/
H A Dtileset.cpp761 ++tileIndex; in NextSection()
764 ++tileIndex; in NextSection()
766 return tileIndex; in NextSection()
773 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_broken()
774 return tileIndex; in getHumanWallTileIndex_broken()
780 tileIndex = NextSection(*this, tileIndex); in getOrcWallTileIndex_broken()
781 return tileIndex; in getOrcWallTileIndex_broken()
787 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_destroyed()
788 tileIndex = NextSection(*this, tileIndex); in getHumanWallTileIndex_destroyed()
795 tileIndex = NextSection(*this, tileIndex); in getOrcWallTileIndex_destroyed()
[all …]
/dports/databases/grass7/grass-7.8.6/lib/raster3d/
H A Dtileread.c109 map->tileLength[tileIndex], in Rast3d_readTileCompressed()
149 if ((tileIndex >= map->nTiles) || (tileIndex < 0)) in Rast3d_read_tile()
152 if (map->index[tileIndex] == -1) { in Rast3d_read_tile()
168 if (!Rast3d_readTileUncompressed(map, tileIndex, nofNum)) { in Rast3d_read_tile()
187 Rast3d_mask_tile(map, tileIndex, tile, type); in Rast3d_read_tile()
207 if (!Rast3d_read_tile(map, tileIndex, tile, FCELL_TYPE)) { in Rast3d_read_tile_float()
231 if (!Rast3d_read_tile(map, tileIndex, tile, DCELL_TYPE)) { in Rast3d_read_tile_double()
259 int Rast3d_lock_tile(RASTER3D_Map * map, int tileIndex) in Rast3d_lock_tile() argument
264 if (!Rast3d_cache_lock(map->cache, tileIndex)) { in Rast3d_lock_tile()
286 int Rast3d_unlock_tile(RASTER3D_Map * map, int tileIndex) in Rast3d_unlock_tile() argument
[all …]
H A Dtileio.c78 void *Rast3d_get_tile_ptr(RASTER3D_Map * map, int tileIndex) in Rast3d_get_tile_ptr() argument
82 if ((tileIndex >= map->nTiles) || (tileIndex < 0)) { in Rast3d_get_tile_ptr()
88 ptr = Rast3d_cache_elt_ptr(map->cache, tileIndex); in Rast3d_get_tile_ptr()
97 if (map->currentIndex == tileIndex) in Rast3d_get_tile_ptr()
100 map->currentIndex = tileIndex; in Rast3d_get_tile_ptr()
124 int Rast3d_tile_load(RASTER3D_Map * map, int tileIndex) in Rast3d_tile_load() argument
126 if (Rast3d_get_tile_ptr(map, tileIndex) == NULL) { in Rast3d_tile_load()
136 int Rast3d__remove_tile(RASTER3D_Map * map, int tileIndex) in Rast3d__remove_tile() argument
141 if (!Rast3d_cache_remove_elt(map->cache, tileIndex)) { in Rast3d__remove_tile()
H A Dcache.c10 static int cacheRead_readFun(int tileIndex, void *tileBuf, void *closure) in cacheRead_readFun() argument
14 if (!Rast3d_read_tile(map, tileIndex, tileBuf, map->typeIntern)) { in cacheRead_readFun()
64 pos = map->index[tileIndex]; in cacheWrite_readFun()
68 Rast3d_read_tile(map, tileIndex, tileBuf, map->typeIntern); in cacheWrite_readFun()
92 map->index[tileIndex] = -1; in cacheWrite_readFun()
143 if (map->index[tileIndex] != -1) in cacheWrite_writeFun()
163 map->index[tileIndex] = -map->cachePosLast - 2; in cacheWrite_writeFun()
282 size_t tileIndex, nBytes; in Rast3d_flush_all_tiles() local
307 if (read(map->cacheFD, &tileIndex, sizeof(int)) != sizeof(int)) { in Rast3d_flush_all_tiles()
312 if (!Rast3d_cache_load(map->cache, tileIndex)) { in Rast3d_flush_all_tiles()
[all …]
H A Dtilewrite.c132 if ((tileIndex > map->nTiles) || (tileIndex < 0)) in Rast3d_write_tile()
136 if (map->index[tileIndex] != -1) in Rast3d_write_tile()
140 map->index[tileIndex] = lseek(map->data_fd, (long)0, SEEK_END); in Rast3d_write_tile()
141 if (map->index[tileIndex] == -1) { in Rast3d_write_tile()
146 nofNum = Rast3d_compute_clipped_tile_dimensions(map, tileIndex, in Rast3d_write_tile()
175 map->index[tileIndex]; in Rast3d_write_tile()
198 if ((status = Rast3d_write_tile(map, tileIndex, tile, FCELL_TYPE))) in Rast3d_write_tile_float()
254 int Rast3d_flush_tile(RASTER3D_Map * map, int tileIndex) in Rast3d_flush_tile() argument
258 tile = Rast3d_get_tile_ptr(map, tileIndex); in Rast3d_flush_tile()
264 if (!Rast3d_write_tile(map, tileIndex, tile, map->typeIntern)) { in Rast3d_flush_tile()
[all …]
H A Dindex.c13 int dummy1, dummy2, indexLength, tileIndex; in Rast3d_readIndex() local
71 for (tileIndex = 0; tileIndex < map->nTiles; tileIndex++) in Rast3d_readIndex()
72 if (map->index[tileIndex] == 0) in Rast3d_readIndex()
73 map->index[tileIndex] = -1; in Rast3d_readIndex()
84 int indexLength, tileIndex; in Rast3d_flush_index() local
106 for (tileIndex = 0; tileIndex < map->nTiles; tileIndex++) in Rast3d_flush_index()
107 if (map->index[tileIndex] == -1) in Rast3d_flush_index()
108 map->index[tileIndex] = 0; in Rast3d_flush_index()
H A Dtilemath.c25 Rast3d_tile_index2tile(RASTER3D_Map * map, int tileIndex, int *xTile, int *yTile, in Rast3d_tile_index2tile() argument
30 *zTile = tileIndex / map->nxy; in Rast3d_tile_index2tile()
31 tileIndex2d = tileIndex % map->nxy; in Rast3d_tile_index2tile()
103 void Rast3d_tile_index_origin(RASTER3D_Map * map, int tileIndex, int *x, int *y, int *z) in Rast3d_tile_index_origin() argument
107 Rast3d_tile_index2tile(map, tileIndex, &xTile, &yTile, &zTile); in Rast3d_tile_index_origin()
167 Rast3d_coord2tile_index(RASTER3D_Map * map, int x, int y, int z, int *tileIndex, in Rast3d_coord2tile_index() argument
174 *tileIndex = Rast3d_tile2tile_index(map, xTile, yTile, zTile); in Rast3d_coord2tile_index()
215 int Rast3d_tile_index_in_range(RASTER3D_Map * map, int tileIndex) in Rast3d_tile_index_in_range() argument
217 return (tileIndex < map->nTiles) && (tileIndex >= 0); in Rast3d_tile_index_in_range()
267 Rast3d_compute_clipped_tile_dimensions(RASTER3D_Map * map, int tileIndex, int *rows, in Rast3d_compute_clipped_tile_dimensions() argument
[all …]
H A Dputvalue.c23 int tileIndex, offs; in Rast3d_put_float() local
29 Rast3d_coord2tile_index(map, x, y, z, &tileIndex, &offs); in Rast3d_put_float()
30 tile = (float *)Rast3d_get_tile_ptr(map, tileIndex); in Rast3d_put_float()
59 int tileIndex, offs; in Rast3d_put_double() local
65 Rast3d_coord2tile_index(map, x, y, z, &tileIndex, &offs); in Rast3d_put_double()
66 tile = (double *)Rast3d_get_tile_ptr(map, tileIndex); in Rast3d_put_double()
H A Dgetvalue.c167 int tileIndex, offs; in Rast3d_get_float_region() local
181 Rast3d_coord2tile_index(map, x, y, z, &tileIndex, &offs); in Rast3d_get_float_region()
182 tile = (float *)Rast3d_get_tile_ptr(map, tileIndex); in Rast3d_get_float_region()
187 x, y, z, tileIndex, offs); in Rast3d_get_float_region()
209 int tileIndex, offs; in Rast3d_get_double_region() local
223 Rast3d_coord2tile_index(map, x, y, z, &tileIndex, &offs); in Rast3d_get_double_region()
224 tile = (double *)Rast3d_get_tile_ptr(map, tileIndex); in Rast3d_get_double_region()
229 x, y, z, tileIndex, offs); in Rast3d_get_double_region()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/UtilityCommands/
H A DD2kMapImporter.cs385 if (tileIndex == 355) in GetTile()
388 if (tileIndex == 375) in GetTile()
409 if (tileIndex == 322) in GetTile()
415 if (tileIndex == 342) in GetTile()
418 if (tileIndex == 383) in GetTile()
421 if (tileIndex == 384) in GetTile()
424 if (tileIndex == 579) in GetTile()
427 if (tileIndex == 597) in GetTile()
430 if (tileIndex == 598) in GetTile()
433 if (tileIndex == 599) in GetTile()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/tiles/
H A Ditemmarkertiler.cpp430 GEOIFACE_ASSERT(tileIndex.level() <= TileIndex::MaxLevel); in getTileMarkerCount()
449 GEOIFACE_ASSERT(tileIndex.level() <= TileIndex::MaxLevel); in getTileSelectedCount()
468 GEOIFACE_ASSERT(tileIndex.level() <= TileIndex::MaxLevel); in getTileGroupState()
498 GEOIFACE_ASSERT(tileIndex.level() <= TileIndex::MaxLevel); in getTile()
504 const int currentIndex = tileIndex.linearIndex(level); in getTile()
580 GEOIFACE_ASSERT(tileIndex.level() <= TileIndex::MaxLevel); in getTileMarkerIndices()
611 GEOIFACE_ASSERT(tileIndex.level() == TileIndex::MaxLevel); in addMarkerIndexToGrid()
642 const int nextIndex = tileIndex.linearIndex(l); in addMarkerIndexToGrid()
705 clickedMarkers << getTileMarkerIndices(tileIndex); in onIndicesClicked()
776 const TileIndex tileIndex = tileIndicesList.at(i); in onIndicesMoved() local
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/model/ImageEditor/
H A DImageEditorDisplay.java285 private Raster[] availableTiles(Point tileIndex) { in availableTiles() argument
286 return availableTiles(new Point[] {tileIndex}); in availableTiles()
396 final Point tileIndex = tileIndices[i]; in paintComponent() local
405 if (validImageBackground[tileIndex.x][tileIndex.y] || tile == null) { in paintComponent()
406 if (!validImageBackground[tileIndex.x][tileIndex.y]) in paintComponent()
407 dirtyTiles.add(tileIndex); in paintComponent()
411 backgroundCache.get(new CacheKey(tileIndex.x, tileIndex.y)); in paintComponent()
424 Raster cachedTiles[] = availableTiles(new Point(tileIndex.x, tileIndex.y)); in paintComponent()
427 … BufferedImage image = getBackgroundTile(cachedTile, tileIndex.x, tileIndex.y); in paintComponent()
444 BufferedImage image = getBackgroundTile(tile, tileIndex.x, tileIndex.y); in paintComponent()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_read_image.cpp1014 uint32 tileIndex; in Read() local
1068 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
1071 tileOffset [tileIndex] = ifd.fTileOffset [tileIndex]; in Read()
1082 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
1132 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
1135 tileByteCount [tileIndex] = ifd.fTileByteCount [tileIndex]; in Read()
1146 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
1166 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
1170 tileByteCount [tileIndex]); in Read()
1187 tileIndex = 0; in Read()
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DStarField.cpp140 int first = 6 * tileIndex[index]; in Draw()
141 int count = 6 * tileIndex[index + 1] - first; in Draw()
247 tileIndex.clear(); in MakeStars()
248 tileIndex.resize(static_cast<size_t>(tileCols) * tileCols, 0); in MakeStars()
286 ++tileIndex[index]; in MakeStars()
291 tileIndex.insert(tileIndex.begin(), 0); in MakeStars()
292 tileIndex.pop_back(); in MakeStars()
293 partial_sum(tileIndex.begin(), tileIndex.end(), tileIndex.begin()); in MakeStars()
311 auto dataIt = data.begin() + 6 * 4 * tileIndex[index]++; in MakeStars()
329 tileIndex.insert(tileIndex.begin(), 0); in MakeStars()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_read_image.cpp2983 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
2986 tileOffset [tileIndex] = ifd.fTileOffset [tileIndex]; in Read()
2997 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3008 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3076 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3079 tileByteCount [tileIndex] = ifd.fTileByteCount [tileIndex]; in Read()
3090 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3101 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3123 for (tileIndex = 0; tileIndex < tileCount; tileIndex++) in Read()
3228 tileIndex = 0; in Read()
[all …]
H A Ddng_jpeg_image.cpp110 uint32 tileIndex = fNextTileIndex++; in Process() local
112 if (tileIndex >= fTileCount) in Process()
119 uint32 rowIndex = tileIndex / tilesAcross; in Process()
120 uint32 colIndex = tileIndex % tilesAcross; in Process()
138 fJPEGImage.fJPEGData [tileIndex].Reset (stream.AsMemoryBlock (fHost.Allocator ())); in Process()
270 uint32 tileIndex = fNextTileIndex++; in Process() local
272 if (tileIndex >= fTileCount) in Process()
281 printer.Process (fJPEGImage.fJPEGData [tileIndex]->Buffer (), in Process()
282 fJPEGImage.fJPEGData [tileIndex]->LogicalSize ()); in Process()
284 fDigests [tileIndex] = printer.Result (); in Process()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp743 … ADDR_ASSERT((MinDepth2DThinIndex <= pOut->tileIndex) && (MaxDepth2DThinIndex >= pOut->tileIndex)); in HwlComputeSurfaceInfo()
835 fmaskIn.tileIndex = tileIndex; in HwlComputeFmaskInfo()
838 pOut->tileIndex = tileIndex; in HwlComputeFmaskInfo()
844 pOut->tileIndex = in HwlComputeFmaskInfo()
875 pSurfIn->tileIndex = pFmaskIn->tileIndex; in HwlFmaskPreThunkSurfInfo()
894 pFmaskOut->tileIndex = pSurfOut->tileIndex; in HwlFmaskPostThunkSurfInfo()
1516 index = pOut->tileIndex; in HwlSetupTileInfo()
1548 pOut->tileIndex = index; in HwlSetupTileInfo()
1561 pOut->tileIndex = 8; in HwlSetupTileInfo()
2321 INT_32 tileIndex = pOut->tileIndex; in CheckTcCompatibility() local
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp743 … ADDR_ASSERT((MinDepth2DThinIndex <= pOut->tileIndex) && (MaxDepth2DThinIndex >= pOut->tileIndex)); in HwlComputeSurfaceInfo()
835 fmaskIn.tileIndex = tileIndex; in HwlComputeFmaskInfo()
838 pOut->tileIndex = tileIndex; in HwlComputeFmaskInfo()
844 pOut->tileIndex = in HwlComputeFmaskInfo()
875 pSurfIn->tileIndex = pFmaskIn->tileIndex; in HwlFmaskPreThunkSurfInfo()
894 pFmaskOut->tileIndex = pSurfOut->tileIndex; in HwlFmaskPostThunkSurfInfo()
1516 index = pOut->tileIndex; in HwlSetupTileInfo()
1548 pOut->tileIndex = index; in HwlSetupTileInfo()
1561 pOut->tileIndex = 8; in HwlSetupTileInfo()
2321 INT_32 tileIndex = pOut->tileIndex; in CheckTcCompatibility() local
[all …]

12345678910>>...15