Home
last modified time | relevance | path

Searched refs:signalSemaphore (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/
H A DSemaphoreServiceZirconHandle.cpp110 VkSemaphore signalSemaphore; in CreateExportableSemaphore() local
113 nullptr, &*signalSemaphore), in CreateExportableSemaphore()
115 return signalSemaphore; in CreateExportableSemaphore()
H A DSemaphoreServiceFD.cpp113 VkSemaphore signalSemaphore; in CreateExportableSemaphore() local
116 nullptr, &*signalSemaphore), in CreateExportableSemaphore()
118 return signalSemaphore; in CreateExportableSemaphore()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.cpp773 VkSemaphore signalSemaphore; in SignalAndExportExternalTexture()
776 DAWN_TRY(texture->ExportExternalTexture(desiredLayout, &signalSemaphore, in SignalAndExportExternalTexture()
781 mExternalSemaphoreService->ExportSemaphore(signalSemaphore)); in SignalAndExportExternalTexture()
808 VkSemaphore signalSemaphore = VK_NULL_HANDLE; in CreateTextureWrappingVulkanImage() local
821 waitHandles, &signalSemaphore, &allocation, in CreateTextureWrappingVulkanImage()
823 ConsumedError(result->BindExternalMemory(descriptor, signalSemaphore, allocation, in CreateTextureWrappingVulkanImage()
831 fn.DestroySemaphore(GetVkDevice(), signalSemaphore, nullptr); in CreateTextureWrappingVulkanImage() local
H A DTextureVk.h87 VkSemaphore signalSemaphore,
92 VkSemaphore* signalSemaphore,
H A DTextureVk.cpp733 VkSemaphore signalSemaphore, in BindExternalMemory()
748 mSignalSemaphore = signalSemaphore; in BindExternalMemory()
754 VkSemaphore* signalSemaphore, in ExportExternalTexture()
819 *signalSemaphore = mSignalSemaphore; in ExportExternalTexture()
732 BindExternalMemory(const ExternalImageDescriptorVk* descriptor, VkSemaphore signalSemaphore, VkDeviceMemory externalMemoryAllocation, std::vector<VkSemaphore> waitSemaphores) BindExternalMemory() argument
753 ExportExternalTexture(VkImageLayout desiredLayout, VkSemaphore* signalSemaphore, VkImageLayout* releasedOldLayout, VkImageLayout* releasedNewLayout) ExportExternalTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp27 const vk::Semaphore *signalSemaphore) in InitializeSubmitInfo()
39 if (signalSemaphore) in InitializeSubmitInfo()
42 submitInfo->pSignalSemaphores = signalSemaphore->ptr(); in InitializeSubmitInfo()
690 const Semaphore *signalSemaphore, in submitFrame()
699 task.initFlushAndQueueSubmit(waitSemaphores, waitSemaphoreStageMasks, signalSemaphore, in submitFrame()
1030 const Semaphore *signalSemaphore, in submitFrame()
1043 signalSemaphore); in submitFrame()
23 InitializeSubmitInfo(VkSubmitInfo *submitInfo, const vk::PrimaryCommandBuffer &commandBuffer, const std::vector<VkSemaphore> &waitSemaphores, const std::vector<VkPipelineStageFlags> &waitSemaphoreStageMasks, const vk::Semaphore *signalSemaphore) InitializeSubmitInfo() argument
684 submitFrame( Context *context, bool hasProtectedContent, egl::ContextPriority priority, const std::vector<VkSemaphore> &waitSemaphores, const std::vector<VkPipelineStageFlags> &waitSemaphoreStageMasks, const Semaphore *signalSemaphore, GarbageList &&currentGarbage, std::vector<CommandBuffer> &&commandBuffersToReset, CommandPool *commandPool, Serial submitQueueSerial) submitFrame() argument
1024 submitFrame( Context *context, bool hasProtectedContent, egl::ContextPriority priority, const std::vector<VkSemaphore> &waitSemaphores, const std::vector<VkPipelineStageFlags> &waitSemaphoreStageMasks, const Semaphore *signalSemaphore, GarbageList &&currentGarbage, std::vector<CommandBuffer> &&commandBuffersToReset, CommandPool *commandPool, Serial submitQueueSerial) submitFrame() argument
H A DCommandProcessor.h291 const Semaphore *signalSemaphore,
356 const Semaphore *signalSemaphore,
505 const Semaphore *signalSemaphore,
H A DRendererVk.h430 const vk::Semaphore *signalSemaphore,
H A DContextVk.cpp2284 angle::Result ContextVk::submitFrame(const vk::Semaphore *signalSemaphore, Serial *submitSerialOut) in submitFrame() argument
2305 std::move(mWaitSemaphoreStageMasks), signalSemaphore, in submitFrame()
5533 angle::Result ContextVk::flushImpl(const vk::Semaphore *signalSemaphore,
5537 return flushAndGetSerial(signalSemaphore, &unusedSerial, renderPassClosureReason);
5540 angle::Result ContextVk::flushAndGetSerial(const vk::Semaphore *signalSemaphore,
5600 ANGLE_TRY(submitFrame(signalSemaphore, submitSerialOut));
H A DRendererVk.cpp3383 const vk::Semaphore *signalSemaphore, in submitFrame()
3397 signalSemaphore, std::move(currentGarbage), in submitFrame()
3407 signalSemaphore, std::move(currentGarbage), in submitFrame()
3378 submitFrame(vk::Context *context, bool hasProtectedContent, egl::ContextPriority contextPriority, std::vector<VkSemaphore> &&waitSemaphores, std::vector<VkPipelineStageFlags> &&waitSemaphoreStageMasks, const vk::Semaphore *signalSemaphore, std::vector<vk::ResourceUseList> &&resourceUseLists, vk::GarbageList &&currentGarbage, vk::CommandPool *commandPool, Serial *submitSerialOut) submitFrame() argument
H A DContextVk.h941 angle::Result submitFrame(const vk::Semaphore *signalSemaphore, Serial *submitSerialOut);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp384 threadResult = vk.signalSemaphore(device, &signalTwo); in basicThreadTimelineCase()
393 vk.signalSemaphore(device, &signalOne); in basicThreadTimelineCase()
449 vk.signalSemaphore(device, &signalTheValue); in basicWaitForTimelineValueHelper()
H A DvktSynchronizationTimelineSemaphoreTests.cpp158 VK_CHECK(vk.signalSemaphore(device, &ssi)); in hostSignal()
847 result = m_vkd.signalSemaphore(m_device, &signalInfo); in run()
H A DvktSynchronizationSignalOrderTests.cpp94 VK_CHECK(vk.signalSemaphore(device, &ssi)); in hostSignal()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp444 const vk::VkSemaphore& signalSemaphore,
H A DvkImageUtil.cpp5368 const VkSemaphore& signalSemaphore,
5576 &signalSemaphore //const VkSemaphore* pSignalSemaphores;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicSemaphoreTests.cpp384 threadResult = vk.signalSemaphore(device, &signalTwo); in basicThreadTimelineCase()
393 vk.signalSemaphore(device, &signalOne); in basicThreadTimelineCase()
H A DvktSynchronizationTimelineSemaphoreTests.cpp159 VK_CHECK(vk.signalSemaphore(device, &ssi)); in hostSignal()
842 result = m_vkd.signalSemaphore(m_device, &signalInfo); in run()
H A DvktSynchronizationSignalOrderTests.cpp94 VK_CHECK(vk.signalSemaphore(device, &ssi)); in hostSignal()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp911 VK_CHECK(m_vkd.signalSemaphore(m_device, &signalInfo)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryExternalMemoryHostTests.cpp911 VK_CHECK(m_vkd.signalSemaphore(m_device, &signalInfo)); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h172 void signalSemaphore(SemaphoreID semaphorePacked, GLuint numBufferBarriers, \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiCommandBuffersTests.cpp3568 VK_CHECK(vk.signalSemaphore(vkDevice, &signalInfo)); in executeSecondaryBufferTwiceTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiCommandBuffersTests.cpp3568 VK_CHECK(vk.signalSemaphore(vkDevice, &signalInfo)); in executeSecondaryBufferTwiceTest()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_handles.hpp9243 signalSemaphore( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo * pSignalInfo,
9248 signalSemaphore( const VULKAN_HPP_NAMESPACE::SemaphoreSignalInfo & signalInfo,

Completed in 90 milliseconds

12