Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h126 std::vector<VkSemaphore> &getWaitSemaphores() { return mWaitSemaphores; } in getWaitSemaphores()
155 std::vector<VkSemaphore> mWaitSemaphores; variable
DCommandProcessor.cpp227 mWaitSemaphores = waitSemaphores; in initFlushAndQueueSubmit()
266 std::swap(mWaitSemaphores, rhs.mWaitSemaphores); in operator =()
DContextVk.h1182 std::vector<VkSemaphore> mWaitSemaphores; variable
DContextVk.cpp2304 std::move(mWaitSemaphores), in submitFrame()
5607 ASSERT(mWaitSemaphores.empty()); in flushAndGetSerial()
5652 mWaitSemaphores.push_back(semaphore); in addWaitSemaphore()