Lines Matching defs:height
76 src_box->width, src_box->height, src_box->depth,
220 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
228 ps->height = pt->height0;
276 unsigned width, unsigned height, unsigned depth)
286 0, 0, 0, width, height, depth, &uc);
307 box->width, box->height, box->depth);
317 unsigned width, unsigned height,
326 height = MIN2(height, dst->texture->height0 - dsty);
330 u_box_2d(dstx, dsty, width, height, &box);
341 dstx, dsty, width, height);
376 box->width, box->height, box->depth, zstencil);
388 unsigned width, unsigned height,
397 height = MIN2(height, dst->texture->height0 - dsty);
402 u_box_2d(dstx, dsty, width, height, &box);
414 dstx, dsty, width, height);