Lines Matching defs:width
61 unsigned width = pt->width0;
79 spr->stride[level] = util_format_get_stride(pt->format, width);
93 width = u_minify(width, 1);
305 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
315 /* setting width as number of elements should get us correct renderbuffer width */
316 ps->width = surf_tmpl->u.buf.last_element - surf_tmpl->u.buf.first_element + 1;
321 assert(ps->u.buf.last_element < ps->width);
373 assert(box->x + box->width <= (int) u_minify(resource->width0, level));