Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFence.hpp63 const std::shared_ptr<sw::CountedEvent> &getCountedEvent() const { return counted_event; }; in getCountedEvent() function in vk::Fence
DVkQueue.cpp163 task.events = fence->getCountedEvent(); in submit()
DVkDevice.cpp258 events.push_back(Cast(pFences[i])->getCountedEvent()->event()); in waitForFences()