Lines Matching defs:height
2870 psurf->height = tex->height0;
3013 psurf->height = surf->surf.logical_level0_px.height;
3287 .maxy = MIN2( fabsf(vp->scale[1]) + vp->translate[1], cso_fb->height) - 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) {
4954 height = MAX2(cso->height, 1);
4961 height = cso->zsbuf->height;
4965 emit_sized_null_surface(batch, width, height,
5974 intel_calculate_guardband_size(0, cso_fb->width, 0, cso_fb->height,
6009 vp.YMaxViewPort = MIN2(vp_ymax, cso_fb->height) - 1;
7573 if (fb->width && fb->height) {
7576 rect.ClippedDrawingRectangleYMax = fb->height - 1;