Home
last modified time | relevance | path

Searched refs:dst_iov (Results 1 – 2 of 2) sorted by relevance

/external/virglrenderer/src/
Diov.c163 const struct iovec *dst_iov, int dst_iovlen, size_t dst_offset, in vrend_copy_iovec() argument
171 if (src_iov == NULL || dst_iov == NULL) in vrend_copy_iovec()
174 if (src_iov == dst_iov && src_offset == dst_offset) in vrend_copy_iovec()
193 nwritten = vrend_write_to_iovec(dst_iov, dst_iovlen, dst_offset, buf, count); in vrend_copy_iovec()
Dvrend_iov.h63 const struct iovec *dst_iov, int dst_iovlen, size_t dst_offset,