Home
last modified time | relevance | path

Searched defs:waitSemaphore (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DSwapchain.cpp79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent()
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm1585 void GrMtlGpu::waitSemaphore(GrSemaphore* semaphore) { function
/third_party/skia/src/gpu/mock/
DGrMockGpu.h43 void waitSemaphore(GrSemaphore* semaphore) override {} in waitSemaphore() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp241 const Semaphore *waitSemaphore, in initOneOffQueueSubmit()
713 const Semaphore *waitSemaphore, in queueSubmitOneOff()
1194 const Semaphore *waitSemaphore, in queueSubmitOneOff()
DSyncVk.cpp308 DeviceScoped<Semaphore> waitSemaphore(device); in serverWait() local
DRendererVk.cpp3132 const vk::Semaphore *waitSemaphore, in queueSubmitOneOff()
DContextVk.cpp2288 const vk::Semaphore *waitSemaphore = in submitFrame() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp836 void GrDawnGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrDawnGpu
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp1721 void GrD3DGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrD3DGpu
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp2611 void GrVkGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrVkGpu
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4232 const VkSemaphore* waitSemaphore, in copyBufferToImage()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp4065 void GrGLGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrGLGpu
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp8677 void Context::waitSemaphore(SemaphoreID semaphoreHandle, in waitSemaphore() function in gl::Context