Home | History | Annotate | Download | only in r300

Lines Matching refs:height0

103         texdim = u_minify(tex->tex.height0, level);
161 height = u_minify(tex->tex.height0, level);
268 i, u_minify(tex->tex.width0, i), u_minify(tex->tex.height0, i),
284 !util_is_power_of_two(tex->b.b.height0) ||
373 height = u_minify(tex->b.b.height0, i);
434 if (!is_zb && (tex->b.b.height0 == 1 || dbg_no_tiling)) {
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
484 tex->b.b.height0 = base->height0;
490 tex->tex.height0 = base->height0;
498 tex->tex.height0 = util_next_power_of_two(tex->tex.height0);