Lines Matching defs:PipeResEntry
298 struct PipeResEntry { struct
299 stream_renderer_resource_create_args args;
300 iovec* iov;
301 uint32_t numIovs;
302 void* linear;
303 size_t linearSize;
304 GoldfishHostPipe* hostPipe;
305 VirtioGpuCtxId ctxId;
306 void* hva;
307 uint64_t hvaSize;
308 uint64_t blobId;
309 uint32_t blobMem;
310 uint32_t blobFlags;
311 uint32_t caching;
312 ResType type;
313 std::shared_ptr<RingBlob> ringBlob;
314 bool externalAddr = false;
315 std::shared_ptr<ManagedDescriptorInfo> descriptorInfo = nullptr;