Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp106 const deUint32 deviceIdFromCmdLine = cmdLine.getVKDeviceId(); in chooseDeviceIndex()
/external/deqp/framework/common/
DtcuCommandLine.hpp222 int getVKDeviceId (void) const;
DtcuCommandLine.cpp847 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>(… in getVKDeviceId() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp131 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp928 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - … in queryDevGroupSurfacePresentCapabilitiesTest()
1034 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
DvktWsiSwapchainTests.cpp1738 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest()
1965 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest2()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp222 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2738 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters()
3186 …{ "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS… in createObjectManagementTests()
3190 ….getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUE… in createObjectManagementTests()
DvktApiDeviceInitializationTests.cpp1524 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp249 const int kDevId = cmdLine.getVKDeviceId(); in init()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2361 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()