Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h183 std::vector<VkSemaphore> &getWaitSemaphores() { return mWaitSemaphores; } in getWaitSemaphores()
217 std::vector<VkSemaphore> mWaitSemaphores; variable
H A DCommandProcessor.cpp261 mWaitSemaphores = std::move(waitSemaphores); in initFlushWaitSemaphores()
438 std::swap(mWaitSemaphores, rhs.mWaitSemaphores); in operator =()
H A DContextVk.cpp6208 ASSERT(mWaitSemaphores.empty()); in onSurfaceUnMakeCurrent()
6236 ASSERT(mWaitSemaphores.empty()); in onSurfaceUnMakeCurrent()
7856 ASSERT(mWaitSemaphores.empty()); in flushAndSubmitCommands()
7913 mWaitSemaphores.push_back(semaphore); in addWaitSemaphore()
8440 if (!mWaitSemaphores.empty()) in flushOutsideRenderPassCommands()
8444 std::move(mWaitSemaphores), in flushOutsideRenderPassCommands()
8447 ASSERT(mWaitSemaphores.empty()); in flushOutsideRenderPassCommands()
H A DContextVk.h1700 std::vector<VkSemaphore> mWaitSemaphores; variable