OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d2line
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c
853
int d1line,
d2line
, d3line, d1offset, d2offset, d3offset;
local
883
* d1line,
d2line
, d3line - byte offsets within the destination to the
959
d2line
= (height * dstPitch) + ((top >> 1) * (dstPitch >> 1));
960
d3line =
d2line
+ ((height >> 1) * (dstPitch >> 1));
965
d2offset =
d2line
+ (left >> 1) + offset;
988
d2line
= 0;
1017
offset + d1line, offset +
d2line
, offset + d3line,
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_video.c
249
int
d2line
, d3line;
local
444
d2line
= pPriv->planeu_offset + ((top >> 1) * dstPitch2);
450
R600CopyData(pScrn, buf + s2offset, pPriv->src_addr +
d2line
,
457
RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr +
d2line
,
radeon_video.c
2913
int
d2line
, d3line;
local
2933
d2line
= d3line = 0;
3065
d2line
= (height * dstPitch);
3066
d3line =
d2line
+ ((height + 1) >> 1) * (dstPitch >> 1);
3068
d2line
+= (top >> 1) * (dstPitch >> 1) - (top * dstPitch);
3077
RADEONCopyData(pScrn, buf + s2offset, dst_start +
d2line
+ (left >> 1),
3139
offset +
d2line
, offset + d3line, offset, offset +
d2line
,
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_textured_video.c
235
int
d2line
, d3line;
local
391
d2line
= pPriv->planeu_offset + ((top >> 1) * dstPitch2);
397
R600CopyData(pScrn, buf + s2offset, pPriv->src_addr +
d2line
,
404
RADEONCopyData(pScrn, buf + s2offset, pPriv->src_addr +
d2line
,
Completed in 10 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026