Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp329 …const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; … in getDeviceInterface()
366 const DeviceDriver m_deviceInterface; member in vkt::DefaultDevice
413 , m_deviceInterface (vkPlatform, *m_instance, *m_device) in DefaultDevice()
424 return getDeviceQueue(m_deviceInterface, *m_device, m_universalQueueFamilyIndex, 0); in getUniversalQueue()
432 return getDeviceQueue(m_deviceInterface, *m_device, m_sparseQueueFamilyIndex, 0); in getSparseQueue()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSignalOrderTests.cpp1284 , m_deviceInterface (context.getPlatformInterface(), context.getInstance(), *m_device) in QueueSubmitSignalOrderTestInstance()
1285 , m_allocator (new SimpleAllocator(m_deviceInterface, in QueueSubmitSignalOrderTestInstance()
1289 …, m_operationContext (new OperationContext(context, type, m_deviceInterface, *m_device, *m_allocat… in QueueSubmitSignalOrderTestInstance()
1308 m_queueA = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, 0); in QueueSubmitSignalOrderTestInstance()
1323 VkQueue queue = getDeviceQueue(m_deviceInterface, *m_device, familyIdx, queueIdx); in QueueSubmitSignalOrderTestInstance()
1345 const DeviceInterface& vk = m_deviceInterface; in iterate()
1598 const DeviceDriver m_deviceInterface; member in vkt::synchronization::__anonbbd939740111::QueueSubmitSignalOrderTestInstance