Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp160 deUint32 m_physicalDeviceCount; member in vkt::DeviceGroup::__anon66ee313a0111::DeviceGroupTestInstance
175 , m_physicalDeviceCount (0) in DeviceGroupTestInstance()
283 m_physicalDeviceCount = properties[cmdLine.getVKDeviceGroupId() - 1].physicalDeviceCount; in init()
284 for (deUint32 idx = 0; idx < m_physicalDeviceCount; idx++) in init()
289 if (m_usePeerFetch && m_physicalDeviceCount < 2) in init()
292 if (!(m_testMode & TEST_MODE_AFR) || (m_physicalDeviceCount > 1)) in init()
398 for (deUint32 physDevID = 0; physDevID < m_physicalDeviceCount; physDevID++) in iterate()
401 const deUint32 secondDeviceID = (firstDeviceID + 1 ) % m_physicalDeviceCount; in iterate()
402 vector<deUint32> deviceIndices (m_physicalDeviceCount); in iterate()
405 …subsetAllocation ? (1 << firstDeviceID) | (1 << secondDeviceID) : (1 << m_physicalDeviceCount) - 1; in iterate()
[all …]