Searched refs:maxQueuedFrames (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1427 const size_t maxQueuedFrames = swapchainImages.size()*2; in basicRenderTest() local 1431 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest() 1435 …const vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)… in basicRenderTest() 1440 … vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in basicRenderTest() 1441 …locateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest() 1453 if (frameNdx >= maxQueuedFrames) in basicRenderTest() 1575 const size_t maxQueuedFrames = swapchainImages.size()*2; in resizeSwapchainTest() local 1579 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in resizeSwapchainTest() 1583 …const vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)… in resizeSwapchainTest() 1588 … vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in resizeSwapchainTest() [all …]
|