Searched refs:m_physicalDevices (Results 1 – 4 of 4) sorted by relevance
83 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice()89 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::sparse::SparseResourcesBaseInstance
79 m_physicalDevices.push_back(m_context.getPhysicalDevice()); in createDeviceSupportingQueues()89 m_physicalDevices.clear(); in createDeviceSupportingQueues()92 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]); in createDeviceSupportingQueues()
164 vector<VkPhysicalDevice> m_physicalDevices; member in vkt::DeviceGroup::__anon66ee313a0111::DeviceGroupTestInstance207 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[firstdeviceI… in isPeerFetchAllowed()208 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[seconddevice… in isPeerFetchAllowed()262 m_physicalDevices.push_back(properties[kGroupIndex].physicalDevices[idx]); in init()1140 …getPhysicalDeviceMemoryProperties(m_context.getInstanceInterface(), m_physicalDevices[secondDevice… in iterate()
2344 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice()2353 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::compute::__anon7e6288a60111::ComputeTestInstance2383 m_physicalDevices.resize(m_numPhysDevices); in createDeviceGroup()2385 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()