Lines Matching refs:fences
621 VkFence fences[2]; member
656 createFences(vkd, device, false, DE_LENGTH_OF_ARRAY(fences), fences); in TestContext()
661 destroyFences(vkd, device, DE_LENGTH_OF_ARRAY(fences), fences); in ~TestContext()
1073 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[0]); in testFences()
1079 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[1]); in testFences()
1087 VK_CHECK(deviceInterface.queueSubmit(queue, 1, &submitInfo, testContext.fences[0])); in testFences()
1090 waitStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, 0u); in testFences()
1099 …waitStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, DEFAULT_TIMEOU… in testFences()
1108 …waitStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[0], true, std::numeric_l… in testFences()
1116 waitStatus = deviceInterface.waitForFences(device, 1, &testContext.fences[1], true, 1); in testFences()
1124 fenceStatus = deviceInterface.getFenceStatus(device, testContext.fences[0]); in testFences()
1225 VK_CHECK(synchronizationWrapper->queueSubmit(queue[0], testContext1.fences[0])); in testSemaphores()
1228 …testStatus = deviceDriver.waitForFences(device.get(), 1, &testContext1.fences[0], true, std::nume… in testSemaphores()
1263 VK_CHECK(synchronizationWrapper->queueSubmit(queue[1], testContext2.fences[0])); in testSemaphores()
1266 …testStatus = deviceDriver.waitForFences(device.get(), 1, &testContext2.fences[0], true, std::nume… in testSemaphores()