Searched refs:devGroupProperties (Results 1 - 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 70 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties; in createDeviceSupportingQueues() local 86 devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance); 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesBase.cpp | 70 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties; in createDeviceSupportingQueues() local 86 devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance); 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 292 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(instanceDriver, instance); in createDeviceGroup() local 293 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup() 294 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation; in createDeviceGroup() 306 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup() 307 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup() 312 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); in createDeviceGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
H A D | vktMemoryAllocationTests.cpp | 291 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_deviceGroupInstance.getDriver(), m_deviceGroupInstance); in createDeviceGroup() local 292 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; in createDeviceGroup() 293 m_subsetAllocationAllowed = devGroupProperties[devGroupIdx].subsetAllocation; in createDeviceGroup() 305 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in createDeviceGroup() 306 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices in createDeviceGroup() 312 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); in createDeviceGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 2493 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance); 2494 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; 2504 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount 2505 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices 2510 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); 2528 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx];
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 2363 std::vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(m_context.getInstanceInterface(), m_deviceGroupInstance); 2364 m_numPhysDevices = devGroupProperties[devGroupIdx].physicalDeviceCount; 2374 devGroupProperties[devGroupIdx].physicalDeviceCount, //physicalDeviceCount 2375 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices 2379 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]); 2383 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx];
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 746 const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(vki, *instance.object); in Resources() local 748 if (devGroupProperties.size() <= (size_t)params.deviceGroupIndex) in Resources() 751 physicalDeviceCount = devGroupProperties[params.deviceGroupIndex].physicalDeviceCount; in Resources() 755 physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[physicalDeviceIdx]; in Resources()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 746 const vector<VkPhysicalDeviceGroupProperties> devGroupProperties = enumeratePhysicalDeviceGroups(vki, *instance.object); in Resources() local 748 if (devGroupProperties.size() <= (size_t)params.deviceGroupIndex) in Resources() 751 physicalDeviceCount = devGroupProperties[params.deviceGroupIndex].physicalDeviceCount; in Resources() 755 physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[physicalDeviceIdx]; in Resources()
|
Completed in 31 milliseconds