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

/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1714 int size, dwords, tex_width, blit_width, spitch; local
1749 blit_width = image->width * 4;
1759 blit_width = image->width * 2;
1765 blit_width = image->width * 1;
1771 spitch = blit_width >> 6;
1786 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1800 size = height * blit_width;
1803 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1804 size = height * blit_width;

Completed in 166 milliseconds