Searched refs:m_deviceInterface (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 485 …const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; … in getDeviceInterface() 518 const DeviceDriver m_deviceInterface; member in vkt::DefaultDevice 545 , m_deviceInterface (vkPlatform, *m_instance, *m_device) in DefaultDevice() 556 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue() 564 return getDeviceQueue(m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 132 return m_sparseContext->m_deviceInterface; in getDeviceInterface() 156 , m_deviceInterface (platformInterface, instance, *m_device) in SparseContext() 162 DeviceDriver m_deviceInterface; member
|