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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp68 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties; local
84 devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance.get());
85 m_numPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount;
90 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]);
95 deviceGroupInfo.physicalDeviceCount = devGroupProperties[m_deviceGroupIdx].physicalDeviceCount;
96 deviceGroupInfo.pPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDevices;
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp164 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance.get()); local
165 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount;
166 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation;
178 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount
179 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices
184 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp2408 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance.get());
2409 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount;
2419 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount
2420 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices
2424 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]);
2428 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx];
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp625 const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(vki, *instance.object); local
627 if (devGroupProperties.size() <= (size_t)params.deviceGroupIndex)
630 physicalDeviceCount = devGroupProperties[params.deviceGroupIndex].physicalDeviceCount;
634 physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[physicalDeviceIdx];

Completed in 267 milliseconds