Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp491 … getUniversalQueueFamilyIndex (void) const { return m_universalQueueFamilyIndex; } in getUniversalQueueFamilyIndex()
513 const deUint32 m_universalQueueFamilyIndex; member in vkt::DefaultDevice
541 …, m_universalQueueFamilyIndex (findQueueFamilyIndexWithCaps(m_instanceInterface, m_physicalDevice,… in DefaultDevice()
544 …ance, m_instanceInterface, m_physicalDevice, m_usedApiVersion, m_universalQueueFamilyIndex, m_spar… in DefaultDevice()
556 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()