Lines Matching defs:dst_fd
546 int src_fd, dst_fd;
597 dst_fd = dri3_create_fd(dpy, dst_pix, &dst_stride);
598 if (dst_fd < 0)
600 dst_size = lseek(dst_fd, 0, SEEK_END);
603 dst = gem_import(device, dst_fd);
606 close(dst_fd);
658 int dst_stride, dst_size, dst_fd;
681 dst_fd = gem_export(device, dst);
682 if (dst_fd < 0)
687 dst_fd, bpp, dst_stride, dst_size);