Lines Matching defs:height

69               unsigned width, unsigned height, unsigned depth,
82 width, height,
100 unsigned height,
108 int blockheight = desc->block.height;
117 height = (height + blockheight - 1)/blockheight;
126 memset(dst, uc->ub, height * width_size);
128 for (i = 0; i < height; i++) {
135 for (i = 0; i < height; i++) {
143 for (i = 0; i < height; i++) {
149 for (i = 0; i < height; i++) {
155 for (i = 0; i < height; i++) {
177 unsigned height,
186 x, y, width, height, uc);
197 * width, height. If copying uncompressed -> compressed, the dest region
198 * is expanded by the block width, height. See GL_ARB_copy_image.
236 dst_box.height = src_box.height;
252 dst_box.height /= src_bh;
259 dst_box.height *= dst_bh;
283 assert(src_box.y + src_box.height <= (int)u_minify(src->height0, src_level));
285 assert(dst_box.y + dst_box.height <= (int)u_minify(dst->height0, dst_level));
288 assert((src_box.width / src_bw) * (src_box.height / src_bh) * src_bs ==
289 (dst_box.width / dst_bw) * (dst_box.height / dst_bh) * dst_bs);
313 assert(src_box.height == 1);
348 src_box.width, src_box.height, src_box.depth,
366 unsigned width, unsigned height, unsigned depth)
376 0, 0, 0, width, height, depth, &uc);
386 unsigned width, unsigned height, unsigned depth)
396 width, height, depth,
403 width, height, depth);
425 unsigned width, unsigned height)
451 color, width, height, 1);
459 dst->u.tex.first_layer, width, height, depth);
470 unsigned height,
478 memset(dst_map, (uint8_t) zstencil, height * width);
480 for (i = 0; i < height; i++) {
488 for (i = 0; i < height; i++) {
497 for (i = 0; i < height; i++) {
512 for (i = 0; i < height; i++) {
524 for (i = 0; i < height; i++) {
537 for (i = 0; i < height; i++) {
561 unsigned height,
569 width, height, zstencil);
581 unsigned width, unsigned height, unsigned depth)
598 width, height, depth, &dst_trans);
607 dst_trans->layer_stride, width, height,
647 box->width, box->height, box->depth);
654 box->width, box->height, box->depth);
673 unsigned width, unsigned height)
687 width, height, max_layer + 1);
698 unsigned width = 1, height = 1, depth = 1;
703 height = 1;
708 height = 1;
714 height = u_minify(res->height0, level);
719 height = u_minify(res->height0, level);
724 height = u_minify(res->height0, level);
729 height = 1;
734 height = u_minify(res->height0, level);
739 height = u_minify(res->height0, level);
750 box->y + box->height <= (int) height &&
807 assert(blit->dst.box.height >= 1);
812 blit->src.box.height != blit->dst.box.height ||