Lines Matching defs:box
136 util_resource_copy_region(pipe, blit_info->dst.resource, blit_info->dst.level, blit_info->dst.box.x, blit_info->dst.box.y, blit_info->dst.box.z,
137 blit_info->src.resource, blit_info->src.level, &blit_info->src.box);
295 const struct pipe_box *box)
301 sample, box, &dst_trans);
307 box->width, box->height, box->depth);
329 struct pipe_box box;
330 u_box_2d(dstx, dsty, width, height, &box);
332 box.z = dst->u.tex.first_layer;
333 box.depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
337 color, s, &box);
351 const struct pipe_box *box)
367 sample, box, &dst_trans);
376 box->width, box->height, box->depth, zstencil);
401 struct pipe_box box;
402 u_box_2d(dstx, dsty, width, height, &box);
404 box.z = dst->u.tex.first_layer;
405 box.depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
410 zstencil, s, &box);
421 const struct pipe_box *box,
427 util_clear_texture(pipe, tex, level, box, data);
452 s, box);
458 box);
472 struct pipe_box box;
474 u_box_1d(offset, size, &box);
480 &box,