/third_party/vk-gl-cts/framework/common/ |
D | tcuCommandLine.hpp | 224 int getVKDeviceId (void) const;
|
D | tcuCommandLine.cpp | 968 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/ |
D | vkDeviceUtil.cpp | 155 const deUint32 deviceIdFromCmdLine = cmdLine.getVKDeviceId(); in chooseDeviceIndex()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 131 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktInfoTests.cpp | 131 << context.getTestContext().getCommandLine().getVKDeviceId() in logDeviceInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 1205 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - … in queryDevGroupSurfacePresentCapabilitiesTest() 1309 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
|
D | vktWsiSwapchainTests.cpp | 1685 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest() 1912 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 1205 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - … in queryDevGroupSurfacePresentCapabilitiesTest() 1309 const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() - 1u; in queryDevGroupSurfacePresentModesTest()
|
D | vktWsiSwapchainTests.cpp | 1685 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest() 1912 …const deUint32 deviceIdx = context.getTestContext().getCommandLine().getVKDeviceId() -… in deviceGroupRenderTest2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 286 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 286 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2982 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters() 3497 …{ "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS… in createObjectManagementTests() 3501 ….getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUE… in createObjectManagementTests()
|
D | vktApiDeviceInitializationTests.cpp | 2551 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2982 return Device::Parameters(context.getTestContext().getCommandLine().getVKDeviceId()-1u, in getDefaulDeviceParameters() 3497 …{ "device", Device::Parameters(testCtx.getCommandLine().getVKDeviceId()-1u, VK_QUEUE_GRAPHICS… in createObjectManagementTests() 3501 ….getCommandLine().getVKDeviceGroupId() - 1u, testCtx.getCommandLine().getVKDeviceId() - 1u, VK_QUE… in createObjectManagementTests()
|
D | vktApiDeviceInitializationTests.cpp | 2551 const deUint32 chosenDevice = context.getTestContext().getCommandLine().getVKDeviceId() - 1; in createInstanceDeviceIntentionalAllocFail()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 261 const int kDevId = cmdLine.getVKDeviceId(); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 261 const int kDevId = cmdLine.getVKDeviceId(); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2359 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2359 const deUint32 physDeviceIdx = cmdLine.getVKDeviceId() - 1; in createDeviceGroup()
|