Lines Matching refs:tex_width
1706 unsigned int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1737 tex_width = tex->width * 4; in radeon_cp_dispatch_texture()
1747 tex_width = tex->width * 2; in radeon_cp_dispatch_texture()
1753 tex_width = tex->width * 1; in radeon_cp_dispatch_texture()
1767 if (tex_width < 64) { in radeon_cp_dispatch_texture()
1782 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); in radeon_cp_dispatch_texture()
1842 if (tex_width >= 64 || tex_width <= 16) { in radeon_cp_dispatch_texture()
1844 (int)(tex_width * sizeof(u32))); in radeon_cp_dispatch_texture()
1845 } else if (tex_width == 32) { in radeon_cp_dispatch_texture()
1850 } else if (tex_width >= 64 || tex_width == 16) { in radeon_cp_dispatch_texture()
1853 } else if (tex_width < 16) { in radeon_cp_dispatch_texture()
1855 RADEON_COPY_MT(buffer, data, tex_width); in radeon_cp_dispatch_texture()
1857 data += tex_width; in radeon_cp_dispatch_texture()
1859 } else if (tex_width == 32) { in radeon_cp_dispatch_texture()
1875 if (tex_width >= 32) { in radeon_cp_dispatch_texture()
1887 RADEON_COPY_MT(buffer, data, tex_width); in radeon_cp_dispatch_texture()
1889 data += tex_width; in radeon_cp_dispatch_texture()