Lines Matching defs:width
116 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),
133 unsigned dstx, unsigned dsty, unsigned width,
141 fb_state.width = dst->width;
151 i915_clear_emit(pipe, PIPE_CLEAR_COLOR, color, 0.0, 0x0, dstx, dsty, width,
163 unsigned dsty, unsigned width, unsigned height,
171 fb_state.width = dst->width;
181 stencil, dstx, dsty, width, height);
235 int width = DIV_ROUND_UP(src_box->width, block_width);
241 width *= (block_size / 4);
249 (short)width, (short)height);
288 unsigned dstx, unsigned dsty, unsigned width,
304 (short)dsty, (short)width, (short)height, uc.ui[0]);
311 unsigned dsty, unsigned width, unsigned height,
337 (short)dstx, (short)dsty, (short)width, (short)height,
405 ps->width = u_minify(width0, surf_tmpl->u.tex.level);