/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | SyncVk.cpp | 308 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 D | CommandProcessor.h | 111 const Semaphore *waitSemaphore, 300 const Semaphore *waitSemaphore, 366 const Semaphore *waitSemaphore, 515 const Semaphore *waitSemaphore,
|
H A D | CommandProcessor.cpp | 241 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 D | RendererVk.h | 309 const vk::Semaphore *waitSemaphore,
|
H A D | RendererVk.cpp | 3132 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 D | ContextVk.cpp | 2288 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 D | Swapchain.cpp | 79 void Swapchain::queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore) in queuePresent() argument 82 presentInfo.pWaitSemaphores = &waitSemaphore; in queuePresent()
|
H A D | Swapchain.hpp | 30 void queuePresent(vk::Queue queue, uint32_t imageIndex, vk::Semaphore waitSemaphore);
|
/third_party/skia/src/gpu/ |
H A D | GrWaitRenderTask.cpp | 31 flushState->gpu()->waitSemaphore(fSemaphores[i].get()); in onExecute()
|
H A D | GrBackendTextureImageGenerator.cpp | 175 resourceProvider->priv().gpu()->waitSemaphore(refHelper->fSemaphore.get()); in onGenerateTexture()
|
H A D | GrGpu.h | 414 virtual void waitSemaphore(GrSemaphore* semaphore) = 0;
|
H A D | GrDirectContext.cpp | 436 fGpu->waitSemaphore(sema.get()); in wait()
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockGpu.h | 43 void waitSemaphore(GrSemaphore* semaphore) override {}
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 107 void waitSemaphore(GrSemaphore* semaphore) override;
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.h | 111 void waitSemaphore(GrSemaphore* semaphore) override;
|
H A D | GrD3DGpu.cpp | 1732 void GrD3DGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrD3DGpu
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.h | 88 void waitSemaphore(GrSemaphore* semaphore) override;
|
H A D | GrDawnGpu.cpp | 844 void GrDawnGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrDawnGpu
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.hpp | 256 const vk::VkSemaphore* waitSemaphore,
|
H A D | vkImageUtil.cpp | 4447 const VkSemaphore* waitSemaphore, 4493 waitSemaphore ? 1u : 0u, // deUint32 waitSemaphoreCount; 4494 waitSemaphore, // const VkSemaphore* pWaitSemaphores;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.h | 166 void waitSemaphore(GrSemaphore* semaphore) override;
|
H A D | GrVkGpu.cpp | 2863 void GrVkGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrVkGpu
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.h | 191 void waitSemaphore(GrSemaphore* semaphore) override;
|
H A D | GrGLGpu.cpp | 4076 void GrGLGpu::waitSemaphore(GrSemaphore* semaphore) { in waitSemaphore() function in GrGLGpu
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_ext_autogen.h | 175 void waitSemaphore(SemaphoreID semaphorePacked, GLuint numBufferBarriers, \
|