Searched defs:waitSemaphore (Results 1 – 13 of 13) sorted by relevance
79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent()
1585 void GrMtlGpu::waitSemaphore(GrSemaphore* semaphore) { function
43 void waitSemaphore(GrSemaphore* semaphore) override {} in waitSemaphore() function
241 const Semaphore *waitSemaphore, in initOneOffQueueSubmit()713 const Semaphore *waitSemaphore, in queueSubmitOneOff()1194 const Semaphore *waitSemaphore, in queueSubmitOneOff()
308 DeviceScoped<Semaphore> waitSemaphore(device); in serverWait() local
3132 const vk::Semaphore *waitSemaphore, in queueSubmitOneOff()
2288 const vk::Semaphore *waitSemaphore = in submitFrame() local
836 void GrDawnGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrDawnGpu
1721 void GrD3DGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrD3DGpu
2611 void GrVkGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrVkGpu
4232 const VkSemaphore* waitSemaphore, in copyBufferToImage()
4065 void GrGLGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrGLGpu
8677 void Context::waitSemaphore(SemaphoreID semaphoreHandle, in waitSemaphore() function in gl::Context