Searched refs:getVKDeviceId (Results 1 – 10 of 10) sorted by relevance
203 int getVKDeviceId (void) const;
802 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>(… in getVKDeviceId() function in tcu::CommandLine
116 const deUint32 deviceIdFromCmdLine = cmdLine.getVKDeviceId(); in chooseDeviceIndex()
130 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
875 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - … in queryDevGroupSurfacePresentCapabilitiesTest()979 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
158 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
2451 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters()2846 …{ "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS… in createObjectManagementTests()2850 ….getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUE… in createObjectManagementTests()
1196 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
316 …roperties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[(size_t)(cmdLine.getVKDeviceId() - 1)]; in init()
2355 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()