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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbcopy.c153 FbStride tmpStride; local in function:fbCopyNto1
159 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT);
160 tmp = malloc(tmpStride * height * sizeof(FbStip));
174 tmpStride,
183 tmpStride,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbcopy.c153 FbStride tmpStride; local in function:fbCopyNto1
159 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT);
160 tmp = malloc(tmpStride * height * sizeof(FbStip));
174 tmpStride,
183 tmpStride,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbcopy.c190 FbStride tmpStride; local in function:fbCopyNto1
196 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT);
197 tmp = xallocarray(tmpStride * height, sizeof(FbStip));
211 tmpStride,
220 tmpStride,
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbcopy.c271 FbStride tmpStride; local in function:fbCopyNto1
277 tmpStride = ((width + FB_STIP_MASK) >> FB_STIP_SHIFT);
278 tmp = malloc(tmpStride * height * sizeof (FbStip));
291 tmpStride,
303 tmpStride,

Completed in 8 milliseconds