Searched refs:maxSignalSemaphoreCount (Results 1 – 1 of 1) sorted by relevance
505 constexpr uint32_t maxSignalSemaphoreCount { 1U + DeviceConstants::MAX_SWAPCHAIN_COUNT }; in RenderProcessSubmitCommandLists() local506 …VkSemaphore semaphores[maxSignalSemaphoreCount] = { VK_NULL_HANDLE, VK_NULL_HANDLE, VK_NULL_HANDLE, in RenderProcessSubmitCommandLists()542 … if ((signalSemaphoreCount < maxSignalSemaphoreCount) && swapRef.config.gpuSemaphoreHandle) { in RenderProcessSubmitCommandLists()550 PLUGIN_ASSERT(signalSemaphoreCount <= maxSignalSemaphoreCount); in RenderProcessSubmitCommandLists()