Lines Matching defs:scratch_pitch
1689 uint32_t scratch_pitch;
1721 scratch_pitch = RADEON_ALIGN(w, drmmode_get_pitch_align(pScrn, (bpp / 8), 0));
1724 size = scratch_pitch * height * (bpp / 8);
1730 src_obj.pitch = scratch_pitch;
1757 copy_pitch = scratch_pitch * (bpp / 8);
1809 uint32_t scratch_pitch;
1845 scratch_pitch = RADEON_ALIGN(w, drmmode_get_pitch_align(pScrn, (bpp / 8), 0));
1848 size = scratch_pitch * height * (bpp / 8);
1874 dst_obj.pitch = scratch_pitch;
1897 copy_pitch = scratch_pitch * (bpp / 8);