Home
last modified time | relevance | path

Searched refs:m_deviceGroupIdx (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp87 m_numPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount; in createDeviceSupportingQueues()
92 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]); in createDeviceSupportingQueues()
97 deviceGroupInfo.physicalDeviceCount = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount; in createDeviceSupportingQueues()
98 deviceGroupInfo.pPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDevices; in createDeviceSupportingQueues()
DvktSparseResourcesBase.hpp69 m_deviceGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in SparseResourcesBaseInstance()
87 deUint32 m_deviceGroupIdx; member in vkt::sparse::SparseResourcesBaseInstance