Searched refs:dst_iov (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | iov.c | 163 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()
|
D | vrend_iov.h | 63 const struct iovec *dst_iov, int dst_iovlen, size_t dst_offset,
|