Searched refs:tileX (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbtile.c41 int tileX, tileY; local in function:fbEvenTile
59 modulus(-xRot, FB_UNIT, tileX);
60 rot = tileX;
101 int tileX, tileY; local in function:fbOddTile
116 modulus(dstX - xRot, tileWidth, tileX);
118 int w = tileWidth - tileX;
122 fbBlt(tile + tileY * tileStride, tileStride, tileX,
126 tileX = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbtile.c41 int tileX, tileY; local in function:fbEvenTile
59 modulus(-xRot, FB_UNIT, tileX);
60 rot = tileX;
101 int tileX, tileY; local in function:fbOddTile
116 modulus(dstX - xRot, tileWidth, tileX);
118 int w = tileWidth - tileX;
122 fbBlt(tile + tileY * tileStride, tileStride, tileX,
126 tileX = 0;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbtile.c55 int tileX, tileY; local in function:fbEvenTile
73 modulus (- xRot, FB_UNIT, tileX);
74 rot = tileX;
130 int tileX, tileY; local in function:fbOddTile
145 modulus (dstX - xRot, tileWidth, tileX);
148 w = tileWidth - tileX;
154 tileX,
168 tileX = 0;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtile.c48 int tileX, tileY; local in function:fbEvenTile
66 modulus(-xRot, FB_UNIT, tileX);
67 rot = tileX;
112 int tileX, tileY; local in function:fbOddTile
126 modulus(dstX - xRot, tileWidth, tileX);
128 w = tileWidth - tileX;
134 tileX,
138 tileX = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h137 /// @param tileX - x offset in tiles
140 INLINE UINT ComputeTileOffset2D(UINT pitch, UINT tileX, UINT tileY) argument
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
150 /// @param tileX - x offset in tiles
154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) argument
156 UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h137 /// @param tileX - x offset in tiles
140 INLINE UINT ComputeTileOffset2D(UINT pitch, UINT tileX, UINT tileY) argument
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
150 /// @param tileX - x offset in tiles
154 INLINE UINT ComputeTileOffset3D(UINT qpitch, UINT pitch, UINT tileX, UINT tileY, UINT tileZ) argument
156 UINT tileID = (tileZ * (qpitch >> TTraits::GetCv()) + tileY) * (pitch >> TTraits::GetCu()) + tileX;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend_clear.cpp86 uint32_t tileX, tileY; local in function:ClearMacroTile
87 MacroTileMgr::getTileIndices(macroTile, tileX, tileY);
91 KNOB_MACROTILE_X_DIM * int32_t(tileX),
93 KNOB_MACROTILE_X_DIM * int32_t(tileX + 1),
101 clearTile.Translate(-int32_t(tileX) * KNOB_MACROTILE_X_DIM,
H A Drasterizer_impl.h1261 for (uint32_t tileX = tX; tileX <= maxX; ++tileX) local in function:RasterizeTriangle
1395 tileX << KNOB_TILE_X_DIM_SHIFT,
1428 uint32_t tileX,
1439 tileX -= KNOB_MACROTILE_X_DIM_IN_TILES * mx;
1446 pitch, tileX, tileY);
1473 pitch, tileX, tileY);
1493 pitch, tileX, tileY);
1425 GetRenderHotTiles(DRAW_CONTEXT * pDC,uint32_t workerId,uint32_t macroID,uint32_t tileX,uint32_t tileY,RenderOutputBuffers & renderBuffers,uint32_t renderTargetArrayIndex) argument
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c986 int tileX; local in function:uxa_fill_region_tiled
994 tileWidth, tileX);
997 int w = tileWidth - tileX;
1003 tileX, tileY,
1007 tileX = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c986 int tileX; local in function:uxa_fill_region_tiled
994 tileWidth, tileX);
997 int w = tileWidth - tileX;
1003 tileX, tileY,
1007 tileX = 0;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c950 int tileX; local in function:uxa_fill_region_tiled
958 tileX);
961 int w = tileWidth - tileX;
966 (*uxa_screen->info->copy) (pPixmap, tileX, tileY, dstX, dstY,
969 tileX = 0;
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c1158 int tileX; local in function:exaFillRegionTiled
1169 tileX);
1172 int w = tileWidth - tileX;
1177 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1180 tileX = 0;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c1146 int tileX; local in function:exaFillRegionTiled
1157 tileX);
1160 int w = tileWidth - tileX;
1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1169 tileX = 0;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h238 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const;
H A Degbaddrlib.h195 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const = 0;
H A Dsiaddrlib.cpp2642 UINT_32 tileX, ///< [in] x coordinate in unit of tile
2651 UINT_32 x4 = _BIT(tileX, 1);
2652 UINT_32 x5 = _BIT(tileX, 2);
2641 HwlPreAdjustBank(UINT_32 tileX,UINT_32 bank,ADDR_TILEINFO * pTileInfo) const argument
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.h237 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const;
H A Degbaddrlib.h195 UINT_32 tileX, UINT_32 bank, ADDR_TILEINFO* pTileInfo) const = 0;
H A Dsiaddrlib.cpp2642 UINT_32 tileX, ///< [in] x coordinate in unit of tile
2651 UINT_32 x4 = _BIT(tileX, 1);
2652 UINT_32 x5 = _BIT(tileX, 2);
2641 HwlPreAdjustBank(UINT_32 tileX,UINT_32 bank,ADDR_TILEINFO * pTileInfo) const argument
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c1180 int tileX; local in function:uxa_fill_region_tiled
1190 tileWidth, tileX);
1193 int w = tileWidth - tileX;
1199 tileX, tileY,
1203 tileX = 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c1994 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); local in function:tiled_draw_pixels
2004 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c1961 const GLint tileX = (GLint) (x + i * ctx->Pixel.ZoomX); local in function:tiled_draw_pixels
1971 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,

Completed in 87 milliseconds