Lines Matching defs:width
96 .width = prsc->width0,
247 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
254 /* setting width as number of elements should get us correct renderbuffer width */
255 ps->width = surf_tmpl->u.buf.last_element - surf_tmpl->u.buf.first_element + 1;
260 assert(ps->u.buf.last_element < ps->width);
470 .width = pres->base.width0,
552 int x = rects[i].x, w = rects[i].width, h = rects[i].height;
672 * For AFBC, this aligns the width to the superblock width (as
682 unsigned width = ALIGN_POT(template->width0, blocksize.width);
683 unsigned stride = ALIGN_POT(template->width0, blocksize.width) *
691 .width0 = width,
800 tmpl.width0 = box->width;
906 ptrans->box.y, ptrans->box.width,
933 ptrans->box.width, ptrans->box.height,
945 box->z, box->width, box->height,
1037 && !util_ranges_intersect(&rsrc->valid_buffer_range, box->x, box->x + box->width)) &&
1105 && !util_ranges_intersect(&rsrc->valid_buffer_range, box->x, box->x + box->width)) {
1119 * between rows of blocks as the width in blocks times the width per
1126 transfer->base.stride = box_blocks.width * bytes_per_block;
1262 transfer->box.width == prsrc->base.width0 &&
1344 transfer->box.width,
1359 transfer->box.x + transfer->box.width);
1380 transfer->box.x + box->x + box->width);