Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1305 vector<FenceSp> createFences (const DeviceInterface& vkd, in createFences() function
1371 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest()
1520 const vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in resizeSwapchainTest()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1045 std::vector<FenceSp> createFences (const vk::DeviceInterface& vkd, in createFences() function
1118 const std::vector<FenceSp> imageReadyFences (createFences(vkd, device, maxQueuedFrames)); in basicRenderTest()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp422 void createFences (const DeviceInterface& deviceInterface, VkDevice device, bool signaled, deUint32… in createFences() function
595 createFences(vkd, device, false, DE_LENGTH_OF_ARRAY(fences), fences); in TestContext()