Searched refs:blit_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
1748 blit_width = image->width * 4;
1758 blit_width = image->width * 2;
1764 blit_width = image->width * 1;
1770 spitch = blit_width >> 6;
1785 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1799 size = height * blit_width;
1802 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1803 size = height * blit_width;

Completed in 16 milliseconds