Searched refs:m_instanceInterface (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 466 …const InstanceInterface& getInstanceInterface (void) const { return m_instanceInterface;… in getInstanceInterface() 505 const InstanceDriver m_instanceInterface; member in vkt::DefaultDevice 535 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice() 536 , m_physicalDevice (chooseDevice(m_instanceInterface, *m_instance, cmdLine)) in DefaultDevice() 537 …, m_deviceVersion (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice).apiVersio… in DefaultDevice() 539 …viceExtensions(filterExtensions(enumerateDeviceExtensionProperties(m_instanceInterface, m_physical… in DefaultDevice() 540 …, m_deviceFeatures (m_instanceInterface, m_usedApiVersion, m_physicalDevice, m_instanceExtensio… in DefaultDevice() 541 …, m_universalQueueFamilyIndex (findQueueFamilyIndexWithCaps(m_instanceInterface, m_physicalDevice,… in DefaultDevice() 542 …coreFeatures.features.sparseBinding ? findQueueFamilyIndexWithCaps(m_instanceInterface, m_physical… in DefaultDevice() 543 , m_deviceProperties (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice)) in DefaultDevice() [all …]
|