Home
last modified time | relevance | path

Searched refs:semaphores (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.h39 BASE_NS::vector<VkSemaphore> semaphores; member
H A Dswapchain_vk.cpp339 plat_.swapchainImages.semaphores.resize(realImageCount); in SwapchainVk()
384 &plat_.swapchainImages.semaphores[idx])); // pSemaphore in SwapchainVk()
411 for (const auto semaphore : plat_.swapchainImages.semaphores) { in ~SwapchainVk()
457 currSemaphoreIdx_ = (currSemaphoreIdx_ + 1) % plat_.swapchainImages.semaphores.size(); in GetNextAcquireSwapchainSemaphoreIndex()
H A Drender_backend_vk.cpp188 PLUGIN_ASSERT(semaphoreIdx < platSwapchain.swapchainImages.semaphores.size()); in AcquirePresentationInfo()
189 pi.swapchainSemaphore = platSwapchain.swapchainImages.semaphores[semaphoreIdx]; in AcquirePresentationInfo()
493 // go through all swapchain semaphores
506 VkSemaphore semaphores[maxSignalSemaphoreCount] = { VK_NULL_HANDLE, VK_NULL_HANDLE, VK_NULL_HANDLE,
515 // signal external semaphores
526 semaphores[signalSemaphoreCount++] = gs->GetPlatformData().semaphore;
537 semaphores[signalSemaphoreCount++] = commandBufferSubmitter_.presentationWaitSemaphore;
539 // add additional semaphores
543 semaphores[signalSemaphoreCount++] =
548 semaphores[signalSemaphoreCoun
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp496 std::vector<GrBackendSemaphore> semaphores; in Wait() local
497 semaphores.reserve(count); in Wait()
501 semaphores.emplace_back(backendSemaphore); in Wait()
503 skSurface_->wait(count, semaphores.data()); in Wait()

Completed in 4 milliseconds