Home | History | Annotate | Download | only in vdpau

Lines Matching defs:box

193    struct pipe_box box;
209 box = RectToPipeBox(source_rect, res);
210 transfer = pipe->get_transfer(pipe, res, 0, PIPE_TRANSFER_READ, &box);
224 box.width, box.height, map, transfer->stride, 0, 0);
292 struct pipe_box box;
340 box.x = box.y = box.z = 0;
341 box.width = res->width0;
342 box.height = res->height0;
343 box.depth = res->depth0;
345 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box,
373 box.x = box.y = box.z = 0;
374 box.width = res->width0;
375 box.height = res->height0;
376 box.depth = res->depth0;
378 context->transfer_inline_write(context, res, 0, PIPE_TRANSFER_WRITE, &box, color_table,