Searched refs:tileHeight (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbtile.c33 FbBits *tile, FbStride tileStride, int tileHeight,
56 tileEnd = tile + tileHeight * tileStride;
57 modulus(-yRot, tileHeight, tileY);
97 int tileWidth, int tileHeight,
105 tileWidth, tileHeight, width, height));
107 modulus(-yRot, tileHeight, tileY);
111 int h = tileHeight - tileY;
137 int tileWidth, int tileHeight,
142 tileWidth, tileHeight, width, height));
146 tile, tileStride, tileHeight, al
32 fbEvenTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileHeight,int alu,FbBits pm,int xRot,int yRot) argument
94 fbOddTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
134 fbTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
[all...]
H A Dfb.h560 FbBits *tile, FbStride tileStride, int tileWidth, int tileHeight,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbtile.c33 FbBits *tile, FbStride tileStride, int tileHeight,
56 tileEnd = tile + tileHeight * tileStride;
57 modulus(-yRot, tileHeight, tileY);
97 int tileWidth, int tileHeight,
105 tileWidth, tileHeight, width, height));
107 modulus(-yRot, tileHeight, tileY);
111 int h = tileHeight - tileY;
137 int tileWidth, int tileHeight,
142 tileWidth, tileHeight, width, height));
146 tile, tileStride, tileHeight, al
32 fbEvenTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileHeight,int alu,FbBits pm,int xRot,int yRot) argument
94 fbOddTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
134 fbTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
[all...]
H A Dfb.h564 FbBits *tile, FbStride tileStride, int tileWidth, int tileHeight,
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbtile.c44 int tileHeight,
70 tileEnd = tile + tileHeight * tileStride;
71 modulus (- yRot, tileHeight, tileY);
121 int tileHeight,
135 modulus (- yRot, tileHeight, tileY);
139 h = tileHeight - tileY;
186 int tileHeight,
197 tile, tileStride, tileHeight,
201 tile, tileStride, tileWidth, tileHeight,
35 fbEvenTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileHeight,int alu,FbBits pm,int xRot,int yRot) argument
111 fbOddTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
176 fbTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
H A Dfbfill.c141 int tileHeight; local in function:fbFill
146 tileHeight = pTile->drawable.height;
154 tileHeight,
H A Dfb.h1977 int tileHeight,
1995 int tileHeight,
2015 int tileHeight,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtile.c42 int tileHeight, int alu, FbBits pm, int xRot, int yRot)
63 tileEnd = tile + tileHeight * tileStride;
64 modulus(-yRot, tileHeight, tileY);
110 int tileHeight, int alu, FbBits pm, int bpp, int xRot, int yRot)
117 modulus(-yRot, tileHeight, tileY);
120 h = tileHeight - tileY;
154 int tileHeight, int alu, FbBits pm, int bpp, int xRot, int yRot)
158 tile, tileStride, tileHeight, alu, pm, xRot, yRot);
161 tile, tileStride, tileWidth, tileHeight,
35 fbEvenTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileHeight,int alu,FbBits pm,int xRot,int yRot) argument
102 fbOddTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
146 fbTile(FbBits * dst,FbStride dstStride,int dstX,int width,int height,FbBits * tile,FbStride tileStride,int tileWidth,int tileHeight,int alu,FbBits pm,int bpp,int xRot,int yRot) argument
H A Dfbfill.c157 int tileHeight; local in function:fbFill
163 tileHeight = pTile->drawable.height;
171 tileHeight,
H A Dfb.h1126 int tileHeight, int alu, FbBits pm, int xRot, int yRot);
1138 int tileHeight, int alu, FbBits pm, int bpp, int xRot, int yRot);
1150 int tileHeight, int alu, FbBits pm, int bpp, int xRot, int yRot);
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dlg_hwcurs.c228 int tileHeight = LgLineData[pLg->lineDataIndex].width?8:16; local in function:LgFindCursorTile
251 *y = yTile * tileHeight;
256 *height = tileHeight / 2;
272 nY = yTile * tileHeight;
274 page = (nY / (tileHeight * nIL)) * tilesPerLine + nX / tileWidth;
275 bank = (nX/tileWidth + nY/tileHeight) % nIL + page/(512*nIL);
277 *curAddr = bank*1024*1024L + page*2048 + (nY%tileHeight)*tileWidth;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c87 unsigned tileWidth, tileHeight; local in function:get_texture_image_size
89 get_tile_size(format, &tileWidth, &tileHeight);
90 tileHeight--;
92 height = (height + tileHeight) & ~tileHeight;
108 unsigned tileWidth, tileHeight; local in function:get_texture_image_row_stride
109 get_tile_size(format, &tileWidth, &tileHeight);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c88 unsigned tileWidth, tileHeight; local in function:get_texture_image_size
90 get_tile_size(format, &tileWidth, &tileHeight);
91 tileHeight--;
93 height = (height + tileHeight) & ~tileHeight;
109 unsigned tileWidth, tileHeight; local in function:get_texture_image_row_stride
110 get_tile_size(format, &tileWidth, &tileHeight);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_accel.c1094 int tileWidth, tileHeight; local in function:exaFillRegionTiled
1101 tileHeight = pTile->drawable.height;
1106 if (tileWidth == 1 && tileHeight == 1)
1151 height = min(height, tileHeight);
1153 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
1159 int h = tileHeight - tileY;
1203 int dstY = pBox[i].y1 + tileHeight;
1219 int dstY = pBox[i].y1 + tileHeight;
1221 int height = min(pBox[i].y2 - pBox[i].y1, tileHeight);
1231 height = min(pBox[i].y2 - dstY, tileHeight);
[all...]
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_accel.c1083 int tileWidth, tileHeight; local in function:exaFillRegionTiled
1090 tileHeight = pTile->drawable.height;
1095 if (tileWidth == 1 && tileHeight == 1)
1139 height = min(height, tileHeight);
1141 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
1147 int h = tileHeight - tileY;
1192 int dstY = pBox[i].y1 + tileHeight;
1208 int dstY = pBox[i].y1 + tileHeight;
1210 int height = min(pBox[i].y2 - pBox[i].y1, tileHeight);
1221 height = min(pBox[i].y2 - dstY, tileHeight);
[all...]
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-accel.c1136 int tileWidth, tileHeight; local in function:uxa_fill_region_tiled
1142 tileHeight = pTile->drawable.height;
1147 if (tileWidth == 1 && tileHeight == 1)
1172 height = min(height, tileHeight);
1175 tileHeight, tileY);
1181 int h = tileHeight - tileY;
1218 int dstY = pBox[i].y1 + tileHeight;
1232 int dstY = pBox[i].y1 + tileHeight;
1234 int height = min(pBox[i].y2 - pBox[i].y1, tileHeight);
1246 height = min(pBox[i].y2 - dstY, tileHeight);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp3967 UINT_32 tileHeight = 0; local in function:Addr::V1::Lib::ComputePrtInfo
3976 tileHeight = 256;
3981 tileHeight = 128;
3986 tileHeight = 128;
3992 tileHeight = 256;
3997 tileHeight = 64;
4004 tileHeight = 256;
4009 tileHeight = 64;
4020 tileHeight = tileHeight /
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib1.cpp3967 UINT_32 tileHeight = 0; local in function:Addr::V1::Lib::ComputePrtInfo
3976 tileHeight = 256;
3981 tileHeight = 128;
3986 tileHeight = 128;
3992 tileHeight = 256;
3997 tileHeight = 64;
4004 tileHeight = 256;
4009 tileHeight = 64;
4020 tileHeight = tileHeight /
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp3980 UINT_32 tileHeight = 0; local in function:Addr::V1::Lib::ComputePrtInfo
3989 tileHeight = 256;
3994 tileHeight = 128;
3999 tileHeight = 128;
4005 tileHeight = 256;
4010 tileHeight = 64;
4017 tileHeight = 256;
4022 tileHeight = 64;
4033 tileHeight = tileHeight /
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-accel.c947 int tileWidth, tileHeight; local in function:uxa_fill_region_tiled
953 tileHeight = pTile->drawable.height;
958 if (tileWidth == 1 && tileHeight == 1)
981 tileHeight, tileY);
987 int h = tileHeight - tileY;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-accel.c947 int tileWidth, tileHeight; local in function:uxa_fill_region_tiled
953 tileHeight = pTile->drawable.height;
958 if (tileWidth == 1 && tileHeight == 1)
981 tileHeight, tileY);
987 int h = tileHeight - tileY;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-accel.c912 int tileWidth, tileHeight; local in function:uxa_fill_region_tiled
918 tileHeight = pTile->drawable.height;
923 if (tileWidth == 1 && tileHeight == 1)
945 modulus(dstY - yoff - pDrawable->y - pPatOrg->y, tileHeight, tileY);
951 int h = tileHeight - tileY;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c1999 const GLint tileHeight = MIN2(tileSize, height - j); 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.c1966 const GLint tileHeight = MIN2(tileSize, height - j); local in function:tiled_draw_pixels
1971 _mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth, tileHeight,

Completed in 39 milliseconds