Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp303 …ceInterface& getInstanceInterface (void) const { return m_instanceInterface; } in getInstanceInterface()
354 const InstanceDriver m_instanceInterface; member in vkt::DefaultDevice
402 , m_instanceInterface (vkPlatform, *m_instance) in DefaultDevice()
404 ? m_debugReportRecorder->createCallback(m_instanceInterface, m_instance.get()) in DefaultDevice()
406 , m_physicalDevice (chooseDevice(m_instanceInterface, *m_instance, cmdLine)) in DefaultDevice()
407 …, m_deviceVersion (getPhysicalDeviceProperties(m_instanceInterface, m_physicalDevice).apiVersi… in DefaultDevice()
409 …viceExtensions(filterExtensions(enumerateDeviceExtensionProperties(m_instanceInterface, m_physical… in DefaultDevice()
410 …, m_deviceFeatures (m_instanceInterface, m_usedApiVersion, m_physicalDevice, m_instanceExtensi… in DefaultDevice()
411 …, m_universalQueueFamilyIndex (findQueueFamilyIndexWithCaps(m_instanceInterface, m_physicalDevice… in DefaultDevice()
412 …eFeatures2().features.sparseBinding ? findQueueFamilyIndexWithCaps(m_instanceInterface, m_physical… in DefaultDevice()
[all …]