Searched refs:nDst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbbltone.c114 int nDst; /* dest longwords (w.o. end) */ local in function:fbBltOne
188 nDst = nmiddle;
190 nDst++;
192 dstStride -= nDst;
198 srcinc = (nDst + unitsPerSrc - 1) / unitsPerSrc;
203 endNeedsLoad = nDst % unitsPerSrc == 0;
214 w = nDst; /* total units across scanline */
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbbltone.c114 int nDst; /* dest longwords (w.o. end) */ local in function:fbBltOne
188 nDst = nmiddle;
190 nDst++;
192 dstStride -= nDst;
198 srcinc = (nDst + unitsPerSrc - 1) / unitsPerSrc;
203 endNeedsLoad = nDst % unitsPerSrc == 0;
214 w = nDst; /* total units across scanline */
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbltone.c159 int nDst; /* dest longwords (w.o. end) */ local in function:fbBltOne
251 nDst = nmiddle;
253 nDst++;
255 dstStride -= nDst;
261 srcinc = (nDst + unitsPerSrc - 1) / unitsPerSrc;
267 endNeedsLoad = nDst % unitsPerSrc == 0;
279 w = nDst; /* total units across scanline */
597 int nDst; local in function:fbBltOne24
615 nDst = nlMiddle;
617 nDst
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbltone.c180 int nDst; /* dest longwords (w.o. end) */ local in function:fbBltOne
265 nDst = nmiddle;
267 nDst++;
269 dstStride -= nDst;
275 srcinc = (nDst + unitsPerSrc - 1) / unitsPerSrc;
280 endNeedsLoad = nDst % unitsPerSrc == 0;
291 w = nDst; /* total units across scanline */

Completed in 5 milliseconds