Lines Matching refs:tex_width
1713 int size, dwords, tex_width, blit_width, spitch;
1747 tex_width = tex->width * 4;
1757 tex_width = tex->width * 2;
1763 tex_width = tex->width * 1;
1777 if (tex_width < 64) {
1785 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1872 if (tex_width >= 64 || tex_width <= 16) {
1874 (int)(tex_width * sizeof (u32)));
1875 } else if (tex_width == 32) {
1880 } else if (tex_width >= 64 || tex_width == 16) {
1883 } else if (tex_width < 16) {
1885 RADEON_COPY_MT(buffer, data, tex_width);
1887 data += tex_width;
1889 } else if (tex_width == 32) {
1908 if (tex_width >= 32) {
1922 RADEON_COPY_MT(buffer, data, tex_width);
1924 data += tex_width;