Lines Matching defs:dst_box
207 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
214 dst_box, &transfer);
219 dst_box->width, dst_box->height,
227 const struct pipe_box *dst_box, const XvImage *image,
235 dst_box, &transfer);
245 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
246 for (j = 0; j < dst_box->width; j++)
252 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
253 for (j = 0; j < dst_box->width; j++)
377 struct pipe_box dst_box = {x, y, 0, width, height, 1};
397 &dst_box, &transfer);
402 dst_box.width, dst_box.height, &uc);
416 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
443 upload_sampler_convert(pipe, subpicture_priv->sampler, &dst_box, image, srcx, srcy);
446 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
482 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1};
494 dst_box.width = subpicture->num_palette_entries;
496 upload_sampler(pipe, subpicture_priv->palette, &dst_box, palette, 0, 0, 0);