Lines Matching defs:height
735 unsigned height, depth, width;
787 height = params->height0;
795 height = u_minify(height, params->force_level);
837 height = 1;
852 tex_resource_words[1] = (S_030004_TEX_HEIGHT(height - 1) |
1958 evergreen_get_scissor_rect(rctx, 0, 0, state->width, state->height, &tl, &br);
3783 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode;
3806 /* linear height must be the same as the slice tile max height, it's ok even
3809 * to the linear height
3811 height = u_minify(rsrc->resource.b.b.height0, src_level);
3831 /* linear height must be the same as the slice tile max height, it's ok even
3834 * to the linear height
3836 height = u_minify(rdst->resource.b.b.height0, dst_level);
3873 radeon_emit(cs, (pitch_tile_max << 0) | ((height - 1) << 16));
3930 copy_height = src_box->height / rsrc->surface.blk_h;
3971 src_box->height * src_pitch);