Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp91 if (!de::inBounds(cmdLine.getVKDeviceId(), 1, (int)devices.size()+1)) in chooseDevice()
94 return devices[(size_t)(cmdLine.getVKDeviceId()-1)]; in chooseDevice()
/external/deqp/framework/common/
DtcuCommandLine.hpp180 int getVKDeviceId (void) const;
DtcuCommandLine.cpp821 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>()… in getVKDeviceId() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp130 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2364 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters()
2742 …{ "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS… in createObjectManagementTests()