Searched refs:VirtioGpuFence (Results 1 – 1 of 1) sorted by relevance
200 struct VirtioGpuFence { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl209 std::optional<VirtioGpuFence> fence;213 uint32_t contextId, VirtioGpuTask task, std::optional<VirtioGpuFence> fence = std::nullopt);660 std::optional<VirtioGpuFence> fence; in SubmitCmd()662 fence = VirtioGpuFence{.fenceId = CreateEmulatedFence(), .ringIdx = ringIdx}; in SubmitCmd()755 uint32_t contextId, VirtioGpuTask task, std::optional<VirtioGpuFence> fence) { in EnqueueVirtioGpuTask()