OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Bytesperpixel
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_accel.c
185
ACL_DESTINATION_Y_OFFSET(pScrn->displayWidth * pTseng->
Bytesperpixel
- 1);
596
xnfalloc(((pScrn->virtualX + 31)/32) * 4 * pTseng->
Bytesperpixel
);
638
r <<= pTseng->
Bytesperpixel
;
640
r |= (1 << pTseng->
Bytesperpixel
) - 1;
989
switch (pTseng->
Bytesperpixel
) {
1127
destaddr += pTseng->
Bytesperpixel
- 1;
1212
destaddr += pTseng->
Bytesperpixel
;
1299
pTseng->line_width = pScrn->displayWidth * pTseng->
Bytesperpixel
;
1496
switch (pTseng->
Bytesperpixel
) { /* for MULBPP optimization */
1543
(pScrn->displayWidth * pTseng->
Bytesperpixel
);
[
all
...]
tseng_accel.h
195
switch (pTseng->
Bytesperpixel
) {
264
return (x * pTseng->
Bytesperpixel
);
272
if (pTseng->
Bytesperpixel
!= 3)
tseng.h
98
int
Bytesperpixel
; /* a shorthand for the XAA code */
103
int powerPerPixel; /* power-of-2 version of
bytesperpixel
*/
tseng_mode.c
1000
Base = ((y * pScrn->displayWidth + x + 1) * pTseng->
Bytesperpixel
) >> 2;
1001
/* adjust Base address so it is a non-fractional multiple of pTseng->
Bytesperpixel
*/
1002
Base -= (Base % pTseng->
Bytesperpixel
);
1251
int hmul = pTseng->
Bytesperpixel
;
1370
if ((mode->Clock * pTseng->
Bytesperpixel
) > 80000)
1417
if (mode->Clock * pTseng->
Bytesperpixel
> 130000) {
1489
new->ExtATC |= (pTseng->
Bytesperpixel
- 1) << 4;
1501
row_offset *= pTseng->
Bytesperpixel
;
tseng_driver.c
1036
pTseng->
Bytesperpixel
= pScrn->bitsPerPixel / 8;
1038
pTseng->
Bytesperpixel
= 1; /* this is fake for < 8bpp, but simplifies other code */
1132
NULL, 32, /* XXXMRG pScrn->maxHValue*/ 2048, 8*pTseng->
Bytesperpixel
, /* H limits */
1232
pScrn->displayWidth * pScrn->virtualY * pTseng->
Bytesperpixel
;
1306
req_videoram = 2 * (pScrn->virtualX * pTseng->
Bytesperpixel
);
Completed in 9 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026