Home | History | Annotate | Download | only in r600

Lines Matching defs:height0

378 				       info->src.res->width0, info->src.res->height0,
389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level);
395 dst_height == info->src.res->height0 &&
435 templ.height0 = info->src.res->height0;
563 unsigned height0;
581 orig->height0 = tex->height0;
593 new_height = util_format_get_nblocksy(tex->format, orig->height0);
596 tex->height0 = new_height;
612 orig->height0 = tex->height0;
633 orig->height0 = tex->height0;
650 tex->height0 = orig->height0;