Searched refs:devGroupIdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 874 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentCapabilitiesTest() local 898 …etPhysicalDeviceQueueFamilyProperties(instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevice… in queryDevGroupSurfacePresentCapabilitiesTest() 917 deviceGroupProps[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in queryDevGroupSurfacePresentCapabilitiesTest() 918 deviceGroupProps[devGroupIdx].physicalDevices //physicalDevices in queryDevGroupSurfacePresentCapabilitiesTest() 933 …ormInterface(), *instHelper.instance, instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevice… in queryDevGroupSurfacePresentCapabilitiesTest() 978 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in queryDevGroupSurfacePresentModesTest() local 1006 …etPhysicalDeviceQueueFamilyProperties(instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevice… in queryDevGroupSurfacePresentModesTest() 1025 deviceGroupProps[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in queryDevGroupSurfacePresentModesTest() 1026 deviceGroupProps[devGroupIdx].physicalDevices //physicalDevices in queryDevGroupSurfacePresentModesTest() 1042 …ormInterface(), *instHelper.instance, instHelper.vki, deviceGroupProps[devGroupIdx].physicalDevice… in queryDevGroupSurfacePresentModesTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 157 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; 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 …PhysicalDeviceQueueFamilyProperties(instanceDriver, devGroupProperties[devGroupIdx].physicalDevice… in createDeviceGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 2354 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; 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 … = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevice… in createDeviceGroup() 2379 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1433 const deUint32 devGroupIdx = cmdLine.getVKDeviceGroupId() - 1; in deviceGroupPeerMemoryFeatures() local 1449 …eProps = getPhysicalDeviceQueueFamilyProperties(vki, deviceGroupProps[devGroupIdx].physicalDevice… in deviceGroupPeerMemoryFeatures() 1466 numPhysicalDevices = deviceGroupProps[devGroupIdx].physicalDeviceCount; in deviceGroupPeerMemoryFeatures() 1475 deviceGroupProps[devGroupIdx].physicalDeviceCount, //physicalDeviceCount in deviceGroupPeerMemoryFeatures() 1476 deviceGroupProps[devGroupIdx].physicalDevices //physicalDevices in deviceGroupPeerMemoryFeatures() 1492 …Move<VkDevice> deviceGroup = createDevice(vkp, *instance, vki, deviceGroupProps[devGroupIdx].phys… in deviceGroupPeerMemoryFeatures() 1494 …context.getInstanceInterface().getPhysicalDeviceMemoryProperties(deviceGroupProps[devGroupIdx].phy… in deviceGroupPeerMemoryFeatures()
|