Home
last modified time | relevance | path

Searched refs:waitHandles (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/utils/
DWindowsDebugLogger.cpp62 std::array<HANDLE, 2> waitHandles = {shouldExit, dbWinDataReady}; in WindowsDebugLogger() local
65 DWORD wait = WaitForMultipleObjects(waitHandles.size(), waitHandles.data(), in WindowsDebugLogger()
/third_party/vk-gl-cts/execserver/
DxsWin32TestProcess.cpp132 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() local
152 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run()
227 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() local
265 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDeviceVk.h76 const std::vector<ExternalSemaphoreHandle>& waitHandles);
205 const std::vector<ExternalSemaphoreHandle>& waitHandles,
DDeviceVk.cpp718 const std::vector<ExternalSemaphoreHandle>& waitHandles, in ImportExternalImage() argument
756 for (const ExternalSemaphoreHandle& handle : waitHandles) { in ImportExternalImage()
795 const std::vector<ExternalSemaphoreHandle>& waitHandles) { in CreateTextureWrappingVulkanImage() argument
811 waitSemaphores.reserve(waitHandles.size()); in CreateTextureWrappingVulkanImage()
821 waitHandles, &signalSemaphore, &allocation, in CreateTextureWrappingVulkanImage()