HomeSort by relevance Sort by last modified time
    Searched refs:m_deviceGroupIdx (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 68 m_deviceGroupIdx = cmdLine.getVKDeviceGroupId() - 1;
86 deUint32 m_deviceGroupIdx;
vktSparseResourcesBase.cpp 86 m_numPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount;
91 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]);
96 deviceGroupInfo.physicalDeviceCount = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount;
97 deviceGroupInfo.pPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDevices;

Completed in 61 milliseconds