OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tileHeight
(Results
1 - 16
of
16
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/fb/
fbfill.c
141
int
tileHeight
;
146
tileHeight
= pTile->drawable.height;
154
tileHeight
,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
88
unsigned tileWidth,
tileHeight
;
90
get_tile_size(format, &tileWidth, &
tileHeight
);
91
tileHeight
--;
93
height = (height +
tileHeight
) & ~
tileHeight
;
109
unsigned tileWidth,
tileHeight
;
110
get_tile_size(format, &tileWidth, &
tileHeight
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c
87
unsigned tileWidth,
tileHeight
;
89
get_tile_size(format, &tileWidth, &
tileHeight
);
90
tileHeight
--;
92
height = (height +
tileHeight
) & ~
tileHeight
;
108
unsigned tileWidth,
tileHeight
;
109
get_tile_size(format, &tileWidth, &
tileHeight
);
/xsrc/external/mit/xf86-video-cirrus/dist/src/
lg_hwcurs.c
228
int
tileHeight
= LgLineData[pLg->lineDataIndex].width?8:16;
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/xorg-server/dist/fb/
fbfill.c
157
int
tileHeight
;
163
tileHeight
= pTile->drawable.height;
171
tileHeight
,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-accel.c
947
int tileWidth,
tileHeight
;
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/
uxa-accel.c
947
int tileWidth,
tileHeight
;
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/
uxa-accel.c
912
int tileWidth,
tileHeight
;
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/xf86-video-qxl/dist/src/uxa/
uxa-accel.c
1136
int tileWidth,
tileHeight
;
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/xorg-server/dist/exa/
exa_accel.c
1083
int tileWidth,
tileHeight
;
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/xorg-server.old/dist/exa/
exa_accel.c
1094
int tileWidth,
tileHeight
;
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/MesaLib/dist/src/amd/addrlib/src/core/
addrlib1.cpp
3980
UINT_32
tileHeight
= 0;
3989
tileHeight
= 256;
3994
tileHeight
= 128;
3999
tileHeight
= 128;
4005
tileHeight
= 256;
4010
tileHeight
= 64;
4017
tileHeight
= 256;
4022
tileHeight
= 64;
4033
tileHeight
=
tileHeight
/ 2
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
meta.c
1966
const GLint
tileHeight
= MIN2(tileSize, height - j);
1971
_mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth,
tileHeight
,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
addrlib1.cpp
3967
UINT_32
tileHeight
= 0;
3976
tileHeight
= 256;
3981
tileHeight
= 128;
3986
tileHeight
= 128;
3992
tileHeight
= 256;
3997
tileHeight
= 64;
4004
tileHeight
= 256;
4009
tileHeight
= 64;
4020
tileHeight
=
tileHeight
/ 2
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
addrlib1.cpp
3967
UINT_32
tileHeight
= 0;
3976
tileHeight
= 256;
3981
tileHeight
= 128;
3986
tileHeight
= 128;
3992
tileHeight
= 256;
3997
tileHeight
= 64;
4004
tileHeight
= 256;
4009
tileHeight
= 64;
4020
tileHeight
=
tileHeight
/ 2
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
meta.c
1999
const GLint
tileHeight
= MIN2(tileSize, height - j);
2004
_mesa_meta_DrawPixels(ctx, tileX, tileY, tileWidth,
tileHeight
,
Completed in 35 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026