Home
last modified time | relevance | path

Searched refs:getVKDeviceId (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp224 int getVKDeviceId (void) const;
H A DtcuCommandLine.cpp1069 int CommandLine::getVKDeviceId (void) const { return m_cmdLine.getOption<opt::VKDeviceID>(); } in getVKDeviceId() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceUtil.cpp155 const deUint32 deviceIdFromCmdLine = cmdLine.getVKDeviceId(); in chooseDeviceIndex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp131 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp137 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1205 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentCapabilitiesTest()
1309 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
H A DvktWsiSwapchainTests.cpp1685 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in deviceGroupRenderTest()
1912 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in deviceGroupRenderTest2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp1289 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u;
1393 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u;
H A DvktWsiSwapchainTests.cpp1701 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in deviceGroupRenderTest()
1928 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in deviceGroupRenderTest2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp287 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp286 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp2982 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters()
3497 { "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS_BIT) }, in createObjectManagementTests()
3501 { "device_group", DeviceGroup::Parameters(testCtx.getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUEUE_GRAPHICS_BIT) }, in createObjectManagementTests()
H A DvktApiDeviceInitializationTests.cpp2540 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp2982 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters()
3497 { "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS_BIT) }, in createObjectManagementTests()
3501 { "device_group", DeviceGroup::Parameters(testCtx.getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUEUE_GRAPHICS_BIT) }, in createObjectManagementTests()
H A DvktApiDeviceInitializationTests.cpp2551 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp261 const int kDevId = cmdLine.getVKDeviceId(); in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp261 const int kDevId = cmdLine.getVKDeviceId(); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2489 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2359 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1;

Completed in 51 milliseconds