Lines Matching refs:width0
378 info->src.res->width0, info->src.res->height0, in r600_copy_first_sample()
388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level); in is_simple_resolve()
394 dst_width == info->src.res->width0 && in is_simple_resolve()
434 templ.width0 = info->src.res->width0; in r600_color_resolve()
562 unsigned width0; member
580 orig->width0 = tex->width0; in r600_compressed_to_blittable()
592 new_width = util_format_get_nblocksx(tex->format, orig->width0); in r600_compressed_to_blittable()
595 tex->width0 = new_width; in r600_compressed_to_blittable()
611 orig->width0 = tex->width0; in r600_subsampled_2x1_32bpp_to_blittable()
618 tex->width0 = util_format_get_nblocksx(orig->format, orig->width0); in r600_subsampled_2x1_32bpp_to_blittable()
632 orig->width0 = tex->width0; in r600_change_format()
649 tex->width0 = orig->width0; in r600_reset_blittable_to_orig()