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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dradeon_state.c1691 int size, dwords, tex_width, blit_width, spitch; local
1722 tex_width = tex->width * 4;
1732 tex_width = tex->width * 2;
1738 tex_width = tex->width * 1;
1752 if (tex_width < 64) {
1767 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1827 if (tex_width >= 64 || tex_width <= 16) {
1829 (int)(tex_width * sizeof(u32)));
1830 } else if (tex_width
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1691 int size, dwords, tex_width, blit_width, spitch; local
1722 tex_width = tex->width * 4;
1732 tex_width = tex->width * 2;
1738 tex_width = tex->width * 1;
1752 if (tex_width < 64) {
1767 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1827 if (tex_width >= 64 || tex_width <= 16) {
1829 (int)(tex_width * sizeof(u32)));
1830 } else if (tex_width
[all...]

Completed in 55 milliseconds