Lines Matching defs:box
1305 const struct pipe_box *box, const void *data)
1313 tmpl.u.tex.first_layer = box->z;
1314 tmpl.u.tex.last_layer = box->z + box->depth - 1;
1334 si_clear_depth_stencil(pipe, sf, clear, depth, stencil, box->x, box->y, box->width,
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);