Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h118 std::vector<VkSemaphore> &getWaitSemaphores() { return mWaitSemaphores; } in getWaitSemaphores()
143 std::vector<VkSemaphore> mWaitSemaphores; variable
DCommandProcessor.cpp217 mWaitSemaphores = waitSemaphores; in initFlushAndQueueSubmit()
250 std::swap(mWaitSemaphores, rhs.mWaitSemaphores); in operator =()
DContextVk.h1130 std::vector<VkSemaphore> mWaitSemaphores; variable
DContextVk.cpp2179 this, hasProtectedContent(), mContextPriority, std::move(mWaitSemaphores), in submitFrame()
5297 ASSERT(mWaitSemaphores.empty()); in flushImpl()
5342 mWaitSemaphores.push_back(semaphore); in addWaitSemaphore()