Searched refs:addWaitSemaphore (Results 1 – 4 of 4) sorted by relevance
155 contextVk->addWaitSemaphore(mSemaphore.getHandle(), VK_PIPELINE_STAGE_ALL_COMMANDS_BIT); in wait()
368 contextVk->addWaitSemaphore(waitSemaphore.get().getHandle(), in serverWait()
404 void addWaitSemaphore(VkSemaphore semaphore, VkPipelineStageFlags stageMask);
2166 addWaitSemaphore(waitSemaphore.getHandle(), in submitFrame()5340 void ContextVk::addWaitSemaphore(VkSemaphore semaphore, VkPipelineStageFlags stageMask) in addWaitSemaphore() function in rx::ContextVk