Lines Matching defs:height
269 uint32_t height = fb->height;
368 height = surf->cbzb_height;
378 util_blitter_clear(r300->blitter, width, height, 1,
444 unsigned width, unsigned height,
452 dstx, dsty, width, height);
463 unsigned width, unsigned height,
480 dstx, dsty, width, height);
496 util_blitter_custom_clear_depth(r300->blitter, fb->width, fb->height, 0,
511 fb.height = r300->locked_zbuffer->height;
627 box.height = align(box.height, 4);
652 box.height /= 4;
681 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),
712 info->dst.box.height == dst_height &&
716 info->src.box.height == dst_height &&