Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp200 struct VirtioGpuFence { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
209 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()