Lines Matching defs:box
429 create_clear_surface(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, const struct pipe_box *box)
434 tmpl.u.tex.first_layer = box->z;
435 tmpl.u.tex.last_layer = box->z + box->depth - 1;
456 const struct pipe_box *box,
462 struct pipe_scissor_state scissor = {box->x, box->y, box->x + box->width, box->y + box->height};
469 surf = create_clear_surface(pctx, pres, level, box);
489 surf = create_clear_surface(pctx, pres, level, box);