Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_state.c1706 unsigned int size, dwords, tex_width, blit_width, spitch; in radeon_cp_dispatch_texture() local
1737 tex_width = tex->width * 4; in radeon_cp_dispatch_texture()
1747 tex_width = tex->width * 2; in radeon_cp_dispatch_texture()
1753 tex_width = tex->width * 1; in radeon_cp_dispatch_texture()
1767 if (tex_width < 64) { in radeon_cp_dispatch_texture()
1782 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width); in radeon_cp_dispatch_texture()
1842 if (tex_width >= 64 || tex_width <= 16) { in radeon_cp_dispatch_texture()
1844 (int)(tex_width * sizeof(u32))); in radeon_cp_dispatch_texture()
1845 } else if (tex_width == 32) { in radeon_cp_dispatch_texture()
1850 } else if (tex_width >= 64 || tex_width == 16) { in radeon_cp_dispatch_texture()
[all …]