Lines Matching defs:height
143 VIVS_RS_WINDOW_SIZE_HEIGHT(rs->height);
146 if (!screen->specs.single_buffer && screen->specs.pixel_pipes == 2 && !(rs->height & 7)) {
148 VIVS_RS_WINDOW_SIZE_HEIGHT(rs->height / 2);
149 cs->RS_PIPE_OFFSET[1] = VIVS_RS_PIPE_OFFSET_X(0) | VIVS_RS_PIPE_OFFSET_Y(rs->height / 2);
315 .height = surf->surf.padded_height,
500 for (int y = 0; y < blit_info->src.box.height; y += 4) {
608 /* The width/height are in pixels; they do not change as a result of
610 * to a non-multisampled surface, the width and height will be
613 blit_info->dst.box.height != blit_info->src.box.height) {
615 blit_info->src.box.width, blit_info->src.box.height,
616 blit_info->dst.box.width, blit_info->dst.box.height);
661 assert((blit_info->src.box.y + blit_info->src.box.height) * msaa_yscale <= src_lev->padded_height);
663 assert(blit_info->dst.box.y + blit_info->dst.box.height <= dst_lev->padded_height);
686 * Note: the RS width/height are converted to source samples here. */
688 unsigned int height = blit_info->src.box.height * msaa_yscale;
695 if (height & (h_align - 1) && height >= src_lev->height * msaa_yscale && height >= dst_lev->height)
696 height = align(height, h_align);
701 height > src_lev->padded_height ||
702 height > dst_lev->padded_height * msaa_yscale ||
703 width & (w_align - 1) || height & (h_align - 1))
787 .height = height,
820 * width/height), format conversion, mask and filter and even a scissor rectangle