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.cpp69 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties; in createDeviceSupportingQueues() local
85devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGro… in createDeviceSupportingQueues()
86 m_numPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount; in createDeviceSupportingQueues()
91 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]); in createDeviceSupportingQueues()
96 deviceGroupInfo.physicalDeviceCount = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount; in createDeviceSupportingQueues()
97 deviceGroupInfo.pPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDevices; in createDeviceSupportingQueues()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp163 …std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m… in createDeviceGroup() local
164 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup()
165 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation; in createDeviceGroup()
177 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup()
178 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup()
184 …ueProps = getPhysicalDeviceQueueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx]… in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2359 …std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m… in createDeviceGroup() local
2360 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup()
2370 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup()
2371 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup()
2375 … queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx]… in createDeviceGroup()
2379 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp633 …const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(v… in Resources() local
635 if (devGroupProperties.size() <= (size_t)params.deviceGroupIndex) in Resources()
638 physicalDeviceCount = devGroupProperties[params.deviceGroupIndex].physicalDeviceCount; in Resources()
642 …physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[p… in Resources()