Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1097 …TestContext testContext2 (deviceInterface, device.get(), queueFamilyIdx, context.getBinaryCol… in testSemaphores() local
1122 testContext2.vertices = vertices2; in testSemaphores()
1123 testContext2.numVertices = DE_LENGTH_OF_ARRAY(vertices2); in testSemaphores()
1124 testContext2.renderDimension = tcu::IVec2(256, 256); in testSemaphores()
1125testContext2.renderSize = sizeof(deUint32) * testContext2.renderDimension.x() * testContext2.ren… in testSemaphores()
1130 …andBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testContext2.co… in testSemaphores()
1131 generateWork(testContext2); in testSemaphores()
1139 submitInfo[1].pCommandBuffers = &testContext2.cmdBuffer.get(); in testSemaphores()
1168 VK_CHECK(deviceInterface.queueSubmit(queue[1], 1, &submitInfo[1], testContext2.fences[0])); in testSemaphores()
1170 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext2.fences[0], true, std::n… in testSemaphores()
[all …]