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.hpp83 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0) { return m_physicalDevices[i];} in getPhysicalDevice()
89 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::sparse::SparseResourcesBaseInstance
DvktSparseResourcesBase.cpp79 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()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp164 vector<VkPhysicalDevice> m_physicalDevices; member in vkt::DeviceGroup::__anon66ee313a0111::DeviceGroupTestInstance
207 …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()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp2344 vk::VkPhysicalDevice getPhysicalDevice (deUint32 i = 0){ return m_physicalDevices[i]; } in getPhysicalDevice()
2353 std::vector<vk::VkPhysicalDevice> m_physicalDevices; member in vkt::compute::__anon7e6288a60111::ComputeTestInstance
2383 m_physicalDevices.resize(m_numPhysDevices); in createDeviceGroup()
2385 m_physicalDevices[physDevIdx] = devGroupProperties[devGroupIdx].physicalDevices[physDevIdx]; in createDeviceGroup()