Lines Matching defs:PipeResEntry
220 struct PipeResEntry { struct
221 virgl_renderer_resource_create_args args;
222 iovec* iov;
223 uint32_t numIovs;
224 void* linear;
225 size_t linearSize;
226 GoldfishHostPipe* hostPipe;
227 VirtioGpuCtxId ctxId;
228 void* hva;
229 uint64_t hvaSize;
230 uint64_t blobId;
231 uint32_t blobMem;
232 uint32_t blobFlags;
233 uint32_t caching;
234 ResType type;
235 std::shared_ptr<SharedMemory> ringBlob = nullptr;
236 bool externalAddr = false;
237 std::shared_ptr<ManagedDescriptorInfo> descriptorInfo = nullptr;