Searched refs:tileY (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbtile.c41 int tileX, tileY; local in function:fbEvenTile
57 modulus(-yRot, tileHeight, tileY);
58 t = tile + tileY * tileStride;
101 int tileX, tileY; local in function:fbOddTile
107 modulus(-yRot, tileHeight, tileY);
111 int h = tileHeight - tileY;
122 fbBlt(tile + tileY * tileStride, tileStride, tileX,
129 tileY = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbtile.c41 int tileX, tileY; local in function:fbEvenTile
57 modulus(-yRot, tileHeight, tileY);
58 t = tile + tileY * tileStride;
101 int tileX, tileY; local in function:fbOddTile
107 modulus(-yRot, tileHeight, tileY);
111 int h = tileHeight - tileY;
122 fbBlt(tile + tileY * tileStride, tileStride, tileX,
129 tileY = 0;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbtile.c55 int tileX, tileY; local in function:fbEvenTile
71 modulus (- yRot, tileHeight, tileY);
72 t = tile + tileY * tileStride;
130 int tileX, tileY; local in function:fbOddTile
135 modulus (- yRot, tileHeight, tileY);
139 h = tileHeight - tileY;
152 fbBlt (tile + tileY * tileStride,
171 tileY = 0;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtile.c48 int tileX, tileY; local in function:fbEvenTile
64 modulus(-yRot, tileHeight, tileY);
65 t = tile + tileY * tileStride;
112 int tileX, tileY; local in function:fbOddTile
117 modulus(-yRot, tileHeight, tileY);
120 h = tileHeight - tileY;
132 fbBlt(tile + tileY * tileStride,
141 tileY = 0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/
H A Dtilingtraits.h138 /// @param tileY - y offset in tiles
140 INLINE UINT ComputeTileOffset2D(UINT pitch, UINT tileX, UINT tileY) argument
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
151 /// @param tileY - y 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.h138 /// @param tileY - y offset in tiles
140 INLINE UINT ComputeTileOffset2D(UINT pitch, UINT tileX, UINT tileY) argument
142 UINT tileID = tileY * (pitch >> TTraits::GetCu()) + tileX;
151 /// @param tileY - y 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);
92 KNOB_MACROTILE_Y_DIM * int32_t(tileY),
94 KNOB_MACROTILE_Y_DIM * int32_t(tileY + 1),
102 -int32_t(tileY) * KNOB_MACROTILE_Y_DIM);
H A Drasterizer_impl.h1253 for (uint32_t tileY = tY; tileY <= maxY; ++tileY) local in function:RasterizeTriangle
1396 tileY << KNOB_TILE_Y_DIM_SHIFT,
1429 uint32_t tileY,
1440 tileY -= KNOB_MACROTILE_Y_DIM_IN_TILES * my;
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.c978 int tileY; local in function:uxa_fill_region_tiled
981 tileHeight, tileY);
987 int h = tileHeight - tileY;
1003 tileX, tileY,
1010 tileY = 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c978 int tileY; local in function:uxa_fill_region_tiled
981 tileHeight, tileY);
987 int h = tileHeight - tileY;
1003 tileX, tileY,
1010 tileY = 0;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c943 int tileY; local in function:uxa_fill_region_tiled
945 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
951 int h = tileHeight - tileY;
966 (*uxa_screen->info->copy) (pPixmap, tileX, tileY, dstX, dstY,
972 tileY = 0;
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c1148 int tileY; local in function:exaFillRegionTiled
1153 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
1159 int h = tileHeight - tileY;
1177 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1183 tileY = 0;
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c1136 int tileY; local in function:exaFillRegionTiled
1141 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
1147 int h = tileHeight - tileY;
1166 (*pExaScr->info->Copy) (pPixmap, tileX, tileY, dstX, dstY,
1172 tileY = 0;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c1169 int tileY; local in function:uxa_fill_region_tiled
1175 tileHeight, tileY);
1181 int h = tileHeight - tileY;
1199 tileX, tileY,
1206 tileY = 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c2000 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY); 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.c1967 const GLint tileY = (GLint) (y + j * ctx->Pixel.ZoomY); local in function:tiled_draw_pixels
1971 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.2.0.rst2418 - intel/compiler: tileY friendly LID order for CS
2419 - intel/compiler: balanced tileY/linear friendly LID order for CS

Completed in 31 milliseconds