Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp293 struct EmulatedFence { struct in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
298 std::unordered_map<uint32_t, EmulatedFence> mVirtioGpuFences;
743 auto [fenceIt, fenceCreated] = mVirtioGpuFences.emplace(fenceId, EmulatedFence{}); in CreateEmulatedFence()