Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp592 uint32_t iovIndex = 0; in sync_iov() local
598 if (iovIndex >= res->numIovs) { in sync_iov()
603 const char* iovBase_const = static_cast<const char*>(res->iov[iovIndex].iov_base); in sync_iov()
604 char* iovBase = static_cast<char*>(res->iov[iovIndex].iov_base); in sync_iov()
605 size_t iovLen = res->iov[iovIndex].iov_len; in sync_iov()
627 ++iovIndex; in sync_iov()