Searched refs:tex_width (Results 1 – 1 of 1) sorted by relevance
1075 int size, dwords, tex_width, blit_width; in radeon_cp_dispatch_texture() local1110 tex_width = tex->width * 4; in radeon_cp_dispatch_texture()1120 tex_width = tex->width * 2; in radeon_cp_dispatch_texture()1126 tex_width = tex->width * 1; in radeon_cp_dispatch_texture()1134 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width ); in radeon_cp_dispatch_texture()1193 if ( tex_width >= 32 ) { in radeon_cp_dispatch_texture()1207 if ( copy_from_user( buffer, data, tex_width ) ) { in radeon_cp_dispatch_texture()1209 tex_width ); in radeon_cp_dispatch_texture()1213 data += tex_width; in radeon_cp_dispatch_texture()