Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp1096 …TestContext testContext1 (deviceInterface, device.get(), queueFamilyIdx, context.getBinaryCol… in testSemaphores() local
1117 testContext1.vertices = vertices1; in testSemaphores()
1118 testContext1.numVertices = DE_LENGTH_OF_ARRAY(vertices1); in testSemaphores()
1119 testContext1.renderDimension = tcu::IVec2(256, 256); in testSemaphores()
1120testContext1.renderSize = sizeof(deUint32) * testContext1.renderDimension.x() * testContext1.ren… in testSemaphores()
1127 …andBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testContext1.co… in testSemaphores()
1128 generateWork(testContext1); in testSemaphores()
1138 submitInfo[0].pCommandBuffers = &testContext1.cmdBuffer.get(); in testSemaphores()
1147 VK_CHECK(deviceInterface.queueSubmit(queue[0], 1, &submitInfo[0], testContext1.fences[0])); in testSemaphores()
1149 …testStatus = deviceInterface.waitForFences(device.get(), 1, &testContext1.fences[0], true, std::n… in testSemaphores()
[all …]