Searched defs:getDeviceInterface (Results 1 - 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.hpp68 const vk::DeviceInterface& getDeviceInterface (void) const { return *m_deviceDriver; } function in class:vkt::sparse::SparseResourcesBaseInstance
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp208 const DeviceInterface& getDeviceInterface (void) const { return m_deviceInterface; } function in class:vkt::DefaultDevice
275 return new SimpleAllocator(device->getDeviceInterface(), device->getDevice(), memoryProperties);
303 const vk::DeviceInterface& Context::getDeviceInterface (void) const { return m_device->getDeviceInterface(); } function in class:vkt::Context
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp104 const DeviceInterface& getDeviceInterface (void) const function in class:vkt::api::__anon3713::BufferTestInstance
109 return m_context.getDeviceInterface();
214 const DeviceInterface& vk = getDeviceInterface();
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp114 const vk::DeviceInterface& getDeviceInterface (void) const { return m_vk; } function in class:vkt::synchronization::OperationContext
H A DvktSynchronizationOperationMultiQueueTests.cpp211 const DeviceInterface& getDeviceInterface (void) const function in class:vkt::synchronization::__anon3964::MultiQueues
283 , m_opContext (new OperationContext(context, pipelineCacheData, m_queues->getDeviceInterface(), m_queues->getDevice(), m_queues->getAllocator()))
309 const DeviceInterface& vk = m_opContext->getDeviceInterface();
412 const DeviceInterface& vk = m_opContext->getDeviceInterface();

Completed in 181 milliseconds