Lines Matching refs:src_pitch
30 int src_pitch, int line_len)
32 if ((src_pitch == line_len) && (src_pitch == dst_pitch)) {
37 src += src_pitch;
248 int src_pitch, tmp_pitch, cpp, i;
253 src_pitch = exaGetPixmapPitch(pspix);
267 src_pitch, pspix->drawable.height, x, y,
299 src = (char *)bo->map + (y * src_pitch) + (x * cpp);
300 ret = NVAccelMemcpyRect(dst, src, h, dst_pitch, src_pitch, w*cpp);
306 char *src, int src_pitch)
323 if (NV04EXAUploadIFC(pScrn, src, src_pitch, pdpix,
329 if (NV50EXAUploadSIFC(src, src_pitch, pdpix,
334 if (NVC0EXAUploadSIFC(src, src_pitch, pdpix,
350 if (src_pitch == tmp_pitch) {
351 memcpy(tmp->map + tmp_offset, src, src_pitch * lines);
352 src += src_pitch * lines;
357 src += src_pitch;
385 ret = NVAccelMemcpyRect(dst, src, h, dst_pitch, src_pitch, w*cpp);