Home
last modified time | relevance | path

Searched refs:waitSemaphore (Results 1 - 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp308 DeviceScoped<Semaphore> waitSemaphore(device); in serverWait()
311 ANGLE_VK_TRY(contextVk, waitSemaphore.get().init(device)); in serverWait()
315 importFdInfo.semaphore = waitSemaphore.get().getHandle(); in serverWait()
319 ANGLE_VK_TRY(contextVk, waitSemaphore.get().importFd(device, importFdInfo)); in serverWait()
325 contextVk->addWaitSemaphore(waitSemaphore.get().getHandle(), in serverWait()
327 contextVk->addGarbage(&waitSemaphore.get()); // This releases the handle. in serverWait()
H A DCommandProcessor.h111 const Semaphore *waitSemaphore,
300 const Semaphore *waitSemaphore,
366 const Semaphore *waitSemaphore,
515 const Semaphore *waitSemaphore,
H A DCommandProcessor.cpp241 const Semaphore *waitSemaphore, in initOneOffQueueSubmit()
248 mOneOffWaitSemaphore = waitSemaphore; in initOneOffQueueSubmit()
713 const Semaphore *waitSemaphore, in queueSubmitOneOff()
723 waitSemaphore, waitSemaphoreStageMask, fence, submitQueueSerial); in queueSubmitOneOff()
1194 const Semaphore *waitSemaphore, in queueSubmitOneOff()
1218 if (waitSemaphore != nullptr) in queueSubmitOneOff()
1221 submitInfo.pWaitSemaphores = waitSemaphore->ptr(); in queueSubmitOneOff()
238 initOneOffQueueSubmit(VkCommandBuffer commandBufferHandle, bool hasProtectedContent, egl::ContextPriority priority, const Semaphore *waitSemaphore, VkPipelineStageFlags waitSemaphoreStageMask, const Fence *fence, Serial submitQueueSerial) initOneOffQueueSubmit() argument
709 queueSubmitOneOff(Context *context, bool hasProtectedContent, egl::ContextPriority contextPriority, VkCommandBuffer commandBufferHandle, const Semaphore *waitSemaphore, VkPipelineStageFlags waitSemaphoreStageMask, const Fence *fence, SubmitPolicy submitPolicy, Serial submitQueueSerial) queueSubmitOneOff() argument
1190 queueSubmitOneOff(Context *context, bool hasProtectedContent, egl::ContextPriority contextPriority, VkCommandBuffer commandBufferHandle, const Semaphore *waitSemaphore, VkPipelineStageFlags waitSemaphoreStageMask, const Fence *fence, SubmitPolicy submitPolicy, Serial submitQueueSerial) queueSubmitOneOff() argument
H A DRendererVk.h309 const vk::Semaphore *waitSemaphore,
H A DRendererVk.cpp3132 const vk::Semaphore *waitSemaphore, in queueSubmitOneOff()
3147 context, hasProtectedContent, priority, primary.getHandle(), waitSemaphore, in queueSubmitOneOff()
3154 context, hasProtectedContent, priority, primary.getHandle(), waitSemaphore, in queueSubmitOneOff()
3128 queueSubmitOneOff(vk::Context *context, vk::PrimaryCommandBuffer &&primary, bool hasProtectedContent, egl::ContextPriority priority, const vk::Semaphore *waitSemaphore, VkPipelineStageFlags waitSemaphoreStageMasks, const vk::Fence *fence, vk::SubmitPolicy submitPolicy, Serial *serialOut) queueSubmitOneOff() argument
H A DContextVk.cpp2288 const vk::Semaphore *waitSemaphore = in submitFrame() local
2290 if (waitSemaphore != nullptr) in submitFrame()
2292 addWaitSemaphore(waitSemaphore->getHandle(), in submitFrame()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DSwapchain.cpp79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent() argument
82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
H A DSwapchain.hpp30 void queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore);
/third_party/skia/src/gpu/
H A DGrWaitRenderTask.cpp31 flushState->gpu()->waitSemaphore(fSemaphores[i].get()); in onExecute()
H A DGrBackendTextureImageGenerator.cpp175 resourceProvider->priv().gpu()->waitSemaphore(refHelper->fSemaphore.get()); in onGenerateTexture()
H A DGrGpu.h414 virtual void waitSemaphore(GrSemaphore* semaphore) = 0;
H A DGrDirectContext.cpp436 fGpu->waitSemaphore(sema.get()); in wait()
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h43 void waitSemaphore(GrSemaphore* semaphore) override {}
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h107 void waitSemaphore(GrSemaphore* semaphore) override;
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h111 void waitSemaphore(GrSemaphore* semaphore) override;
H A DGrD3DGpu.cpp1732 void GrD3DGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h88 void waitSemaphore(GrSemaphore* semaphore) override;
H A DGrDawnGpu.cpp844 void GrDawnGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrDawnGpu
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp256 const vk::VkSemaphore* waitSemaphore,
H A DvkImageUtil.cpp4447 const VkSemaphore* waitSemaphore,
4493 waitSemaphore ? 1u : 0u, // deUint32 waitSemaphoreCount;
4494 waitSemaphore, // const VkSemaphore* pWaitSemaphores;
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h166 void waitSemaphore(GrSemaphore* semaphore) override;
H A DGrVkGpu.cpp2863 void GrVkGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrVkGpu
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h191 void waitSemaphore(GrSemaphore* semaphore) override;
H A DGrGLGpu.cpp4076 void GrGLGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrGLGpu
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h175 void waitSemaphore(SemaphoreID semaphorePacked, GLuint numBufferBarriers, \

Completed in 49 milliseconds

12