Lines Matching defs:width
82 bounds_check(int width, int height, int depth,
85 if (s < 0 || s >= width)
151 unsigned *width,
156 *width = iview->u.buf.size / util_format_get_blocksize(pformat);
163 if (util_format_get_stride(pformat, *width) >
170 *width = u_minify(spr->base.width0, level);
214 unsigned width, height, depth;
231 params->format, &width, &height, &depth))
234 stride = util_format_get_stride(params->format, width);
244 if (!bounds_check(width, height, depth,
297 unsigned width, height, depth;
317 pformat, &width, &height, &depth))
320 stride = util_format_get_stride(pformat, width);
329 if (!bounds_check(width, height, depth,
630 unsigned width, height, depth;
646 params->format, &width, &height, &depth))
649 stride = util_format_get_stride(spr->base.format, width);
656 if (!bounds_check(width, height, depth,