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

/freebsd-10.2-release/sys/dev/drm/
H A Dradeon_state.c1669 int size, dwords, tex_width, blit_width, spitch; local
1701 blit_width = image->width * 4;
1711 blit_width = image->width * 2;
1717 blit_width = image->width * 1;
1723 spitch = blit_width >> 6;
1740 blit_width - 1)) {
1745 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1758 size = height * blit_width;
1761 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1762 size = height * blit_width;
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1707 int size, dwords, tex_width, blit_width, spitch; local
1739 blit_width = image->width * 4;
1749 blit_width = image->width * 2;
1755 blit_width = image->width * 1;
1761 spitch = blit_width >> 6;
1778 blit_width - 1)) {
1783 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1796 size = height * blit_width;
1799 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1800 size = height * blit_width;
[all...]

Completed in 44 milliseconds