Searched refs:m_physicalDevices (Results 1 – 4 of 4) sorted by relevance
82 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice()88 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::sparse::SparseResourcesBaseInstance
78 m_physicalDevices.push_back(m_context.getPhysicalDevice()); in createDeviceSupportingQueues()88 m_physicalDevices.clear(); in createDeviceSupportingQueues()91 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]); in createDeviceSupportingQueues()
162 vector<VkPhysicalDevice> m_physicalDevices; member in vkt::DeviceGroup::__anona86fbb830111::DeviceGroupTestInstance205 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[firstdeviceI… in isPeerFetchAllowed()206 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[seconddevice… in isPeerFetchAllowed()286 m_physicalDevices.push_back(properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[idx]); in init()1115 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[secondDevice… in iterate()
2338 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice()2347 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::compute::__anon6ab2e88f0111::ComputeTestInstance2377 m_physicalDevices.resize(m_numPhysDevices); in createDeviceGroup()2379 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()