Lines Matching defs:height
676 unsigned width, height, depth, offset_level, last_level;
729 height = height_first_level;
734 height = 1;
760 view->tex_resource_words[1] = (S_038004_TEX_HEIGHT(height - 1) |
1489 S_028244_BR_Y(state->height)); /* R_028208_PA_SC_WINDOW_SCISSOR_BR */
2869 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode;
2885 /* linear height must be the same as the slice tile max height, it's ok even
2888 * to the linear height
2890 height = u_minify(rsrc->resource.b.b.height0, src_level);
2904 /* linear height must be the same as the slice tile max height, it's ok even
2907 * to the linear height
2909 height = u_minify(rdst->resource.b.b.height0, dst_level);
2940 (lbpp << 24) | ((height - 1) << 10) |
2996 copy_height = src_box->height / rsrc->surface.blk_h;
3024 size = src_box->height * src_pitch;