Lines Matching defs:height
96 cr.rect.extent.height = MIN2(fb->height, scissor_state->maxy - scissor_state->miny);
99 cr.rect.extent.height = fb->height;
197 needs_rp = !zink_blit_region_fills(scissor, fb->width, fb->height);
210 unsigned h = ctx->fb_state.height;
227 ctx->fb_state.cbufs[i]->width, ctx->fb_state.cbufs[i]->height,
445 fb_state.height = psurf ? psurf->height : zsurf->height;
462 struct pipe_scissor_state scissor = {box->x, box->y, box->x + box->width, box->y + box->height};
549 unsigned dsty, unsigned width, unsigned height,
560 struct pipe_scissor_state scissor = {dstx, dsty, dstx + width, dsty + height};
571 unsigned dstx, unsigned dsty, unsigned width, unsigned height,
581 if (dstx > ctx->fb_state.width || dsty > ctx->fb_state.height ||
583 dsty + height > ctx->fb_state.height)
589 struct pipe_scissor_state scissor = {dstx, dsty, dstx + width, dsty + height};