Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp203 int getVKDeviceId (void) const;
DtcuCommandLine.cpp802 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>(… in getVKDeviceId() function in tcu::CommandLine
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp116 const deUint32 deviceIdFromCmdLine = cmdLine.getVKDeviceId(); in chooseDeviceIndex()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp130 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp875 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - … in queryDevGroupSurfacePresentCapabilitiesTest()
979 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp158 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2451 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()
DvktApiDeviceInitializationTests.cpp1196 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp316 …roperties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[(size_t)(cmdLine.getVKDeviceId() - 1)]; in init()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2355 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()