radeon_state.c | 1672 int size, dwords, tex_width, blit_width, spitch; local in function:radeon_cp_dispatch_texture 1704 blit_width = image->width * 4; 1714 blit_width = image->width * 2; 1720 blit_width = image->width * 1; 1726 spitch = blit_width >> 6; 1743 blit_width - 1)) { 1748 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); 1761 size = height * blit_width; 1764 height = RADEON_MAX_TEXTURE_SIZE / blit_width; 1765 size = height * blit_width; [all...] |