Lines Matching defs:height
2179 for (unsigned pixel = 0; pixel < grid_size.width * grid_size.height; pixel++) {
2233 unsigned height = surf ? surf->base.texture->height0 : 1024;
2235 unsigned prev_height = ctx->dynamic_fb.info.renderArea.extent.height;
2237 ctx->dynamic_fb.info.renderArea.extent.height = MIN2(ctx->dynamic_fb.info.renderArea.extent.height, height);
2239 changed_size |= ctx->dynamic_fb.info.renderArea.extent.height != prev_height;
2812 unsigned h = ctx->fb_state.height;
2817 state->width != w || state->height != h);
2861 ctx->dynamic_fb.info.renderArea.extent.height = state->height;
2943 if (ctx->fb_state.width != w || ctx->fb_state.height != h)
4067 region.imageExtent.height = src_box->height;
4135 zink_fb_clears_apply_or_discard(ctx, pdst, (struct u_rect){dstx, dstx + src_box->width, dsty, dsty + src_box->height}, false);
4203 region.extent.height = src_box->height;