Lines Matching defs:height
672 unsigned num_pixels = fb->width * fb->height;
1196 util_blitter_clear(sctx->blitter, fb->width, fb->height, util_framebuffer_get_num_layers(fb),
1217 unsigned dstx, unsigned dsty, unsigned width, unsigned height,
1225 height == dst->height &&
1244 fb.height = dst->height;
1260 unsigned dsty, unsigned width, unsigned height,
1267 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled,
1273 si_compute_clear_render_target(ctx, dst, color, dstx, dsty, width, height,
1280 util_blitter_clear_render_target(sctx->blitter, dst, color, dstx, dsty, width, height);
1286 unsigned dstx, unsigned dsty, unsigned width, unsigned height,
1293 if (si_try_normal_clear(sctx, dst, dstx, dsty, width, height, render_condition_enabled,
1300 width, height);
1335 box->height, false);
1343 si_clear_render_target(pipe, sf, &color, box->x, box->y, box->width, box->height, false);
1346 util_clear_render_target(pipe, sf, &color, box->x, box->y, box->width, box->height);