Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp301 uint32_t numIovs; member
558 res->args.width, res->args.height, res->numIovs, res->linearSize); in sync_iov()
598 if (iovIndex >= res->numIovs) { in sync_iov()
1203 entry.numIovs = 0; in unrefResource()
1234 *num_iovs = entry.numIovs; in detachIov()
1240 entry.numIovs = 0; in detachIov()
1249 allocResource(entry, entry.iov, entry.numIovs); in detachIov()
1737 e.numIovs = 0; in createBlob()
1897 entry.numIovs = num_iovs; in allocResource()
1899 if (entry.numIovs > 0) { in allocResource()