Searched refs:tex_width (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_state.c1713 int size, dwords, tex_width, blit_width, spitch; local
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
[all...]

Completed in 1143 milliseconds