Lines Matching defs:width

57                              unsigned width, unsigned height)
65 scanout_templat.width0 = width;
97 unsigned width = width0;
110 aligned_width = align(width, 16);
113 aligned_width = width;
122 res->levels[level].width = aligned_width;
125 res->levels[level].layer_stride = util_format_get_stride(pres->format, align(width, 16)) * align(height, 16);
132 width = u_minify(width, 1);
148 unsigned width, unsigned height,
165 uint32_t size = setup_miptree(res, width, height, align_to_tile);
185 unsigned width, height;
212 width = templat->width0;
215 width = align(templat->width0, 16);
222 pres = lima_resource_create_scanout(pscreen, templat, width, height);
224 pres = lima_resource_create_bo(pscreen, templat, width, height, align_to_tile);
233 debug_printf("%s: pres=%p width=%u height=%u depth=%u target=%d "
350 unsigned width, height, stride, size;
352 width = align(pres->width0, 16);
354 stride = util_format_get_stride(pres->format, width);
380 res->levels[0].width = width;
383 res->levels[0].width = pres->width0;
468 s->maxx = (b->x + b->width + 0xf) >> 4;
518 rects[i].x + rects[i].width >= pres->width0 &&
538 rects[i].width & 0xf || rects[i].height & 0xf) {
567 psurf->width = u_minify(pres->width0, level);
574 surf->tiled_w = align(psurf->width, 16) >> 4;
664 ptrans->stride = util_format_get_stride(pres->format, ptrans->box.width);
680 ptrans->box.width, ptrans->box.height,
726 ptrans->box.width == res->base.width0 &&
763 ptrans->box.width,
783 ptrans->box.width, ptrans->box.height,
801 u_box_2d(0, 0, ptrans->box.width, ptrans->box.height, &box);
914 u_box_2d(0, 0, t.base.box.width, t.base.box.height, &tbox);