Lines Matching defs:width
1970 * "The actual width of non-antialiased lines is determined by rounding
1971 * the supplied width to the nearest integer, then clamping it to the
1972 * implementation-dependent maximum non-antialiased line width."
2869 psurf->width = tex->width0;
3012 psurf->width = surf->surf.logical_level0_px.width;
3285 .maxx = MIN2( fabsf(vp->scale[0]) + vp->translate[0], cso_fb->width) - 1,
3315 /* If the scissor was out of bounds and got clamped to 0 width/height
3433 if (cso->width != state->width || cso->height != state->height) {
4918 unsigned width, unsigned height,
4929 .size = isl_extent3d(width, height, layers),
4945 uint32_t width, height, layers, level, layer;
4947 if (ice->state.framebuffer.width == 0 && ice->state.framebuffer.height == 0) {
4953 width = MAX2(cso->width, 1);
4960 width = cso->zsbuf->width;
4965 emit_sized_null_surface(batch, width, height,
5974 intel_calculate_guardband_size(0, cso_fb->width, 0, cso_fb->height,
6007 vp.XMaxViewPort = MIN2(vp_xmax, cso_fb->width) - 1;
7573 if (fb->width && fb->height) {
7575 rect.ClippedDrawingRectangleXMax = fb->width - 1;