Home
last modified time | relevance | path

Searched refs:maxQueuedFrames (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1206 const size_t maxQueuedFrames = swapchainImages.size()*2; in basicRenderTest() local
1210 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest()
1214 …const vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)… in basicRenderTest()
1219 … vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in basicRenderTest()
1220 …locateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in basicRenderTest()
1232 if (frameNdx >= maxQueuedFrames) in basicRenderTest()
1355 const size_t maxQueuedFrames = swapchainImages.size()*2; in resizeSwapchainTest() local
1359 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in resizeSwapchainTest()
1363 …const vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)… in resizeSwapchainTest()
1368 … vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in resizeSwapchainTest()
[all …]
DvktWsiColorSpaceTests.cpp857 const size_t maxQueuedFrames = swapchainImages.size()*2; in surfaceFormatRenderTest() local
861 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in surfaceFormatRenderTest()
865 …const vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)… in surfaceFormatRenderTest()
870 … vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in surfaceFormatRenderTest()
871 …locateCommandBuffers(vkd, device, *commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, maxQueuedFrames)); in surfaceFormatRenderTest()
883 if (frameNdx >= maxQueuedFrames) in surfaceFormatRenderTest()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1136 const size_t maxQueuedFrames = swapchainImages.size()*2; in basicRenderTest() local
1140 const std::vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest()
1144 …td::vector<SemaphoreSp> imageReadySemaphores (createSemaphores(vkd, device, maxQueuedFrames+1)); in basicRenderTest()
1149 …vector<SemaphoreSp> renderingCompleteSemaphores (createSemaphores(vkd, device, maxQueuedFrames)); in basicRenderTest()
1154 maxQueuedFrames)); in basicRenderTest()
1192 if (frameNdx >= maxQueuedFrames) in basicRenderTest()