Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp69 m_deviceGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in SparseResourcesBaseInstance()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp226 int getVKDeviceGroupId (void) const;
DtcuCommandLine.cpp920 int CommandLine::getVKDeviceGroupId (void) const { return m_cmdLine.getOption<opt::VKDevice… in getVKDeviceGroupId() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp879 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentCapabilitiesTest()
985 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentModesTest()
DvktWsiSwapchainTests.cpp1673 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in deviceGroupRenderTest()
1900 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in deviceGroupRenderTest2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp221 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in createDeviceGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp247 const int kGroupId = cmdLine.getVKDeviceGroupId(); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp3190 …{ "device_group", DeviceGroup::Parameters(testCtx.getCommandLine().getVKDeviceGroupId() - 1u, t… in createObjectManagementTests()
DvktApiFeatureInfo.cpp2692 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in deviceGroupPeerMemoryFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2360 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in createDeviceGroup()