Home
last modified time | relevance | path

Searched refs:devGroupProperties (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp70 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties; in createDeviceSupportingQueues() local
86devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGro… in createDeviceSupportingQueues()
87 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()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp227 …std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m… in createDeviceGroup() local
228 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup()
229 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation; in createDeviceGroup()
241 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup()
242 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup()
248 …ueProps = getPhysicalDeviceQueueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx]… in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2365 …std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m… in createDeviceGroup() local
2366 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup()
2376 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup()
2377 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup()
2381 … queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx]… in createDeviceGroup()
2385 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp650 …const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(v… in Resources() local
652 if (devGroupProperties.size() <= (size_t)params.deviceGroupIndex) in Resources()
655 physicalDeviceCount = devGroupProperties[params.deviceGroupIndex].physicalDeviceCount; in Resources()
659 …physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[p… in Resources()