Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp68 m_deviceGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in SparseResourcesBaseInstance()
/external/deqp/framework/common/
DtcuCommandLine.hpp206 int getVKDeviceGroupId (void) const;
DtcuCommandLine.cpp791 int CommandLine::getVKDeviceGroupId (void) const { return m_cmdLine.getOption<opt::VKDeviceG… in getVKDeviceGroupId() function in tcu::CommandLine
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp278 if ((size_t)cmdLine.getVKDeviceGroupId() > properties.size()) in init()
281 m_physicalDeviceCount = properties[cmdLine.getVKDeviceGroupId() - 1].physicalDeviceCount; in init()
284 m_physicalDevices.push_back(properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[idx]); in init()
310 properties[cmdLine.getVKDeviceGroupId() - 1].physicalDeviceCount, //physicalDeviceCount in init()
311 properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices //physicalDevices in init()
314 …VkPhysicalDevice physicalDevice = properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices… in init()
316 m_subsetAllocation = properties[cmdLine.getVKDeviceGroupId() - 1].subsetAllocation; in init()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp768 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentCapabilitiesTest()
872 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentModesTest()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp158 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2898 …{ "device_group", DeviceGroup::Parameters(testCtx.getCommandLine().getVKDeviceGroupId() - 1u, t… in createObjectManagementTests()
DvktApiFeatureInfo.cpp1323 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in deviceGroupPeerMemoryFeatures()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2403 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in createDeviceGroup()