Searched refs:tex_width (Results 1 – 1 of 1) sorted by relevance
1672 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local1703 tex_width = tex->width * 4; in radeon_cp_dispatch_texture()1713 tex_width = tex->width * 2; in radeon_cp_dispatch_texture()1719 tex_width = tex->width * 1; in radeon_cp_dispatch_texture()1733 if (tex_width < 64) { in radeon_cp_dispatch_texture()1748 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); in radeon_cp_dispatch_texture()1808 if (tex_width >= 64 || tex_width <= 16) { in radeon_cp_dispatch_texture()1810 (int)(tex_width * sizeof(u32))); in radeon_cp_dispatch_texture()1811 } else if (tex_width == 32) { in radeon_cp_dispatch_texture()1816 } else if (tex_width >= 64 || tex_width == 16) { in radeon_cp_dispatch_texture()[all …]