Lines Matching defs:height
2776 psurf->height = isl_surf.logical_level0_px.height;
3164 /* If the scissor was out of bounds and got clamped to 0 width/height
3269 if (cso->width != state->width || cso->height != state->height) {
3343 MAX2(cso->height, 1),
5867 intel_calculate_guardband_size(0, cso_fb->width, 0, cso_fb->height,
5886 vp.YMaxViewPort = MIN2(vp_ymax, cso_fb->height) - 1;
8306 * \param height Height bound of the rendering area (already scaled down if \p
8319 unsigned width, unsigned height, unsigned scale)
8370 if (width > min_size[idx][0] || height > min_size[idx][1]) {