Home
last modified time | relevance | path

Searched refs:m_physicalDevices (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.hpp82 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice()
88 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::sparse::SparseResourcesBaseInstance
DvktSparseResourcesBase.cpp78 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()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp162 vector<VkPhysicalDevice> m_physicalDevices; member in vkt::DeviceGroup::__anona86fbb830111::DeviceGroupTestInstance
205 …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()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2338 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice()
2347 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::compute::__anon6ab2e88f0111::ComputeTestInstance
2377 m_physicalDevices.resize(m_numPhysDevices); in createDeviceGroup()
2379 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()