Searched refs:spitch (Results 1 – 2 of 2) sorted by relevance
1669 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local1723 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()1724 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()1872 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()
1707 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local1761 spitch = blit_width >> 6; in radeon_cp_dispatch_texture()1762 if (spitch == 0 && image->height > 1) in radeon_cp_dispatch_texture()1910 OUT_RING((spitch << 22) | (offset >> 10)); in radeon_cp_dispatch_texture()