Home | History | Annotate | Download | only in r600

Lines Matching defs:width0

378 				       info->src.res->width0, info->src.res->height0,
388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level);
394 dst_width == info->src.res->width0 &&
434 templ.width0 = info->src.res->width0;
562 unsigned width0;
580 orig->width0 = tex->width0;
592 new_width = util_format_get_nblocksx(tex->format, orig->width0);
595 tex->width0 = new_width;
611 orig->width0 = tex->width0;
618 tex->width0 = util_format_get_nblocksx(orig->format, orig->width0);
632 orig->width0 = tex->width0;
649 tex->width0 = orig->width0;