Home
last modified time | relevance | path

Searched refs:tex_width (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_state.c1714 int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1748 tex_width = tex->width * 4; in radeon_cp_dispatch_texture()
1758 tex_width = tex->width * 2; in radeon_cp_dispatch_texture()
1764 tex_width = tex->width * 1; in radeon_cp_dispatch_texture()
1778 if (tex_width < 64) { in radeon_cp_dispatch_texture()
1786 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); in radeon_cp_dispatch_texture()
1873 if (tex_width >= 64 || tex_width <= 16) { in radeon_cp_dispatch_texture()
1875 (int)(tex_width * sizeof (u32))); in radeon_cp_dispatch_texture()
1876 } else if (tex_width == 32) { in radeon_cp_dispatch_texture()
1881 } else if (tex_width >= 64 || tex_width == 16) { in radeon_cp_dispatch_texture()
[all …]