Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/
Dvirtio-gpu-gfxstream-renderer.cpp1062 allocResource(e, iov, num_iovs); in createResource()
1135 if (!entry.linear) allocResource(entry, iov, num_iovs); in attachIov()
1165 allocResource(entry, entry.iov, entry.numIovs); in detachIov()
1569 void allocResource(PipeResEntry& entry, iovec* iov, int num_iovs) { in allocResource() function in PipeVirglRenderer