Lines Matching defs:scratch_pitch
1503 uint32_t scratch_pitch;
1531 scratch_pitch = RADEON_ALIGN(w, drmmode_get_pitch_align(pScrn, (bpp / 8), 0));
1534 size = scratch_pitch * height * (bpp / 8);
1540 src_obj.pitch = scratch_pitch;
1569 copy_pitch = scratch_pitch * (bpp / 8);
1621 uint32_t scratch_pitch;
1661 scratch_pitch = RADEON_ALIGN(w, drmmode_get_pitch_align(pScrn, (bpp / 8), 0));
1664 size = scratch_pitch * height * (bpp / 8);
1691 dst_obj.pitch = scratch_pitch;
1715 copy_pitch = scratch_pitch * (bpp / 8);